redaction-and-evidence-auditor

Audit CodeBuddy artifacts for privacy and evidence-boundary risks, outputting redaction reports.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/danielbaustin/agent-design-language --skill redaction-and-evidence-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redaction-and-evidence-auditor
Source: https://github.com/danielbaustin/agent-design-language/tree/main/adl/tools/skills/redaction-and-evidence-auditor
Command: npx skills add https://github.com/danielbaustin/agent-design-language --skill redaction-and-evidence-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill audits CodeBuddy review packets and final reports for privacy, publication, and evidence-boundary risks before customer-facing use.

Core Features & Use Cases

  • Automatically scans artifacts for secret-like values and private host paths that should not be exposed.
  • Generates a redaction_report.json and redaction_report.md detailing status, findings, and recommended actions.
  • Provides deterministic gatekeeping to prevent unsafe publication by downgrading readiness or halting sharing.

Quick Start

Run this skill on a CodeBuddy artifact root to yield a redaction audit report before publication.

Frequently Asked Questions about redaction-and-evidence-auditor

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

FAQPage Schema
How do I audit CodeBuddy packets for privacy risks before publication?

To audit CodeBuddy packets for privacy risks, scan artifact roots and run manifests across audience contexts like local_only, customer_private, and public_candidate. This deterministic scanning identifies secret-like values and private host paths, yielding a structured redaction_report.json and redaction_report.md.

What is evidence-boundary risk evaluation in final reports?

Evidence-boundary risk evaluation identifies privacy and publication safety threats in final reports before customer-facing use. It applies deterministic gatekeeping to downgrade readiness or halt sharing, generating a redaction_report.md with recommended actions.

How do I mask secrets in CodeBuddy review packets?

Mask secrets in CodeBuddy review packets by running an automated privacy audit across artifact roots. The deterministic scanning process identifies secret-like values and automatically masks them within the output findings in the redaction_report.json.

Does the redaction audit work with specialist bundles and final reports?

Yes, the redaction audit works with specialist bundles and final reports. It evaluates privacy, safety, and evidence-boundary risks across various artifact roots and audience contexts to determine publication readiness.

What's the best way to determine publication readiness for customer-facing reports?

The best way to determine publication readiness is applying a deterministic gatekeeping scan across audience contexts like customer_private and public_candidate. This prevents unsafe publication by downgrading readiness or halting sharing based on detected risks.

When should I not use an automated redaction audit for CodeBuddy artifacts?

Avoid relying solely on automated redaction audits when custom, non-standard secret patterns exist that deterministic scanning might miss. The audit enforces baseline publication safety by masking known secret-like values, but complex edge cases may require manual review.