scene-sequencing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The script processes untrusted data and includes it in reports without sanitization, creating a surface for indirect prompt injection if an agent processes the output.
- Ingestion points:
Deno.readTextFile(file)andDeno.stdininscripts/analyze-scene.ts. - Boundary markers: Absent in output generation.
- Capability inventory: File read access (
--allow-read). - Sanitization: None performed on input text.
- [Data Exposure] (LOW): The tool allows reading any file accessible to the Deno process, which could be exploited by an agent to access sensitive data if file paths are not validated.
Audit Metadata