Install
$ agentstack add skill-undefined-ui-second-brain-os-second-brain-lint ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Lint the vault
Structural rot is silent. Nothing errors, nothing crashes, the vault just slowly stops answering questions well because a third of its pages are unreachable. Linting is the only thing that catches it before the owner does.
Core rule
Report before repairing. Fix the mechanical problems automatically, but never delete or merge a page without listing it first and getting a yes, because the owner may have written it by hand.
Workflow
- Inventory. Count pages by type. Build the link graph by parsing every
[[wikilink]].
- Broken links. Links pointing at pages that do not exist. Distinguish
two cases: a typo or rename, which you fix, and a genuine gap, which goes into index.md under Gaps.
- Orphans. Pages with no inbound links. For each, either find where it
should be linked from and add the link, or flag it as a candidate for deletion.
- Stubs. Pages under roughly 40 words with no links. Usually a failed
ingest. Flag for re-ingest from the original source in raw/.
- Schema. Missing or malformed frontmatter, wrong
type, missing dates,
tags outside the existing vocabulary.
- Near-duplicates. Pages with very similar titles or aliases. Propose
merges; do not perform them unsolicited.
- Index drift. Pages missing from
index.md, index entries pointing
nowhere.
- Repair, then append the run to
log.md.
Output format
Vault: pages ( sources, concepts, entities, synthesis)
Link graph: links, average per page, orphans
Fixed automatically:
-
Needs a decision:
-
Health: orphan rate %, broken link rate %, stub rate %
Calibration
An aggressive linter that merges pages on its own judgement destroys work. A timid one that only reports produces a list nobody acts on. The split above is the useful line: mechanical fixes happen, semantic decisions get proposed.
Do not run a full lint after every ingest. Weekly, or after an import of more than about twenty sources.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: undefined-ui
- Source: undefined-ui/second-brain-os
- License: MIT
- Homepage: https://x.com/undefinedKi/status/2068306794116501544
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.