doc-read — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited doc-read (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.
Find and retrieve content from the markdown knowledge base using the doctree-mcp tools.
Follow these steps in order. Do NOT skip the tree step — it lets you target exactly what to read instead of dumping entire documents.
If you have a specific query, search for it:
search_documents(query: "$ARGUMENTS")If you're exploring broadly or want to see what's available:
list_documents(query: "$ARGUMENTS")Note the doc_id and node_id values from the results.
Pick the most relevant document from step 1 and get its structure:
get_tree(doc_id: "<doc_id from step 1>")Read the outline carefully. Identify which sections are relevant to the query based on their titles, word counts, and summaries. Do NOT retrieve everything — pick only what matters.
For a single section or a few sections:
get_node_content(doc_id: "<doc_id>", node_ids: ["<node_id>", ...])For a section and all its subsections (more efficient than fetching each child):
navigate_tree(doc_id: "<doc_id>", node_id: "<parent_node_id>")If the retrieved content mentions or links to other documents, repeat steps 2-3 for those documents if the user needs that information.
filters: { "type": "runbook", "tags": ["auth"] }~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.