ct-monitor
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted content from social media (KOL tweets) and news feeds. Ingestion points:
SKILL.mdcontains multiplecurlcalls to endpoints like/tweets/feedand/info/feedwhich retrieve external data. Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands within the fetched data in the provided prompt templates. Capability inventory: The skill has access tocurlandjqinSKILL.mdto interact with the vendor's API. Sanitization: The instructions do not specify any sanitization or filtering of the retrieved text before it is used in AI synthesis. - [COMMAND_EXECUTION]: The skill executes the
curlandjqbinaries to fetch and process market data from the vendor's API. Evidence of this is found in the multiplecurlcommands defined inSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill downloads data from the vendor's domain
https://api.ctmon.xyz/apito provide its market monitoring services, as documented in the configuration section ofSKILL.md.
Audit Metadata