permit-compliance
Fail
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: HIGHDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill instructions direct the agent to access and modify files within the
~/.claude/projects/directory for telemetry logging. This path is a hidden directory in the user's home folder used by the platform to store project-specific metadata and internal agent state. Accessing or writing to hidden system/configuration paths without explicit user oversight for that specific location presents a high risk of sensitive data exposure or unauthorized persistence. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection vulnerabilities when processing external project data.
- Ingestion points: The agent is instructed to "Read the actual codebase" and evaluate logic within the target project files.
- Boundary markers: The prompt lacks any boundary markers (such as XML tags or triple backticks) or specific instructions to ignore embedded malicious prompts when reading the external codebase.
- Capability inventory: The skill possesses the capability to write to the filesystem, specifically creating the
docs/directory and writing thepermit-compliance-review.mdreport, as well as appending toskill-telemetry.md. - Sanitization: There is no evidence of sanitization, validation, or escaping of the ingested code content before it is integrated into the agent's context for evaluation.
Recommendations
- AI detected serious security threats
Audit Metadata