reflecting-on-sessions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited reflecting-on-sessions (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.
Announce: "[skill-bus] Reflecting on this session's skill-bus activity."
This skill is for natural transition moments:
SB_CLI=$(ls ~/.claude/plugins/cache/*/skill-bus/*/lib/cli.py ~/.claude/plugins/repos/skill-bus/lib/cli.py 2>/dev/null | tail -1)
python3 "$SB_CLI" status --cwd "$PWD"If telemetry is off, tell the user:
"Skill-bus telemetry is disabled for this project. To enable session reflection, add"telemetry": trueto your skill-bus config. For full coverage visibility, also add"observeUnmatched": true."
Stop here if telemetry is off.
SB_CLI=$(ls ~/.claude/plugins/cache/*/skill-bus/*/lib/cli.py ~/.claude/plugins/repos/skill-bus/lib/cli.py 2>/dev/null | tail -1)
python3 "$SB_CLI" stats --cwd "$PWD"Present the stats output to the user with brief interpretation:
If there are suggestions, highlight the top 1-2:
/skill-bus:add-sub."If everything looks healthy (matches > 0, no suggestions):
If no telemetry data:
If there are actionable suggestions:
/skill-bus:add-sub for any of these?"/skill-bus:report anytime to check coverage."~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.