debug

Fail

Audited by Snyk on Feb 16, 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 explicitly shows and instructs inspecting .env contents (e.g., "cat .env # Should show one of:" with sample sk-... tokens) and includes commands that would print environment file contents, which would require exposing secret API keys verbatim.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt explicitly instructs using permissionMode: 'bypassPermissions' with allowDangerouslySkipPermissions and CLI flags like --dangerously-skip-permissions (i.e. bypassing built-in security controls) and includes host mounts and destructive commands (rm -rf), so it encourages bypassing security and modifying host state.
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 16, 2026, 03:35 AM