tron-x402-payment-demo
Analysis
This payment demo explicitly performs automatic TRON payments using a private key and an unreviewed helper, without declared credentials, spending limits, or confirmation.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Perform the payment and resource acquisition automatically as guided by the protocol (handling 402 Payment Required, signing permits, etc.).
The workflow instructs automatic payment handling and permit signing, but does not specify user confirmation, amount caps, recipient checks, or rollback/containment.
follow the instructions provided by the `x402_payment_tron` skill
The skill delegates core payment/signing behavior to another skill that is not included in the provided artifacts or declared in the install requirements.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
metadata: {"clawdbot":{"emoji":"🖼️","env":["TRON_PRIVATE_KEY"]The artifact references a TRON private key, which can authorize blockchain account activity. The supplied requirements list no required environment variables, so this sensitive authority is under-declared.
