aeon-distribute-tokens
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses
BANKR_API_KEYvia environment variable interpolation (${BANKR_API_KEY}), which is the recommended practice for managing sensitive credentials. - [EXTERNAL_DOWNLOADS]: The skill communicates with
api.bankr.botfor balance checks and token transfers. As the author is 'BankrBot', these are legitimate, vendor-owned API endpoints. - [PROMPT_INJECTION]: The skill processes recipient handles and addresses from user-defined lists. This represents an indirect prompt injection surface; however, the risk is minimized by the skill's specific resolve-then-execute logic and its use of the Agent API for identity resolution only.
- Ingestion points:
listsconfiguration inSKILL.md. - Boundary markers: Absent.
- Capability inventory: Performs token transfers via
curlnetwork calls toapi.bankr.bot. - Sanitization: Implements handle resolution and pre-transfer balance validation.
Audit Metadata