ct-monitor
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes data from external sources such as Twitter (X) tweets, news feeds, and RSS via the
api.ctmon.xyzAPI. These sources are considered untrusted and could contain hidden instructions designed to manipulate the agent's behavior (Indirect Prompt Injection).\n - Ingestion points: API endpoints like
/tweets/feedand/info/feeddocumented inSKILL.md.\n - Boundary markers: Absent; no explicit delimiters or instructions to ignore embedded commands are used when processing the text.\n
- Capability inventory: The skill uses
curlfor networking andjqfor data processing, and can schedule tasks using theopenclawCLI.\n - Sanitization: No evidence of sanitization or filtering of external content before processing.\n- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute shell commands using
curl,jq, and theopenclawCLI for scheduling tasks. These are used for the primary purpose of querying the API and managing automated jobs.
Audit Metadata