matching-references-c48565 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited matching-references-c48565 (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.
Identifies which references in the corpus address a given query topic, situation, or concept. The skill returns a list of candidate references with one-line justifications.
Path convention. Every path in this skill is written from the source-repo perspective: corpus.commons/demo/{file}. When the skill runs inside a deployed application (any subdir of corpus.commons/{corpus}/apps/), the corpus.commons/{corpus}/ prefix is stripped one-to-one: corpus.commons/demo/reference-index.json resolves as ./reference-index.json, corpus.commons/demo/distillations/{task}/task-index.json as ./distillations/{task}/task-index.json, and so on. Translate at read time; do not paginate or grep for files the literal path-string fails to find.
corpus.commons/demo/distillations/{task}/{TASK}-DISTILLATION-INDEX.md, per-phase listener sections; the .md view is the authoritative source for listener tables: the task-index.json runtime form carries only the phase-routing rows, not the listener tables). Check first when the query carries observable triggers: an utterance, a dynamic, a signal the practitioner noticed in the room ("the team keeps saying X", "we're stuck on Y", "someone keeps doing Z"). Skip this step on task axes whose spec carries no field-2a seed table.corpus.commons/demo/distillations/{task}/task-index.json, rows field). Use when the query is at the level of a phase or situation type ("we're in the contributing-factor-analysis phase", "this is a stakeholder-management question") rather than an observable trigger.corpus.commons/demo/concept-index.json) for named-concept lookups: aliases collapsed, per-source {id, section, md_line} pointers, cross-source coverage at a glance.corpus.commons/demo/reference-index.json) for named-reference / author / title / topic lookups.docs/architecture/two-layer-indexes.md.corpus.commons/demo/reference-index.json and corpus.commons/demo/concept-index.json.concept-index.json first (canonical names, aliases) for concept-shaped queries; against reference-index.json author, title, primary_topic, concept_tags for source-shaped queries. Resolve slug-IDs to file paths via corpus.commons/demo/references/slug-table.json.ingesting-resources, check whether the source is already in the corpus. (ingesting-resources's setup gates reference this skill explicitly as the first check.)ingesting-resources, add a new source to the corpus.creating-distillations, project one existing source onto one existing task axis (per-distillation).creating-applications, assemble a new application across multiple distillations.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.