token-minter
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Dynamic Execution (MEDIUM): The skill generates Solidity source code at runtime using a Python script and immediately processes it for compilation and deployment.
- Evidence:
scripts/generate_contract.pyassembles code which is saved tosrc/Contract.soland subsequently handled byforge buildandforge createinSKILL.md. - Indirect Prompt Injection (LOW): The skill is vulnerable to injection where a user could provide a malicious token name or symbol to break the Solidity syntax or inject unauthorized logic into the contract.
- Ingestion points: User-provided parameters (name, symbol) in
SKILL.mdStep 1. - Boundary markers: Absent.
- Capability inventory: Subprocess calls to
forge buildandforge create(compilation and deployment). - Sanitization: Absent;
scripts/generate_contract.pyuses direct string interpolation (.format()) without escaping or validation. - External Downloads (LOW): The skill downloads external code via
forge install. - Evidence: Downloads
OpenZeppelin/openzeppelin-contractsfrom GitHub. - Trust Status: Downgraded to LOW because OpenZeppelin is a verified Trusted Organization.
Audit Metadata