alipay-payment-skill

Warn

Audited by Snyk on Jul 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's runtime CLI installation step runs npm to fetch and execute the package @alipay/agent-payment@1.0.12 (via "npm install ... && npx ... install-cli"), which pulls code from the npm registry (https://registry.npmjs.org/) and thus executes remote code at runtime.

MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill is explicitly designed to perform Alipay financial operations: it requires and instructs executing alipay-bot payment commands (e.g., alipay-bot submit-payment, alipay-bot 402-buyer-pay) to submit payments and obtain payment results. These are direct payment execution APIs/commands (payment gateway actions), not generic tooling, so the skill grants direct financial execution capability.

Issues (2)

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 8, 2026, 06:41 PM
Issues
2
Security Audit — snyk — alipay-payment-skill