octoguard-openclaw-security-supervision
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides the user to download its core components from a public GitHub repository using
git clone https://github.com/O-ozzz/OctoGuard--Free-OpenClaw-Security-Supervision-System.git. This is a standard setup procedure for the management system described. - [PROMPT_INJECTION]: The skill architecture includes a gateway that processes external data, creating an indirect prompt injection attack surface.
- Ingestion points: The
interceptRequestmiddleware inSKILL.mdingestsuser_inputandtool_calldata from the request body for security evaluation. - Boundary markers: The implementation lacks explicit delimiters or instructions to the AI to ignore embedded commands within the evaluated strings.
- Capability inventory: The system can execute network requests (
axios), send alerts to external webhooks (DingTalk, WeChat), and interact with system processes viachild_process.spawn. - Sanitization: While the system uses regex-based matching to block known patterns, it does not perform comprehensive sanitization of the input before it is logged or passed to alert handlers.
- [COMMAND_EXECUTION]: The
GatewayControllermodule inSKILL.mdreferences the use ofchild_process.spawnfor controlling the OpenClaw service status, which is a functional requirement for the system's management capabilities.
Audit Metadata