summarise
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests untrusted data from the sandbox environment (file names) and interpolates them into its output without sanitization or boundary markers.
- Ingestion points: Directory contents retrieved from
ctx.sandboxDirinhandler.js. - Boundary markers: None present to delineate external file names from the summary template.
- Capability inventory: The skill utilizes
read_fileandlist_directoryas defined in theallowed-toolsfrontmatter. - Sanitization: No escaping or validation is performed on the file names before they are joined into the result string.
Audit Metadata