← back to AgentAbrams

governance/REDACTION_CHECKLIST.md

32 lines

# Redaction Checklist

Run through this checklist before publishing ANY content.

## Automated Checks

- [ ] `python3 snippets/redact_lint.py <file>` passes clean
- [ ] `python3 snippets/validate_skills.py` passes clean
- [ ] `bash snippets/precommit.sh` passes clean

## Manual Review

- [ ] No vendor or supplier names appear
- [ ] No client names or identifying details
- [ ] No internal pricing, margins, or cost data
- [ ] No proprietary process descriptions
- [ ] No internal file paths or server addresses
- [ ] No API keys, tokens, or credentials
- [ ] No screenshots of internal tools
- [ ] No employee or contractor names
- [ ] No internal ticket/order/customer IDs
- [ ] No Slack channel names or webhook URLs
- [ ] No database names or connection strings
- [ ] All code examples use synthetic/generic data
- [ ] "What I'm not sharing" section is present

## Final Sign-off

- [ ] I have read the full post as if I were an outside reader
- [ ] Nothing in this post would help someone recreate a confidential business advantage
- [ ] I am comfortable with this being permanently public