mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 05:36:09 +00:00
docs: document exec tool entry
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user