Docs Site — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Docs Site (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.
This directory contains scripts for indexing Redpanda API documentation into Algolia search.
# With environment variables
ALGOLIA_APP_ID=your_app_id \
ALGOLIA_ADMIN_API_KEY=your_admin_key \
ALGOLIA_INDEX_NAME=your_index_name \
node index-api.js
# Or using npm script
npm run indexALGOLIA_APP_ID - Your Algolia application IDALGOLIA_ADMIN_API_KEY - Your Algolia admin API keyALGOLIA_INDEX_NAME - Target Algolia index name (default: "docs")SITE_URL - Base URL for the documentation site (default: "https://docs.redpanda.com")The indexing script handles Bump.sh's lazy-loaded turbo-frame architecture by:
This approach achieves 100% success rate for method/path extraction compared to ~16% with naive DOM scraping.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.