python-weapon
Warn
Audited by Snyk on Jul 25, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The migration guide contains a shell command that pipes a remote script into the shell—"curl -LsSf https://astral.sh/uv/install.sh | sh"—which fetches and executes remote code during setup and is therefore a runtime-executed external dependency.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly references a payment gateway and integration: "Stripe flow design, webhooks, subscription lifecycle" and instructs wiring "the Stripe SDK into Python services / Celery tasks" (payments-guardian handoff). This is a specific payment gateway integration (Stripe SDK) capable of initiating and managing financial transactions (charges, subscriptions, webhooks), so it grants direct financial execution authority.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata