redaction-packs

Implement redaction patterns and data-class policies within the Privacy harness.

Updated May 11, 2026
One-click install
npx skills add https://github.com/AesopScott/mojo --skill redaction-packs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redaction-packs
Source: https://github.com/AesopScott/mojo/tree/main/harnesses/skills/redaction-packs
Command: npx skills add https://github.com/AesopScott/mojo --skill redaction-packs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the risk of sensitive data leakage by providing a structured framework to define and implement redaction patterns and data-class policies within the Privacy harness.

Core Features & Use Cases

  • Capability Control: Define specific sensitive-data types that must be scrubbed before model requests leave the system.
  • Policy Enforcement: Apply consistent redaction rules across prompts, configs, and API routes.
  • Use Case: When integrating a new third-party API that requires PII masking, use this Skill to define the redaction pattern and verify that the data is blocked before it reaches the external endpoint.

Quick Start

Use the redaction-packs skill to inspect the current Privacy harness and define a new redaction rule for the target sensitive data class.

Frequently Asked Questions about redaction-packs

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

FAQPage Schema
How do I configure PII masking for third-party API requests?

You can enforce PII masking by defining redaction patterns and data-class policies within the Privacy harness, ensuring sensitive data is scrubbed before model requests leave the system.

What are redaction patterns and how do they secure sensitive data?

Redaction patterns are structured rules within the Privacy harness that define specific sensitive-data types to scrub, applying consistent data-protection boundaries across prompts, configs, and API routes.

How do I apply consistent redaction rules across system configurations?

You apply consistent redaction rules by implementing data-class policies that enforce boundary controls during security audits and privacy-focused configuration updates across your architecture.

Can I verify that redaction rules successfully block sensitive data?

Yes, you can verify that redaction rules block sensitive data through positive and negative testing within the Privacy harness, ensuring adherence to defined boundary controls before requests leave the system.

When do I need custom redaction policies for privacy compliance?

You need custom redaction policies for privacy compliance when integrating new external APIs, conducting security audits, or performing system architecture reviews that require strict sensitive data boundaries.