markdown-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited markdown-search (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.
Use this skill when you need to search documentation, extract sections, list headings, or find code blocks across local markdown files.
| Tool | What it does |
|---|---|
list_files | List all .md files in a directory recursively |
search_docs | Full-text search across all .md files (case-insensitive, up to 50 results) |
get_section | Extract a section by heading until the next heading of same/higher level |
list_headings | List all headings as a table of contents |
find_code_blocks | Find fenced code blocks, optionally filter by language |
get_frontmatter | Parse YAML frontmatter metadata from a file |
list_files to discover documentation files in the projectsearch_docs for full-text search across all docslist_headings to get the table of contents for a specific fileget_section to extract a specific section by its heading textfind_code_blocks to find code examples, optionally filtered by languageget_section extracts everything under a heading until the next heading of same or higher levelfind_code_blocks with language: "typescript" filters to only TS examplessearch_docs is case-insensitive and returns up to 50 matches with surrounding context~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.