disclosure-check

Scans analysis outputs for statistical-disclosure-limitation issues and flags classified findings.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/fredmilhome/laffer_tobacco --skill disclosure-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disclosure-check
Source: https://github.com/fredmilhome/laffer_tobacco/tree/main/.claude/skills/disclosure-check
Command: npx skills add https://github.com/fredmilhome/laffer_tobacco --skill disclosure-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps prevent the release of data containing sensitive information by scanning analysis outputs for statistical-disclosure-limitation problems before release.

Core Features & Use Cases

  • Pre-screen for Statistical Disclosure Limitations: Analyzes tables, figures, logs for small cell counts, dominance, re-identifiable exact counts, PII leakage, and unrounded sensitive statistics.
  • Classify Findings: Flags each finding as CRITICAL, WARNING, or OK.
  • Prevent Unscreened Data Release: Ensures that data released does not contain sensitive information.

Quick Start

Run the disclosure-check skill with the outputs directory, provider, and threshold.

Frequently Asked Questions about disclosure-check

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

FAQPage Schema
How do I check data analysis outputs for statistical disclosure limitations?

To check data analysis outputs for statistical disclosure limitations, you scan tables, figures, and logs for small cell counts, dominance, and PII leakage. This process flags findings as CRITICAL or WARNING to prevent sensitive information release.

What types of sensitive information does disclosure screening look for?

Disclosure screening looks for small cell counts, dominance, re-identifiable exact counts, PII leakage, and unrounded sensitive statistics. It classifies each potential statistical disclosure limitation issue found in analysis outputs as CRITICAL, WARNING, or OK.

How do I run a disclosure check on my data directory?

To run a disclosure check, execute the skill with your specific outputs directory, data provider, and threshold parameters. The data must be organized in a specific directory format and screened using predefined rule profiles.

Do I need to format my data directory in a specific way to screen for PII leakage?

Yes, you need to format your data in a specific directory structure to screen for PII leakage. The disclosure avoidance process applies predefined rule profiles based on the data provider to accurately flag sensitive information.

Can I use predefined rule profiles for different data providers during disclosure avoidance?

Yes, you can use predefined rule profiles for different data providers during disclosure avoidance. The screening process applies these specific provider rules to flag statistical disclosure limitations and prevent unscreened data release.

What are the limitations of using automated disclosure avoidance for sensitive information?

A limitation of automated disclosure avoidance is that it requires data to be in a specific directory format and uses predefined rule profiles. It flags potential PII leakage and statistical issues but requires proper threshold configuration to ensure compliance.