acton
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to install or update the Acton CLI using a piped shell script pattern (
curl -LsSf ... | sh). - Evidence: Found in
SKILL.md,references/command-map.md, andreferences/troubleshooting.md. - Source: The script is hosted on the official GitHub repository for the Acton tool (
github.com/ton-blockchain), which matches the skill's author. - [EXTERNAL_DOWNLOADS]: The skill references several external resources for documentation, tutorials, and examples.
- Official documentation is fetched from
ton-blockchain.github.io. - Project examples and contract references are pulled from
github.com/ton-blockchain/acton-contracts. - These are official vendor resources hosted on trusted platforms.
- [COMMAND_EXECUTION]: The skill is designed to guide an agent in executing a variety of shell commands through the
actonCLI. - Capabilities include project bootstrapping (
acton new), compilation (acton build), testing (acton test), and blockchain interaction (acton script). - The instructions include safety warnings for operations on the mainnet and provide guidance on managing environment variables for API keys.
Audit Metadata