relume-sitemap-576d5d — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited relume-sitemap-576d5d (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 a user asks to create, import, paste, reverse engineer, or stress-test a Relume sitemap from a website.
The CLI is the source of truth. Prefer commands in this order:
relume-sitemap if it is already available on PATH.node ./bin/relume-sitemap.mjs when working inside this repository.npx -y @kvalifik/relume-sitemap@latest when the CLI is not installed.Do not hand-author escaped Relume payload JSON unless patching the CLI itself.
crawl.json using the actual URL/folder structure.Inspect:
relume-sitemap inspect --sitemap https://www.example.com/sitemap.xmlDiscover when the sitemap is missing or sparse:
relume-sitemap discover --url https://www.example.com --out ./work/exampleCrawl one language/path scope:
relume-sitemap crawl \
--sitemap https://www.example.com/sitemap.xml \
--include / \
--exclude /da,/de \
--out ./work/example-enBuild with sections:
relume-sitemap build \
--crawl ./work/example-en/crawl.json \
--out ./work/example-en \
--sections include \
--copyBuild without sections:
relume-sitemap build \
--crawl ./work/example-en/crawl.json \
--out ./work/example-en \
--sections noneValidate:
relume-sitemap validate --payload ./work/example-en/relume-payload.html200.sitemap.md for hierarchy sanity.The build command writes:
crawl.jsonsitemap-tree.jsonrelume-payload.jsonrelume-payload.htmlsitemap.mdcopy-to-clipboard.htmlPrefer showing sitemap.md for review and using relume-payload.html for Relume paste.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.