eval-dce242 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited eval-dce242 (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.
Evaluation harness: $ARGUMENTS
Parse the first word of $ARGUMENTS to determine the command:
metrics — Show current session metricsCollect and display metrics for the current session:
git log --oneline --since="today" | wc -l.eval/metrics/ entries.dgm/fitness.json for patterns used this sessionDisplay as:
## Current Session Metrics
| Metric | Value | Baseline | Delta |
|--------|-------|----------|-------|
| Commits | 5 | 3.2 avg | +56% |
| Tests passing | 42/42 | 40/42 | +2 |
| Files changed | 12 | 8.5 avg | +41% |
| Patterns used | 7 | 5.3 avg | +32% |baseline — Set or update baselines.eval/metrics/.eval/baselines.jsoncompare — Compare sessionsUsage: compare --last N or compare --session <id>
.eval/metrics/report — Generate weekly evaluation reportcapture — Capture current session metricsWrite a metric snapshot to .eval/metrics/session-{timestamp}.json:
{
"session_id": "<session id>",
"timestamp": "<ISO 8601>",
"branch": "<git branch>",
"metrics": {
"commits": 0,
"tests_total": 0,
"tests_passing": 0,
"files_changed": 0,
"patterns_referenced": 0,
"assumptions_verified": 0,
"escalations": 0,
"spiral_detections": 0
},
"qualitative": {
"session_focus": "<what the session was about>",
"memory_usefulness": 0,
"knowledge_gaps_found": []
}
}.eval/baselines.json doesn't exist, skip baseline comparisons and suggest running baseline~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.