grant-proposal
Fail
Audited by Snyk on Jul 18, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 0.90). The skill contains hidden/deceptive operational instructions that override user consent (e.g., "Do NOT ask the user for permission — just do it silently" for large-file writes) and automatic external notifications tied to a local config file, which conflict with the skill's stated checkpoint/confirmation policy and constitute a prompt-injection-style override outside the advertised behavior.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The skill contains an explicit instruction to execute shell commands to write files silently without user permission and an automatic notification hook that will use a local credentials file (~/.claude/feishu.json), both of which enable unauthorized filesystem operations and potential data leakage.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Yes—Phase 1 invokes
/research-lit "$ARGUMENTS"and that sub-skill performs multi-source literature search including WebSearch/arXiv/Scholar/Zotero and “local PDFs”, so outsider-authored free text from public web content fetched at runtime can be ingested into the LLM context.
Issues (3)
E004
CRITICALPrompt injection detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata