security-reviewer
Fail
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: CRITICALPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface within its automation hooks, which ingest untrusted content from the project being reviewed.
- Ingestion points:
session-start.shreads project manifest files (e.g.,package.json,requirements.txt) and dependency audit logs.post-edit-quickscan.shreads source code snippets from any file modified by the user. - Boundary markers: Injected findings are delimited by markdown headers (e.g.,
## SECURITY QUICK-SCAN), though the agent is not explicitly instructed to ignore potentially malicious commands within those blocks. - Capability inventory: The agent has access to several powerful tools including
Bashfor command execution,Readfor file access, andEditfor file modification. - Sanitization: The hooks use JSON encoding for data safety during transmission, but no semantic sanitization is performed on the ingested code or metadata to neutralize potential injection instructions.
Recommendations
- CRITICAL: 1 infected file(s) detected - DO NOT USE
Audit Metadata