t2000-send
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified in the skill. All operations align with the stated purpose of cryptocurrency transfer.
- [EXTERNAL_DOWNLOADS]: The skill requires the
@t2000/clipackage, which is a vendor-specific tool for Sui wallet management. - [COMMAND_EXECUTION]: The skill executes blockchain transactions via the
t2000 sendcommand. This is a primary function of the skill and is documented correctly. - [PROMPT_INJECTION]: The skill defines a surface for processing user-supplied transaction data.
- Ingestion points:
<amount>,<asset>, and<address>parameters in SKILL.md. - Boundary markers: None.
- Capability inventory: Blockchain transaction execution via CLI.
- Sanitization: None defined within the skill prompt; however, the CLI performs internal pre-flight checks.
Audit Metadata