web-docs-capability-research — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-docs-capability-research (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 to crawl a documentation/help site, export structured markdown documentation, and generate a capability research report with source evidence.
This skill does not require users to explicitly ask for QA; coverage and classification outputs are produced as built-in execution artifacts.
requests, beautifulsoup4, lxml, markdownifyQuick check:
python3 - <<'PY'
import requests, bs4, lxml, markdownify
print('ok')
PY--content-selector.python3 scripts/crawl_and_research.py \
--base-url <url> \
--mode all \
--lang bilingual \
--content-selector "#content"help-docs: only generate the full markdown help handbook.capability: only generate capability research report.all (default): generate both.Each run writes into a timestamped folder:
<cwd>/output/web-docs-capability-research/<YYYYMMDD-HHMMSS>/
Files:
help_docs_full.md: compiled help docs with menu-aware ordering.capability_report.md: capability themes and page-level capability notes.coverage.json: discovery and export coverage data.qa_report.json: internal quality classification (exportable, real_404, restricted, no_content).run_summary.json: run parameters, timing, output paths, high-level counts.Schema reference: references/output_schema.md.
sitemap.xml, navigation config (tabs/groups/pages), and page href links.#content).no_content, rerun with the real content container selector, for example:python3 scripts/crawl_and_research.py --base-url <url> --content-selector "main"--max-pages.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.