ai-code-governance — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ai-code-governance (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 turn an AI coding agent into a project maintainer: inspect first, reuse existing architecture, make the smallest useful change, verify it, and leave the project easier to continue.
This skill applies both when starting a new project and when joining an existing project midstream.
When adding this skill to an existing project, do not assume the templates describe reality. Build the rules from the actual codebase.
README, package/build config, test config, source tree, existing AGENTS.md, CLAUDE.md, CODEX.md, and docs/.AGENTS.md: shared coding-agent rules.CLAUDE.md: Claude Code entry point; point to or import AGENTS.md.CODEX.md: Codex entry point; point to AGENTS.md.docs/architecture.md: architecture contract and layer boundaries.docs/project-index.md: real reusable modules and ownership map.docs/dependency-policy.md: approved dependencies and prohibited duplicates.docs/coding-standards.md: project-specific coding rules.docs/agent-workflows.md: task, review, refactor, and dependency workflows.TBD or needs confirmation; never present a guessed path as authoritative.package.json or lockfiles unless the user approves the dependency/tooling change.For Claude Code project-level installation, the same skill can also live at .claude/skills/ai-code-governance/SKILL.md. For personal Claude Code use, install it at ~/.claude/skills/ai-code-governance/SKILL.md.
AGENTS.md, CLAUDE.md, CODEX.md, docs/architecture.md, docs/project-index.md, docs/dependency-policy.md, docs/coding-standards.md, and docs/agent-workflows.md.rg/rg --files and inspect existing components, hooks/composables, services, stores, utils, types, styles, tests, and scripts.package.json or lockfiles, explain why existing tools are insufficient and ask for confirmation.npm run lint, npm run typecheck, npm run test, npm run format, npm run dupcheck, npm run unused, and npm run check.Search using task-specific names plus these generic terms:
component
hook
composable
service
store
utils
helper
type
interface
request
client
api
format
validate
modal
button
loading
empty
error
storage
tokenFor approval-first work, use this plan shape:
## Understanding
...
## Existing Implementation
- ...
## Reuse Plan
- ...
## Change Plan
- Modify: ...
- Add: ...
- Remove: ...
## Dependency Impact
No new dependencies. / Needs approval because ...
## Verification
- ...
## Risks
- ...For completed work, use this summary shape:
## Summary
...
## Files
- Modified: ...
- Added: ...
- Removed: ...
## Reuse
...
## Deduplication
...
## Dependencies
...
## Verification
- ...
## Risks / Next Steps
...templates/: starter project governance files for AGENTS, Claude Code, Codex, and docs.prompts/: reusable prompts for preflight, implementation, refactor, and review workflows.snippets/: optional quality-check config examples.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.