docs: document exec tool entry

This commit is contained in:
Peter Steinberger
2026-06-04 06:16:34 -04:00
parent 045145c700
commit 2feb81249f
10 changed files with 160 additions and 103 deletions

View File

@@ -1,3 +1,8 @@
/**
* Exec script preflight tests.
* Covers Python/Node script file validation, shell-bleed detection, and
* symlink/path race handling before execution.
*/
import { constants as fsConstants } from "node:fs";
import fs from "node:fs/promises";
import path from "node:path";