swe-cli-skills
Warn
Audited by Snyk on Aug 20, 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 docs include direct install commands that fetch-and-execute remote code (curl/pipes or download+run), specifically: "https://astral.sh/uv/install.sh" (curl -LsSf ... | sh), https://aka.ms/InstallAzureCLIDeb (curl -sL ... | sudo bash), and "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" (curl download then sudo ./aws/install), which are runtime commands that download remote content and execute it.
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 CLI guide (a payment gateway tool) and references Stripe-specific payment flow/webhook/API testing. Stripe is a specific payment gateway API/tool, so this skill provides direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata