claudit
Fail
Audited by Snyk on Mar 23, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt requires reading and pasting configuration file contents (e.g., project/global settings, .mcp.json, plugin hooks, CLAUDE.md) and quoting specific lines in outputs/PRs without any redaction rules, which will force the LLM to handle and potentially output secret values verbatim if they exist in those files.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs research subagents to fetch official Anthropic documentation at runtime (e.g., https://docs.anthropic.com/en/docs/claude-code/settings.md), and that fetched content is injected into the Expert Context which directly controls agent prompts/instructions.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). Flagged: the skill instructs the agent to discover and directly edit configuration files across project, user (~/.claude) and system-managed locations (e.g., /etc/... and /Library/...), enabling modifications of machine state (and potentially requiring elevated privileges) even though it doesn't explicitly ask for sudo.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata