Sensitive Review Required
Markdown files flagged as containing sensitive information that requires review before any public documentation use.
To be populated by scanning Markdown files for sensitive content.
Sensitive Content Categories
Files may be flagged for containing:
- Passwords or password hashes
- API keys or tokens
- Database credentials
- Private IP addresses or network maps
- SSH keys or key material
- Personal data (names, emails, phone numbers)
- Legal or complaint material
- Client confidential information
- Financial or billing data
Flagged Files
| File | Location | Machine | Sensitive Content | Status | Notes |
|---|---|---|---|---|---|
| (to be populated) | — | — | — | — | — |
Review Process
For each flagged file:
- Review: Read the file and confirm sensitive content
- Classify: Determine if content is:
- Necessary for documentation (redact and import)
- Not necessary (do not import)
- Requires special handling (archive separately)
- Action:
- If importing: redact sensitive values, replace with placeholders
- If archiving: move to secure location with restricted access
- If deleting: confirm with stakeholders first
Examples of Redaction
Before:
DB_PASSWORD=SuperSecret123!
API_KEY=sk-1234567890abcdef
After:
DB_PASSWORD=<redacted>
API_KEY=<redacted>
Notes
- Never commit sensitive data to Docusaurus
- Archive sensitive files separately with restricted access
- Document why files were excluded from public documentation
- Review this list regularly as new files are discovered