appsmith
Warn
Audited by Snyk on Aug 15, 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.85). The deployment instructions fetch and then execute remote artifacts (curl -L https://bit.ly/docker-compose-appsmith to obtain a docker-compose.yml and helm repo add https://helm.appsmith.com followed by helm install), so the skill uses runtime external URLs that retrieve and run remote code.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill includes an explicit call to a Stripe refund API within the JSObject workflow: "Step 1: Create refund in Stripe" followed by await StripeRefundAPI.run({ chargeId: order.stripe_charge_id });. This is a specific payment gateway integration that issues refunds (moves money), which constitutes 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