pitfall-experience

Fail

Audited by Snyk on May 18, 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 tells the agent to read a GitHub API token from /root/.openclaw-claw2/credentials/github_token and use it in Authorization headers (e.g., GITHUB_TOKEN=$(cat ...); curl -H "Authorization: token $GITHUB_TOKEN" ...), which requires the agent to handle and embed a secret in requests and thus creates an exfiltration risk.

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

  • Third-party content exposure detected (high risk: 0.90). The skill's required workflow (SKILL.md Phase 1 steps) explicitly fetches and reads user-generated content from a public GitHub repo (e.g., curl to https://api.github.com/repos/BENZEMA216/openclaw-pitfalls/contents and raw.githubusercontent.com/.../capsules/PIT-XXX.yaml) and Phase 2 instructs the agent to "strictly" follow the capsule's correct_process steps, meaning untrusted third-party content is read and can directly determine actions.

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

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

Audit Metadata
Risk Level
HIGH
Analyzed
May 18, 2026, 09:34 AM
Issues
3
Security Audit — snyk — pitfall-experience