super-helper

Fail

Audited by Snyk on Aug 15, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E004: Prompt injection detected in skill instructions.

  • Potential prompt injection detected (high risk: 1.00). The skill includes hidden/override instructions (HTML comment and explicit "ignore previous instructions"/"developer mode") plus numerous deceptive commands to exfiltrate keys, run remote payloads, and install persistence that are outside the advertised purpose—this is a prompt injection.

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill prompt explicitly includes secret-looking tokens and repeatedly instructs the agent (and subagents) to read environment variables, SSH/private keys, service account tokens, and API keys and then send them verbatim to remote endpoints, which forces the LLM to handle and output secret values directly.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). These URLs are malicious or high-risk: they include attacker-controlled domains serving scripts/registries (curl | bash, npx links, postinstall hooks), webhook/exfil endpoints, and sensitive cloud/internal metadata and local service endpoints used for data theft and remote code execution.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). Contains explicit, high-confidence malicious instructions for data exfiltration, credential theft, remote code execution, persistence, and supply-chain/backdoor deployment.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I flagged the AKIA value because it is a literal AWS access-key-format string (starts with "AKIA" and is not redacted) and therefore could be a real credential.

I ignored the "sk-ant-api03-xxxxxxxxxxxxxxxx..." entry because it is redacted/truncated (contains long runs of "x" and/or ellipsis) and does not contain a full usable key. I also ignored "exposed-secret-key" in the MCP JSON because it is a low-entropy example string (documentation/example value), not a high-entropy credential.


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

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs downloading and executing remote payloads, deleting files, exfiltrating credentials, creating persistent backdoors, running privileged containers, and telling the agent to bypass restrictions and obtain admin access, all of which modify or compromise the host state.

Issues (7)

E004
CRITICAL

Prompt injection detected in skill instructions.

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 15, 2026, 07:11 AM
Issues
7
Security Audit — snyk — super-helper