repo-a-telemetry-kv-guard

Validate append-only NDJSON telemetry and encrypted KV storage policies.

2|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/grtninja/skill-arbiter --skill repo-a-telemetry-kv-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-a-telemetry-kv-guard
Source: https://github.com/grtninja/skill-arbiter/tree/main/skill-candidates/repo-a-telemetry-kv-guard
Command: npx skills add https://github.com/grtninja/skill-arbiter --skill repo-a-telemetry-kv-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Protect Repo A telemetry privacy by validating append-only NDJSON behavior, signed telemetry envelopes, and encrypted KV storage.

Core Features & Use Cases

  • Preserve append-only repo_c_trace NDJSON behavior.
  • Keep telemetry envelopes signed when configured.
  • Enforce Repo C privacy class and TTL gating at role entry.
  • Preserve encrypted KV paging behavior (AES-GCM + TTL enforcement).
  • Avoid storing raw prompts/responses or PII at rest.

Quick Start

Run the telemetry and KV guard checks from the repository root to validate policy enforcement.

Frequently Asked Questions about repo-a-telemetry-kv-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate append-only NDJSON telemetry behavior?

To validate append-only NDJSON telemetry behavior, run the telemetry and KV guard checks from the repository root. This enforces append-only rules for repo_c_trace adapters, ensuring signed telemetry envelopes and preventing data overwrites.

How do I enforce encrypted KV storage with AES-GCM and TTL gating?

Enforce encrypted KV storage with AES-GCM and TTL gating by applying the KV guard checks to your crypto code. This preserves encrypted paging behavior and enforces TTL limits during role entry to protect stored telemetry data.

Why does my telemetry policy allow raw prompts or PII to be stored at rest?

Telemetry policy might allow raw prompts or PII at rest if privacy guardrails are not enforced. The guard checks prevent storing raw prompts/responses or PII at rest by validating encrypted KV storage and enforcing privacy class rules.

Can I use telemetry guardrails to enforce privacy classes at role entry?

Yes, you can use telemetry guardrails to enforce Repo C privacy classes and TTL gating at role entry. The guard checks validate contract targets and loopback handling tied to role acceptance to ensure compliance.

What is the best way to safeguard telemetry envelope signatures in NDJSON logs?

The best way to safeguard telemetry envelope signatures in NDJSON logs is to apply guard checks to trace adapters. This ensures telemetry envelopes remain signed when configured and preserves append-only NDJSON behavior for security.