skills/algorand-devrel/algorand-agent-skills/create-python-x402-facilitator-bazaar/Gen Agent Trust Hub
create-python-x402-facilitator-bazaar
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill instructs the user to install the
x402-avmpackage via pip from an untrusted source. The GitHub organizationGoPlausibleis not on the trusted list. - PROMPT_INJECTION (MEDIUM): The skill contains an indirect prompt injection surface (Category 8).
- Ingestion points: The
extract_discovery_infofunction inSKILL.md(Step 5) ingestspayment_payloadandpayment_requirementsfrom untrusted external resource servers. - Boundary markers: The code uses a
validate=Trueflag, but does not implement explicit delimiters to prevent malicious instructions from being interpreted as data during cataloging. - Capability inventory: The facilitator side builds API catalogs and prints descriptions. While no immediate RCE is shown, the aggregated data can influence downstream agent decisions or user behavior.
- Sanitization: Uses
jsonschemafor structural validation, which prevents schema confusion but does not filter for natural language instructions embedded in fields like 'description'.
Audit Metadata