Skip to main content

Swamp Telemetry Audit

@henryrennerv/swamp-telemetry-auditv2026.06.12.6· 1d agoMODELS·REPORTS
01README

Audit the telemetry the swamp CLI phones home: a model + report that turn swamp-logger's captured event store into a repeatable swamp pipeline, surfacing commands run, the stable distinct_id/$repo_id fingerprint, environment, AI-agent detection, and failed invocations. Requires the @henryrennerv/swamp-logger skill to capture events first — this extension only consumes the event store swamp-logger generates; it produces nothing on its own.

02Release Notes

Add unknownFields forward-compat canary (surfaces telemetry fields the audit does not yet describe); document globalOptions and subcommand. Backwards compatible with audit resources written by 2026.06.12.5.

03Models1
@henryrennerv/swamp-telemetry-auditv2026.06.12.6telemetry_audit.ts

Global Arguments

ArgumentTypeDescription
eventsDirstringDirectory the swamp-logger tool writes per-event files to. Absolute, or relative to repoDir.
fn scan()
Read swamp-logger's captured events and summarize the telemetry: commands, the stable

Resources

audit(infinite)— Summary of what the swamp CLI phoned home, derived from captured telemetry.
04Reports1
@henryrennerv/telemetry-auditmethod
telemetry_audit.ts

Summarize what the swamp CLI phoned home, from swamp-logger's captured telemetry.

audittelemetryprivacy
05Previous Versions6
2026.06.12.5Jun 12, 2026
2026.06.12.4Jun 12, 2026
2026.06.12.3Jun 12, 2026
2026.06.12.2Jun 12, 2026
2026.06.12.1Jun 12, 2026
2026.06.11.1Jun 12, 2026
06Stats
A
100 / 100
Downloads
2
Archive size
12.4 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
07Platforms