ctx-agent-history-search
Warn
Audited by Snyk on Aug 3, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill uses
ctx searchandctx show session/eventto read text from the localctxindexed history of prior sessions, which can include outsider-authored user intent and transcripts supplied in those sessions; the agent ingests that free text when retrieving matching sessions without needing to pre-select a specific item.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's prerequisites instruct installing the ctx CLI at runtime with "curl -fsSL https://ctx.rs/install | sh", which fetches and directly executes a remote script (https://ctx.rs/install) and is required for the skill to run.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata