worktree
Warn
Audited by Snyk on Jul 30, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly includes a Stripe payment integration flag:
--stripe(pnpm worktree start [--stripe]) which "turns billing on" and runsstripe listenforwarding test-mode webhooks, injecting the Stripe signing secret and requiring thestripeCLI and aSTRIPE_SECRET_KEY. This is a specific payment-gateway integration (Stripe) that enables exercising checkout/subscription/webhook flows end-to-end, so it constitutes direct financial execution capability (payment gateway tooling), even if aimed at local/test mode.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.50). The skill explicitly instructs the agent to create and remove git worktrees, run installs/builds, and start/stop or nuke local services and Docker containers (modifying branches, files, containers/volumes and local tooling state), though it does not ask for sudo or system-level config/user changes.
Issues (2)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata