x402
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as documentation for the x402 Foundation's payment protocol. It describes a decentralized, stateless payment system using HTTP 402 status codes.
- [EXTERNAL_DOWNLOADS]: References standard development dependencies from official registries (NPM, PyPI, and GitHub). These include the
@x402/scoped packages on NPM, thex402package on PyPI, and thegithub.com/x402-foundation/x402Go module. All external references point to official protocol resources or well-known services (Coinbase CDP, Stellar, Solana, etc.). - [COMMAND_EXECUTION]: Provides standard package management commands (
npm install,pip install,go get) for developers to integrate the SDKs. These are appropriate for the skill's purpose as a developer resource. - [CREDENTIALS_UNSAFE]: Demonstrates secure practice for secret management by using environment variables (e.g.,
process.env.EVM_PRIVATE_KEY) in all code examples instead of hardcoded keys.
Audit Metadata