second-brain-privacy

Solid

Audit the vault for material that should not be in it: credentials, other people's private information, confidential work, and anything the user would not want synced or backed up. Use this skill when the user asks about privacy, is about to share or sync the vault, has just imported chat history or meeting notes, or asks what is sensitive in their notes. Do NOT use to delete anything on your own, or as a substitute for the publishing check.

AI & Automation 46 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
70
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Audit privacy A mature vault is one of the highest-signal documents about a person that exists, and it lives in a folder that gets synced, committed, backed up and occasionally shared. Every copy is another place the content exists. ## Core rule Find and report. Delete nothing without an explicit instruction naming what to remove. ## Workflow 1. **Scan for credentials:** API keys, tokens, passwords, connection strings. Check `.obsidian/plugins/` too, where plugin data lives. 2. **Find other people's information:** meeting transcripts, personal messages, anything told in confidence, health or financial detail about someone else. 3. **Find confidential work:** material under NDA or employer restriction. 4. **Check the git remote.** Private material in a public repo is the most expensive version of this problem. 5. **Report by severity,** with the specific file and why. ## Output format ``` Critical: <credentials, must be removed and rotated> High: <other people's private information> Review: <material the user should decide about> Repo visibility: <public | private> - <verdict> ``` ## Calibration Never quote the credential itself in the report. Name the file and the type. Redaction after ingest is unreliable, because material has already propagated into concept pages and links. When something should not be there, say what else would need removing with it.

Details

Author
undefined-ui
Repository
undefined-ui/second-brain-os
Created
3 days ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

second-brain-publish

Prepare a subset of the vault for publishing: check opt-in flags, find private material, and report what would leak through links before anything is exported. Use this skill when the user wants to publish notes as a site or digital garden, asks what is safe to make public, or is setting up an export. Do NOT use for exporting a single document, or for running the publishing tool itself.

46 Updated today
undefined-ui
AI & Automation Listed

vault-gardener

Recurring maintenance pass for a second-brain vault — link hygiene, naming, metadata/tags, Inbox filing, dedupe, learnings-index sync, index-note freshness, plus retrieval-health metrics, context-economy byte budgets, and a daily recall canary. Run daily as a scheduled agent (or weekly by hand). Keeps recall precise as the vault grows; without gardening, a knowledge vault decays into a junk drawer with a search bar. Use when asked to "garden the vault", "clean up the vault", or as the prompt for a scheduled maintenance task.

3 Updated 1 months ago
josherau
AI & Automation Listed

exobrain-audit

Audit the Exobrain harness REPO itself -- scans tracked files for leaked personal data, checks legibility for stranger cloning, analyzes architecture, and surfaces AI productivity ideas. SCOPE IS THIS REPO, not the laptop or the public internet. Use when the user says "audit", "exobrain audit", "harness audit", "repo audit", or "harness privacy scan", or wants to review the health, legibility, and efficiency of the Exobrain harness codebase. For online/public attack surface use cybersecurity-bodyguard; for laptop/macOS security use antivirus.

1 Updated today
BaesTheorem