transfer
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate unified interface for Stacks asset transfers, including native STX, fungible tokens (SIP-010), and non-fungible tokens (SIP-009).\n- [SAFE]: The implementation in
transfer.tsuses thecommanderlibrary to define a structured CLI with strict requirements for arguments like--recipient,--amount, and--contract.\n- [SAFE]: Input validation is performed on numeric inputs (amount and token ID) using BigInt and Number conversions, ensuring that only valid positive integers are accepted before calling transaction services.\n- [SAFE]: TheAGENT.mdfile includes comprehensive safety guidelines for the agent, such as verifying recipient address prefixes and confirming ownership/balances before proceeding with transactions.\n- [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was found. The skill relies on local project services (../src/lib/...) for sensitive operations like account retrieval and transaction building.
Audit Metadata