when-verifying-quality-use-verification-quality
Warn
Audited by Snyk on Jun 26, 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.90). The skill repeatedly runs "npx claude-flow@alpha" (e.g., "npx claude-flow@alpha hooks pre-task" / session-restore / post-edit), which pulls and executes a remote npm package at runtime and is used to drive agent hooks/instructions, so it is a required runtime external dependency that executes remote code.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly includes payment-related integrations and operations: it references the Stripe API in service health, contains integration/E2E tests around checkout and payment (e.g., paymentService.charge(cart.total, paymentMethod), Stripe webhook signature validation, checkout-flow.e2e.test.js), and monitors payment/webhook failures. These are specific payment gateway interactions (Stripe) and represent direct financial execution functionality.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata