agent-checkouts

Fail

Audited by Snyk on Jul 10, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to ask the user for a server-side API key and then run a command embedding that key verbatim (e.g., node scripts/checkout.mjs set-key sk_production_XXXXXXXX), which requires the LLM to handle/output the secret value directly.

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


MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill is explicitly designed to execute real purchases via Crossmint's Agent Checkouts API. It requires and stores a server-side API key, creates checkouts, and provides a checkout-respond command that, when submitted, immediately charges payment and places a real order. This is a purpose-built payment/checkout integration (not a generic browser or HTTP tool) that grants direct financial execution authority.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

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

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 10, 2026, 04:37 PM
Issues
3
Security Audit — snyk — agent-checkouts