mb-cli — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mb-cli (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 this skill whenever the task involves mb.
mb heartbeat.mb inbox when deciding whether something deserves a reply.mb catchup when you want bounded reading rather than a compact summary.agent output for exploration and pipelines.--format json only when a downstream step truly needs structured parsing.mb lookup ....Cheap reads:
mb heartbeat
mb inbox
mb catchup
mb whoami
mb timeline --count 10
mb user following
mb user discover
mb discover --list
mb discover --collection booksExplicit enrichment:
mb user following | mb lookup users --last-post
mb user following | mb lookup users --days-since-postingmb heartbeat is the default session-start check for agent use.heartbeat_checkpoint, which is separate from timeline checkpoint.mb heartbeat --advance when the snapshot should become the new seen cursor.mb heartbeat --mentions-only when the task is reply triage rather than broad reading.mb inbox is the reply-triage surface.mb catchup is the bounded read-what-is-new surface.mb inbox, mb catchup, and mb heartbeat each use separate checkpoints.mb checkpoint list when cursor state is unclear.mb checkpoint clear <name> to reset a stuck workflow cursor.mb lookup posts --conversation - when a thread needs more context.mb post ... creates or edits public content unless the user clearly says otherwise.Show candidates before acting:
mb user following | mb lookup users --days-since-posting
mb discover --collection books
mb user discoverAct only after the intent is clear:
... | mb unfollow -
... | mb follow -Session start:
mb heartbeat
mb heartbeat --advance
mb heartbeat --mentions-only
mb heartbeat --count 3 --mention-count 3
mb inbox
mb inbox --reason thread-reply
mb inbox --fresh-hours 24
mb inbox --all
mb inbox --advance
mb catchup
mb catchup --advance
mb checkpoint list
mb checkpoint clear inboxIdentity and config:
mb whoami
mb profiles
mb blogsPosting:
mb post new "Text"
mb post short "Short text"
mb post new --content "Text"
mb post new --file post.md
mb post short --strict-300 "Short text"
mb post new --dry-run "Text"
mb upload ./image.jpg
mb post new "Text" --photo-url https://cdn.micro.blog/...
mb post edit <id> --content "Updated"
mb post reply <id> "Reply text"Reading:
mb timeline
mb timeline mentions
mb conversation <id>
mb blog posts
mb blog search "query"
mb discover --list
mb discover --collection books
mb user show <username>Lookup and follow management:
mb user following | mb lookup users --last-post
mb user following | mb lookup users --days-since-posting
mb lookup posts --post 12345
mb lookup posts --conversation 12345
mb inbox | mb lookup posts --conversation -
mb follow <username|->
mb unfollow <username|->~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.