Skip to main content

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

FileLocationMachineSensitive ContentStatusNotes
(to be populated)

Review Process

For each flagged file:

  1. Review: Read the file and confirm sensitive content
  2. Classify: Determine if content is:
    • Necessary for documentation (redact and import)
    • Not necessary (do not import)
    • Requires special handling (archive separately)
  3. 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