jotbook-stage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited jotbook-stage (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
You just gave (or were asked about) an explainer the user wants to revisit later. Write a lightweight pointer file (a "jot") so the topic can be picked up during a future review pass. Do not write the full entry — that's jotbook-ink's job.
Auto-invoke this skill at the end of any turn that delivered a substantive multi-paragraph explanation of a domain concept — a system, mechanism, piece of code, or design rationale that the user might plausibly want to revisit as a long-form note later. Don't ask first. Just stage and report.
Do NOT auto-invoke for:
(jotted: X), etc.)When in doubt, skip — the user can always invoke /jot [subject] explicitly.
Read .claude/jotbook.local.md if present. From its frontmatter, extract:
jots_dir — default docs/jotbook/_jots/ if missingIf the jots directory does not exist, create it. Before running `mkdir`, briefly note to the user what you're doing and why — something like "Creating `<jots_dir>` to hold staged jots (first time staging in this project, or the directory was renamed in settings)." This avoids a context-free permission prompt that could confuse a user who set up jotbook days earlier and forgot.
A single Markdown file at:
<jots_dir>/YYYY-MM-DD-short-kebab-slug.mdYYYY-MM-DD = today's date (use the currentDate from context if available, otherwise the system date).short-kebab-slug = 2–5 words capturing the concept, lowercased, hyphenated.File contents:
---
staged: YYYY-MM-DD
---
One-line description of what was explained — past tense, plain prose.
Files: path/to/file_one.ext, path/to/file_two.extThe Files: line is optional. Include it only when the explainer leaned heavily on specific source files (e.g., "how does this manager work" → yes; "what does eventual consistency mean in general" → no).
jotbook-ink's or jotbook-pencil's job — stop.The point of a tiny jot is that some won't survive review, and you should be able to drop one without regret.
/jot), infer from the most recent explainer in the conversation. If there isn't a clear recent explainer, ask the user what they want jotted rather than guessing.Jotted: <slug> is plenty.staged:.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.