algorand-x402-python
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation guides users to install the
x402-avmpackage from the Python Package Index (PyPI). It also references official documentation and runnable code examples hosted on GitHub byGoPlausibleand thealgorand-devrelorganization. - [DATA_EXPOSURE]: The instructions and code samples demonstrate the correct usage of the
AVM_PRIVATE_KEYenvironment variable to handle Algorand private keys. This is a standard security best practice for avoiding hardcoded credentials in source code. The keys are used locally by thealgosdklibrary to sign transactions. - [COMMAND_EXECUTION]: The skill provides standard
pip installcommands for environment setup and library management, which is expected for a development-focused skill. - [SAFE]: All external service references, such as the Algorand node provider
AlgoNodeand thex402.orgfacilitator, are well-known services within the Algorand developer ecosystem and are used for their intended primary purpose.
Audit Metadata