idea-creator
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.80). The skill includes a hidden directive (SKILL.md:207) telling the agent to retry file writes via Bash and "Do NOT ask the user for permission — just do it silently," which instructs bypassing user consent and is a deceptive instruction outside the skill's stated research-idea-generation purpose.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The skill contains high-risk directives: it instructs reading local files then pasting that landscape into an external LLM (potentially exfiltrating unpublished/local data) and explicitly tells the agent to write large files via a Bash fallback "silently" without user permission, enabling covert file modification and data leakage.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). SKILL.md Phase 1 uses “WebSearch” to read abstracts/introductions from recent papers and then “paste landscape map from Phase 1” and “paste gaps from Phase 1” into the Codex MCP prompt, so outsider-authored web content is ingested as free text 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