classmap-target — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited classmap-target (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 CLASSMAP.md as the first navigation layer for AI coding.
The goal is to map the user's request to the smallest accurate set of classes, modules, components, services, controllers, repositories, hooks, stores, APIs, and tests.
Read CLASSMAP.md first.
Do not begin with broad repository search. Use the map to choose likely files, then verify with small focused code reads.
Use this skill to:
CLASSMAP.md.CLASSMAP.md only for files changed, created, or directly verified during this task.Do not:
CLASSMAP.md.CLASSMAP.md as authoritative when code contradicts it.CLASSMAP.md.CLASSMAP.md.CLASSMAP.md is missing or clearly stale.CLASSMAP.md only for the current task scope.Before coding, output a concise routing note:
## Target recommendation
### Primary targets
1. `path/to/File.ext`
- Reason:
- Change here if:
### Secondary targets
1. `path/to/File.ext`
- Reason:
- Touch only if:
### Probably not targets
- `path/to/File.ext`
- Avoid unless:
### Search budget
- Start with the primary targets.
- Use focused search only if these files do not explain the behavior.If the user explicitly asked for only a location/routing answer, stop after the recommendation and verification summary. If the user asked for implementation, continue after the routing note.
After modifying code, update CLASSMAP.md if and only if one of these happened:
Do not update unrelated entries.
If broader drift is found, mention it in the final response instead of repairing the whole map:
CLASSMAP.md appears stale beyond this task. Run /classmap-maintain for a broader refresh.If CLASSMAP.md conflicts with code:
classmap-maintain.Example:
CLASSMAP drift detected:
- CLASSMAP.md says `LoginService` owns token creation.
- Code shows token creation is now in `TokenService`.
- This task only touches login validation, so do not rewrite the token entries now.If CLASSMAP.md is missing:
classmap-maintain after the task to create the map.CLASSMAP.md from this skill unless the current task itself adds or verifies enough entries for a small scoped update.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.