generate-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited generate-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.
Generate clear, accurate documentation for the specified code.
$ARGUMENTS
!ls -la $ARGUMENTS 2>/dev/null || echo "Scanning for files..."
/**
* Fetches a paginated list of users matching the given filters.
*
* @param filters - Search criteria to narrow results
* @param filters.role - Optional role filter ('admin' | 'user' | 'guest')
* @param filters.active - When true, returns only active accounts
* @param page - 1-based page number (default: 1)
* @param pageSize - Results per page, max 100 (default: 20)
* @returns Paginated result with users and total count
* @throws {ValidationError} When pageSize exceeds 100
* @throws {DatabaseError} When the query times out
*
* @example
* const result = await getUsers({ role: 'admin', active: true });
* console.log(result.total, result.users);
*/$ARGUMENTS
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.