novel-script
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to run a local Node.js script (scripts/novel-script.mjs) for deterministic processing of script data, such as timing calculations, quality gate validation, and report generation. - [INDIRECT_PROMPT_INJECTION]: The skill processes JSON configuration files which could serve as an attack surface for indirect prompt injection. 1. Ingestion points: Data is read in
scripts/novel-script.mjsfromoutline.json,art.json,cast.json, andscript.json. 2. Boundary markers: No explicit delimiters are used to isolate untrusted data. 3. Capability inventory: The agent has access toBash,Read,Write,Task, andGlobtools across all scripts. 4. Sanitization: Thevalidatecommand and HTML escaping inscripts/novel-script.mjsprovide some mitigation.
Audit Metadata