creative-excellence
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the
findcommand to resolve local plugin paths andgrepto scan project configuration files for specific technology patterns. - [DATA_EXPOSURE]: Reads
package.jsonand CSS configuration files to gain context about the project's tech stack. - [SAFE]: Enforces human-in-the-loop validation for the 'interaction thesis' and strictly forbids dependency installation without explicit permission.
- [PROMPT_INJECTION]: The skill ingests untrusted project metadata which creates an indirect prompt injection surface.
- Ingestion points:
package.json,tailwind.config.*, andpostcss.config.*files. - Boundary markers: None used around data ingestion.
- Capability inventory: Full Bash, Read, Write, Edit, and WebSearch tools.
- Sanitization: Employs specific regex filtering via
grepto isolate known library names, which significantly reduces the risk of interpreting arbitrary file content as instructions.
Audit Metadata