design-system
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to manage the environment for its reporting.
- Evidence: Executes
mkdir -p .design/systemto prepare the output directory for generated documentation. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core functionality of scanning untrusted workspace data.
- Ingestion points: Reads local workspace files including
package.json, component source code, CSS files, and various configuration files (tsconfig.json,tailwind.config.*). - Boundary markers: None identified. The skill does not use specific delimiters or instructions to ignore embedded prompts within the files it reads.
- Capability inventory: The skill has the ability to
Writeto the file system and executeBashcommands. - Sanitization: No explicit sanitization or validation of the content read from workspace files is performed before processing.
Audit Metadata