lp-integration
Warn
Audited by Snyk on Aug 8, 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 fetches runtime transaction payloads from https://liquidity.api.uniswap.org (LP_API_BASE_URL) which the integration uses as authoritative, executable calldata/permit data to sign and broadcast, so the external URL is a required runtime dependency that directly controls actions the agent will execute.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a Uniswap liquidity-provisioning integration that builds executable on-chain transactions (returns TransactionRequest objects, permit data) and instructs the application to sign and broadcast them (e.g., walletClient.sendTransaction, private key account setup, signing EIP-712 permits). This is a crypto transaction API meant to move tokens on-chain and therefore grants 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