discord-clawd
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
python3to execute the local scriptopenclaw_relay.pylocated at~/Projects/agent-scripts/skills/openclaw-relay/scripts/openclaw_relay.pyfor resolving targets and sending messages. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its interaction with an external Discord-backed agent.
- Ingestion points: Data and responses retrieved through the
openclaw_relay.py askcommand (SKILL.md). - Boundary markers: No specific boundary markers or delimiters are used to wrap or isolate the external agent's output from the local instructions.
- Capability inventory: Subprocess execution of Python scripts and directory navigation (SKILL.md).
- Sanitization: The skill relies on high-level instructions ('Do not expose gateway tokens or session secrets') rather than technical validation or programmatic sanitization of the external data.
Audit Metadata