build-daily-inspiration-sites
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Node.js script located at
scripts/validate_capture.mjsto verify the integrity and structure of input manifest files before proceeding with task creation. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from
manifest.jsonandcontent.mdfiles which is then interpolated into prompts for sub-tasks, creating a potential multi-step injection chain. - Ingestion points: Data is ingested from
manifest.jsonandcontent.mdvia absolute file paths provided to the script and task briefs. - Boundary markers: Instructions in
SKILL.mdandreferences/thread-brief-contract.mdtell the agent to use the source only as 'art direction' and art evidence, but these natural language boundaries do not use strict delimiters to separate untrusted data from instructions. - Capability inventory: The sub-tasks created by this skill have extensive capabilities including file system access, version control operations (commit), and site deployment via the @Sites plugin.
- Sanitization: There is no evidence of sanitization, filtering, or escaping for the strings extracted from the manifest (such as
titleorprompt) before they are placed into theThread brief contract.
Audit Metadata