Docs
Session signals
Deterministic security detections over the session transcripts RepoOps already captures, run locally with no LLM calls and no new capture. Five families: credential exposure (secret-shaped strings in prompts or tool output), risky commands (dangerous shell in tool calls), prompt-injection markers (instruction-shaped text arriving in tool results), exfiltration shape (a secret-file read followed by an outbound upload in the same session), and tool poisoning (injection-shaped or exfil-shaped MCP server configs). Matched secrets are never stored whole: excerpts mask them to their first and last 4 characters.
Where to find it
- Localhost:
/session-signals.html - API:
GET /api/session-signals(scan),POST /api/session-signals/suppressand/unsuppress(mute),POST /api/session-signals/rescan - Sidebar: Guard, then Session signals
What it does for you
Built vs. planned
The five detection families, per-signal and per-rule muting, rescan, filtering, JSON and CSV export, and the alerting sinks all ship today, backed by lib/session-signals.mjs and the baseline rule pack in lib/session-signals-rules.mjs. Operator packs load from the data dir's signals-rules/*.json, and versioned packs install from the Marketplace tab. Deep-capture attribution (tagging each hit to its exact tool call or tool result) is on only when REPOOPS_DEEP_CAPTURE=1; without it, transcript-level coverage still runs across all families.