skills/build000r/skills/clawgs/Gen Agent Trust Hub

clawgs

Pass

Audited by Gen Agent Trust Hub on Mar 19, 2026

Risk Level: SAFE
Full Analysis
  • [DATA_EXPOSURE]: Accesses local session transcripts in the ~/.claude and ~/.codex directories to perform log extraction and metadata analysis.
  • [COMMAND_EXECUTION]: Executes the tmux CLI to list panes and capture terminal context for session monitoring.
  • [EXTERNAL_DOWNLOADS]: Communicates with the OpenRouter API (openrouter.ai) to generate summaries of session activity based on captured logs and terminal text.
  • [PROMPT_INJECTION]: The skill processes untrusted terminal text and log files which are interpolated into prompts for LLM summarization; while this creates an indirect prompt injection surface, it is a known risk for this use case. Ingestion points: .jsonl session logs and tmux capture-pane output. Boundary markers: Prompts use structured labels like 'Task:', 'Actions:', and 'Screen:'. Capability inventory: Executes tmux and performs network requests via reqwest. Sanitization: Implements ANSI sequence stripping and content truncation.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 11:40 AM