project-design
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from multiple sources to provide context for the designer agent.
- Ingestion points: The skill reads from
.design/projects/{project}/references/(which may contain URLs and markdown),{PROJECT_PATH}/BRIEF.md,{PROJECT_PATH}/research/INDEX.md, and critique files in{PROJECT_PATH}/critique/. - Boundary markers: There are no explicit delimiters or 'ignore embedded instructions' warnings applied to the ingested content before it is passed to the
gsp-designeragent. - Capability inventory: The skill possesses significant capabilities including
Read,Write,Bash, and the ability to spawn anotherAgent. - Sanitization: The process does not describe any validation, escaping, or filtering of the content retrieved from the project files or external references.
Audit Metadata