code-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-docs (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.
Documentation generation and maintenance for code projects.
Always update docs when:
Docs should live:
Project overview, setup, usage. See references/readme-structure.md
Template:
# Project Name
Brief description (one line).
## Quick Start
3-5 commands to get running.
## Installation
Detailed setup steps.
## Usage
Code examples.
## API
Link to full API docs.
## Contributing
How to contribute.
## LicenseSee references/api-docs.md for:
See references/changelog.md for Keep a Changelog format.
Sections:
See references/architecture-docs.md for:
# TypeDoc
npx typedoc --out docs src/index.ts
# JSDoc
npx jsdoc src/ -d docs/
# API Extractor (monorepos)
npx api-extractor run# Sphinx
sphinx-build -b html docs docs/_build
# pdoc
pdoc --output-dir docs src/
# mkdocs
mkdocs serve# godoc
godoc -http=:6060
# swag (OpenAPI from comments)
swag init -g cmd/server/main.godocs: update API documentation
Generated via typedoc.
Added: new /users endpoint
Changed: authentication section~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.