Cloud Penetration Testing

Fail

Audited by Snyk on Apr 15, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt includes numerous examples that print, export, or embed secrets verbatim (e.g., converting service-principal secrets to plaintext, az/ad/cli commands with // placeholders, Import/Export of stolen tokens, and scripts that echo password fields), which requires the agent to handle and output secret values directly and thus poses high exfiltration risk.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The content provides explicit, actionable instructions for credential theft, data exfiltration, privilege escalation, and the creation of persistent backdoors/service principals across Azure, AWS, and GCP, making it highly likely to be abused for malicious purpose.

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

  • Third-party content exposure detected (high risk: 0.90). The SKILL.md workflow clearly instructs fetching and ingesting untrusted public content (e.g., aws s3 sync s3://bucket-name, aws lambda get-function ... | jq '.Configuration.Environment', python3 cloud_enum.py -k targetcompany, and curl requests to public endpoints/GitHub) as integral steps, which the agent would read/interpret and could materially influence subsequent actions.

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


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 includes commands that run installers and file operations with sudo (e.g., "sudo ./aws/install", "sudo find /home ...", "sudo cp -r /home/user/.config/gcloud ...") and curl|bash installers that modify the host environment, so it directs the agent to perform privileged changes to the machine it runs on.

Issues (5)

W007
HIGH

Insecure credential handling detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

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

W012
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Apr 15, 2026, 06:10 PM
Issues
5
Security Audit — snyk — Cloud Penetration Testing