doc-system — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited doc-system (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Document intake, processing, and monitoring. Read the referenced file ONLY when triggered.
bridge-config.yaml. If doc_sensor.enabled is not true or theblock is missing → inform user "doc-system is not enabled in bridge-config.yaml. Set doc_sensor.enabled: true and doc_sensor.onedrive_root (the documents root — name is historical, any local folder works)" and stop.
${onedrive_root} from doc_sensor.onedrive_root (expand ~ and$HOME). If the path is empty or the directory does not exist → inform "documents root {value} not reachable" and stop. Do not proceed with a blank interpolation.
Before EVERY processing run (after the guard above):
Read("workflow/contexts/doc-system.yaml")
# Personas referenced in context.personas → load automatically.
# Example: if context.personas contains
# freelancer: my-freelancer
# private: my-private
# then:
Read("identity/personas/my-freelancer.yaml")
Read("identity/personas/my-private.yaml")workflow/contexts/doc-system.yaml is the single source of truth for areas, naming, tags, routing rules, and anti-patterns. Personas supply concrete target paths via destinations:.
NEVER routing rules from memory — ALWAYS from context.yaml!
For edge cases, additionally read the local _INFO.md of the affected area (${onedrive_root}/<areas-root>/<area>/_INFO.md — path convention from context.areas[*].path) — as a detail hint for human maintenance, not as an override for context.yaml.
User wants to...
├── Scan inbox / show what's new → Read references/inbox.md
├── Process documents → Read references/process.md
├── Check document queue status → Read references/status.md
└── Questions about doc system → Answer from this filebridge-config.yaml → doc_sensor.onedrive_root~ to $HOMEcontext.areas[*].path (e.g. 2_AREAS/ for PARA,20_<area>/ for Johnny Decimal, or anything for custom setup)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.