roach-strategy
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill's behavior is entirely consistent with its stated purpose as a high-frequency trading strategy. Analysis of the source code and configuration files revealed no malicious intent.
- [COMMAND_EXECUTION]: The Python scripts
roach-producer.pyandroach_config.pyusesubprocess.runto interact with platform-specific binaries (openclawandmcporter). These calls are structured as lists (avoiding shell injection), do not utilizeshell=True, and operate exclusively on trusted internal parameters. - [EXTERNAL_DOWNLOADS]: The
SKILL.mdinstallation instructions includecurlcommands to fetch the skill's components. These downloads target the official GitHub repository of the author and vendor (Senpi-ai/senpi-skills), which is a standard and secure deployment practice for this ecosystem. - [DATA_EXFILTRATION]: No evidence of unauthorized data access or external transmission was found. The skill employs security-conscious practices, such as hashing wallet addresses to isolate local state directories and ensure data privacy between different agent deployments.
- [PROMPT_INJECTION]: The LLM prompt defined in
runtime.yamlacts as a validation gate for internal signals. It uses a declarative structure and strict output rules to prevent the execution of malformed or unexpected data. No attempts to override agent safety protocols were detected.
Audit Metadata