func2tolk
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill relies on official TON blockchain documentation and trusted source code repositories (such as the ton-blockchain organization on GitHub) for its reference implementation and porting logic.
- [PROMPT_INJECTION]: The skill is designed to ingest and process external FunC smart contract source code, creating an indirect prompt injection surface. This is an inherent risk for tools that perform code analysis or transformation.
- Ingestion points: FunC source files (.fc, .func) provided by the user for porting.
- Boundary markers: No explicit delimiters or 'ignore' instructions for the processed source code are defined in the instructions.
- Capability inventory: The skill utilizes the
actonCLI for various operations including building, testing, and deploying contracts. - Sanitization: There are no explicit sanitization or validation steps described for the input source code before it is processed by the agent.
Audit Metadata