跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Conduct Empirical Wire Capture

技能 已验证 活跃

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.

目的

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

功能

  • 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

使用场景

  • 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.

非目标

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

工作流

  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

实践

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

先决条件

  • 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.

安装

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

质量评分

已验证
99 /100
about 22 hours ago 分析

信任信号

最近提交1 day ago
星标14
许可证MIT
状态
查看源代码