code-conventions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-conventions (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 to keep implementation work consistent and reviewable.
unknown over any.Before changing framework behavior, read the relevant installed guide under node_modules/next/dist/docs/.
For routes:
Use lib/observability/logger.ts for structured logs. Log operation names, source names, durations, and safe error summaries.
Never log:
Prefer deterministic tests that mock providers and Gemini. Do not add live market-provider calls or live Gemini calls to CI.
When behavior changes, update the smallest relevant test first or in the same change. Keep acceptance language aligned with the implemented behavior.
Update specs, design docs, README files, and code reference material when their contracts changed. Do not leave old feature names, removed portfolio language, or outdated model names in docs or UI copy.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.