Install
$ agentstack add skill-pariyar07-ariadne-validator ✓ 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
Ariadne Validator
Use this skill when the user asks whether an Obsidian vault is structurally valid, navigable, connected, or ready for ongoing agent use.
Tool
Run the bundled validator from the vault root:
/path/to/skills/validator/scripts/validate_vault.sh
Or pass an explicit vault path:
/path/to/skills/validator/scripts/validate_vault.sh /path/to/vault
The shell wrapper checks for Node.js and delegates to validate_vault.js.
Checks
The validator reports:
yaml-okwhen Markdown frontmatter and.baseYAML parse cleanlybroken-wikilinks: Ntrue-orphans-md: Nunlinked-base-files: Nbloat-warnings: Nfor non-fatal navigability drift cueslocal-base-scope-warnings: Nfor non-rootBases/*.basefiles missing afile.inFolder("")filterlocal-agents-inheritance-warnings: Nfor localAGENTS.mdfiles that omit parent/root inheritance or repeat global policy textambiguous-wikilink-warnings: Nfor basename-only wikilinks that resolve to multiple Markdown/Base targetsscope-navigation-warnings: Nfor promoted child scope hubs that are not linked bidirectionally with their parent hubrouting-matrix-warnings: Nfor scope hubs that exist but are not linked fromAgent/Task Routing Matrix.mdbase-scope-formula-warnings: Nfor rootBases/*.basefiles with afile.inFolderscope formula that is missing a branch for a known scope path
It discovers .base files recursively, excluding .obsidian and .git paths, and resolves wikilinks to real vault files including Markdown notes, .base files, .canvas files, and attachments.
Every **/Bases/*.base file must have a sibling 00 Bases Index.md that links the Base by relative Markdown link or wikilink. The legacy root Bases/00 Bases Index.md check is still enforced, and the same rule now applies to nested scope Base folders.
Interpretation
A healthy vault should normally report:
yaml-ok
broken-wikilinks: 0
true-orphans-md: 0
unlinked-base-files: 0
bloat-warnings: 0
local-base-scope-warnings: 0
local-agents-inheritance-warnings: 0
ambiguous-wikilink-warnings: 0
scope-navigation-warnings: 0
routing-matrix-warnings: 0
base-scope-formula-warnings: 0
Some vaults may intentionally keep raw captures or temporary files lightly linked. If the validator reports issues, inspect whether they are intentional before adding links.
Bloat warnings are not fatal. They are cues that an agent should call out possible navigation drift and suggest a maintenance pass.
Recursive-scope warnings are non-fatal. Treat them as prompts to tighten local Base filters, reduce duplicated local policy text, disambiguate basename wikilinks, or repair parent/child hub navigation.
The validator also warns when a large specialized folder may need a local AGENTS.md. Treat that as a prompt to inspect the folder's workflow, not as an automatic requirement.
Repair
- Use
ariadne:navigationfor missing hubs, Base links, and routing issues. - Use
ariadne:maintainerfor broader health-check repair. - Use
ariadne:research-ingestwhen orphaned raw material is research and the target scope is unclear. - Use
ariadne:ingestwhen orphaned raw material needs compilation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: pariyar07
- Source: pariyar07/ariadne
- License: MIT
- Homepage: https://satyampariyar.com/blog/circle-of-concern
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.