outlit-sdk
Warn
Audited by Snyk on May 14, 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 skill explicitly instructs fetching runtime docs from https://docs.outlit.ai (e.g., https://docs.outlit.ai/tracking/quickstart and other Doc URL Map entries), which the agent uses at runtime to drive implementation instructions and decision logic, so the external content can directly control the agent's prompts/behavior.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly detects billing providers (it looks for the
stripedependency) and includes a dedicated "Billing Integration" decision that recommends Stripe webhook integration and guides calling billing-related functions (e.g.,customer.paid(),customer.trialing(),customer.churned()). Because it references a specific payment gateway (Stripe) and concrete webhook/transaction-related operations, it qualifies as providing 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