codebase-context — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited codebase-context (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.
Query cubic's AI-generated wiki to answer questions about codebase architecture and design.
git remote get-url originExtract the owner and repo name from the remote URL.
Call list_wiki_pages with the owner and repo. Match page titles and descriptions to the user's question.
Call get_wiki_page for the most relevant pages (1–3 pages max).
Combine wiki content into a focused answer for the user's specific question. Connect wiki knowledge to the specific files or modules the user is working with.
Summarize the relevant wiki content — don't dump entire pages. Reference specific wiki pages so the user can explore further.
Based on the cubic wiki for this repo:
**Authentication Flow**
The auth system uses JWT tokens with refresh rotation. Login requests hit
`src/auth/login.ts` which validates credentials against the user store,
then issues a token pair via `src/auth/tokens.ts`.
-> Wiki: "Authentication Architecture" · "Token Lifecycle"
**Related files:** src/auth/login.ts, src/auth/tokens.ts, src/middleware/auth.tsIf no wiki exists for this repo, suggest the user set one up in the cubic dashboard.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.