Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Conduct Empirical Wire Capture

Skill Verifiziert Aktiv
Teil von:Agent Almanac

Capture outbound HTTP and telemetry from a CLI harness at runtime. Covers capture-channel selection (transcript file vs verbose-fetch stderr vs outbound proxy vs on-disk state), hook-driven per-event capture vs long-running session capture, JSONL output format for diff-friendly artifacts, and the observability table that maps each target to the cheapest channel that captures it. Use when a static finding needs runtime confirmation, when a payload shape is needed for a client re-implementation, or when dark-vs-live disambiguation requires watching what the binary actually sends.

Zweck

To capture reproducible runtime network artifacts from CLI applications for analysis, debugging, and re-implementation, ensuring data integrity and security throughout the process.

Funktionen

  • Capture outbound HTTP and telemetry from CLI tools
  • Configurable capture-channel selection (file, stderr, proxy, state diff)
  • Per-event capture vs. long-running session capture
  • JSONL output format for diff-friendly artifacts
  • Observability table for mapping targets to cheapest capture channels
  • Mandatory redaction of secrets at capture time

Anwendungsfälle

  • When a static finding needs runtime confirmation.
  • When a payload shape is needed for client re-implementation.
  • When dark-vs-live disambiguation requires watching actual network traffic.
  • To produce reproducible artifacts for comparing behavior across binary versions.

Nicht-Ziele

  • Version baselining of binary behavior.
  • Flag-state probing.
  • Preparing redacted artifacts for public publication.
  • Capturing traffic for other users or accounts.

Workflow

  1. Build the Observability Table First
  2. Prepare a Disposable Workspace
  3. Hook-Driven Capture for Per-Event Targets
  4. Long-Running Session Capture for Sequential State
  5. Normalize to JSONL
  6. Redact at Capture Time
  7. Classify Response Categories Before Recording
  8. Persist the Capture Manifest

Praktiken

  • Reverse-engineering
  • Wire capture
  • HTTP
  • Telemetry
  • JSONL
  • Observability

Voraussetzungen

  • A CLI harness binary that can be run locally.
  • A specific question to answer regarding the CLI's behavior.
  • Optional: Static findings from prior phases to scope capture targets.
  • Optional: A private workspace path for capture artifacts.

Installation

/plugin install agent-almanac@pjt222-agent-almanac

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 19 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen