diff --git a/cli/src/commands.ts b/cli/src/commands.ts index 921567c7..777b8eae 100644 --- a/cli/src/commands.ts +++ b/cli/src/commands.ts @@ -13,6 +13,7 @@ import { type Manifest, } from "./manifest.js"; import { VERSION } from "./version.js"; +import { validateIdentifier, validateScriptContent } from "./security.js"; // ── Helpers ────────────────────────────────────────────────────────────────────