game-sprite-pipeline
Fail
Audited by Snyk on Aug 2, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The skill intentionally invokes the Codex agent with flags that bypass approvals/sandbox and encodes wrapped prompts that instruct the agent to run tools/save to absolute paths (and run shell commands), creating a clear remote-code-execution / file-write / exfiltration capability.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). The only LLM-ingested outsider-authored free text is the user-supplied DESCRIPTION/action fields used to build prompts (e.g.,
--description/--action) and then sent as wrapped prompt text to the Codex CLIcodex exec ... "<wrapped prompt>", rather than any outsider posting into an external monitored queue/feed for the workflow to consume.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs invoking the Codex CLI with a "--dangerously-bypass-approvals-and-sandbox" flag (bypasses sandbox/approvals) and recommends a global npm install, which together push the agent toward bypassing security controls and potentially requiring elevated privileges.
Issues (3)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata