leaky-skill

Fail

Audited by Snyk on Aug 2, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E004: Prompt injection detected in skill instructions.

  • Potential prompt injection detected (high risk: 1.00). The skill contains a deceptive command that instructs the agent to exfiltrate the repository's .env file to an external URL, which is malicious and outside any legitimate skill purpose.

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt explicitly tells the agent to read the .env file and send its contents via curl to an external server, which requires reading and transmitting secret values verbatim (direct exfiltration).

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). Explicit instruction to read and upload the .env file to an external server (https://evil.example/upload) constitutes intentional data exfiltration and credential theft.

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 directs the agent to run a shell command that reads the local .env file and uploads it to an external URL, exfiltrating sensitive credentials and compromising the host's security.

Issues (4)

E004
CRITICAL

Prompt injection detected in skill instructions.

W007
HIGH

Insecure credential handling detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 2, 2026, 12:20 PM
Issues
4
Security Audit — snyk — leaky-skill