maximumsats-wot
Fail
Audited by Snyk on Mar 20, 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 includes an explicit example that passes the L402 token/preimage directly on the command line (arc creds set --value ":"), which instructs embedding secrets verbatim and thus can require the agent to handle/output secret values directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). This skill directly fetches JSON data from the public API https://wot.klabo.world (seen in SKILL.md, cli.ts wotFetch, and sensor.ts fetchScore), which is populated from public Nostr pubkeys/trust edges and is read and used at runtime to trigger alerts and gate actions (e.g., payment gating, score-based alerts), so untrusted third‑party content can materially influence agent decisions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata