classmap-maintain — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited classmap-maintain (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.
Maintain CLASSMAP.md: a lightweight, human-readable code responsibility map for AI coding sessions.
The goal is to help future agents locate the right classes, modules, components, services, controllers, repositories, hooks, stores, APIs, and tests without broad repository search.
Prefer reading code over asking the user.
Ask only when code and existing docs cannot resolve an important ambiguity. If code and CLASSMAP.md disagree, trust code and update CLASSMAP.md.
Use this skill to:
CLASSMAP.md when it does not exist.Do not:
CLASSMAP.md into a glossary.CLASSMAP.md; use CONTEXT.md.CLASSMAP.md; use docs/adr/ or design docs.CLASSMAP.md.CLASSMAP.mdCODEMAP.mdCONTEXT.mdREADME.mddocs/Confidence: highConfidence: mediumConfidence: lowunclear responsibilitymixed responsibilitypossible doc/code driftUse this structure:
# CLASSMAP.md
## Purpose
This file maps project features to code units so future AI coding sessions can locate the right files without broad repository search.
## How to Use
- Start here before changing behavior.
- Use the Feature Index to find candidate code.
- Use Code Unit Entries to understand ownership and non-ownership.
- If this file disagrees with code, trust code and update this file.
## Feature Index
### Feature Name
| Responsibility | Primary code | Related code | Change when |
|---|---|---|---|
## Code Unit Entries
### `path/to/File.ext`
**Kind:** service / controller / repository / component / hook / store / model / utility / test / config / other
**Owns:**
- ...
**Does not own:**
- ...
**Called by:**
- ...
**Depends on:**
- ...
**Change this when:**
- ...
**Do not change this when:**
- ...
**Related tests:**
- ...
**Confidence:** high / medium / lowKeep responsibilities separated:
CONTEXT.mddocs/adr/CLASSMAP.mdWhen unsure whether something belongs in CLASSMAP.md, include only facts that help an agent answer: "Which code unit should I inspect or change for this behavior?"
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.