create-project
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to read and process content from local files such as
docs/PLAN.mdanddocs/TODO.mdto understand project state. This creates a potential surface for indirect prompt injection if those files contain malicious instructions, though this is inherent to the skill's purpose of context persistence. - Ingestion points: The agent reads from
docs/PLAN.md,docs/TODO.md, anddocs/references/(specified inSKILL.md). - Boundary markers: The instructions do not define specific delimiters or warnings to ignore embedded instructions within these files.
- Capability inventory: The skill utilizes file read and write operations to manage project documentation.
- Sanitization: No explicit sanitization or validation of the file content is performed before processing.
Audit Metadata