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 CLI codex 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
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 2, 2026, 04:38 AM
Issues
3
Security Audit — snyk — game-sprite-pipeline