Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.octoryn/octopus-blackboard

NPM · OCTOPUS-BLACKBOARD · SCANNED AUG 3

Shared memory & coordination for AI coding agents — a blackboard, not an orchestrator.

Available components

+32 this week 76 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (144 of 148), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (144 of 148), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to octoryn/octopus-blackboard). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 30 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2255 tokens (~59/item across 38 items; 38 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage82
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 47% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · octopus-blackboard

# add to Claude Code
claude mcp add octoryn-octopus-blackboard -- npx -y octopus-blackboard
# add to Codex CLI
codex mcp add octoryn-octopus-blackboard -- npx -y octopus-blackboard
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "octoryn-octopus-blackboard": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "octopus-blackboard"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add octoryn-octopus-blackboard --command npx --arg -y --arg octopus-blackboard
# ~/.hermes/config.yaml
mcp_servers:
  octoryn-octopus-blackboard:
    command: "npx"
    args: ["-y", "octopus-blackboard"]
// mcp.json
{
  "mcpServers": {
    "octoryn-octopus-blackboard": {
      "command": "npx",
      "args": [
        "-y",
        "octopus-blackboard"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +56
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • The attested source repository moved: octoryn/octopus-blackboard security
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +14
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
octoryn/octopus-blackboard
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/octoryn/octopus-blackboard/.github/workflows/release.yml@refs/tags/v0.3.1
Rekor log index:
2059599747
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:ccdac79b4a94ff783f4304f0a403589794fdcbc90638fa1d83f979b88284fe6818e33faec7fb29ef001a7df1aa4d545aba5d6a07daa58e535312a6198
Discovery method:
attestation_endpoint
Dependencies 144 packages

144 packages in the resolved dependency tree · 144 deprecated · 53 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 38 exposed · ~2,255 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
board_assign ~101

Assign a task to an agent and notify them — records the assignee AND leaves a 'please look at task #N' message in that agent's inbox. Passive: the board records the ask; the agent reads its inbox and decides to act. Never launches the agent.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
refstringyestask key or number
tostringyesagent to notify

No output schema declared.

No examples provided.

board_attribute ~71

Record a single attribution (commit + optional file) to a human or AI actor.

NameTypeReqDescription
actorTypestring
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
filestring
namestring
revstringyes

No output schema declared.

No examples provided.

board_blame ~53

Blame → narrative: trace a file line back to the session that introduced it and surface that session's other work, decisions, and handoffs.

NameTypeReqDescription
filestringyes
linenumberyes

No output schema declared.

No examples provided.

board_check ~119

Governance gate: assert policy over commits and report pass/fail plus violations. Read-only — reports, does not block. Use in CI to keep unreviewed AI work off a branch.

NameTypeReqDescription
rangestringcommit range, e.g. main..HEAD (default: all attributed commits)
requireAttributionbooleanfail if a scoped commit has no attribution
requireHumanReviewbooleanfail if an AI commit lacks a human review
verifyChainbooleanfail if the timeline hash chain is broken

No output schema declared.

No examples provided.

board_claim ~83

Claim a task by key so other agents know you own it. If another agent already holds it, the response reports the conflict (the board records but does not block).

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
keystringyestask key, e.g. trust-layer-policy-schema
titlestring

No output schema declared.

No examples provided.

board_decision ~56

Record a decision and its rationale so other agents see what was decided and why.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
rationalestring
titlestringyes

No output schema declared.

No examples provided.

board_evidence ~76

Attach evidence (file path, URL, log, test run) supporting some work.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
notestring
refstringyes
targetstringwhat it supports, e.g. task:auth-mw

No output schema declared.

No examples provided.

board_explain ~33

Explain a commit: its AI attribution, reviews, and related decisions.

NameTypeReqDescription
revstringdefaults to HEAD

No output schema declared.

No examples provided.

board_export ~56

Export a portable attribution bundle (attributions, reviews, sessions, decisions) for a commit range, so attribution survives push/PR into a team board or CI.

NameTypeReqDescription
rangestringcommit range (default: all attributed commits)

No output schema declared.

No examples provided.

board_file_changed ~77

Record that you touched a file. If a task key is given, the response reports files other agents already changed for that task (conflict awareness).

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
changestring
pathstringyes
taskstring

No output schema declared.

No examples provided.

board_handoff ~86

Hand off work to another agent with a summary of the state at handoff.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
contextstring
openQuestionsarray
relatedFilesarray
summarystringyes
taskstring
tostringyes

No output schema declared.

No examples provided.

board_handoffs ~48

Handoffs left FOR you — the work another agent passed to you, with context and open questions.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)

No output schema declared.

No examples provided.

board_heartbeat ~47

Stamp the active session as alive (real-time liveness, so other agents can tell active from stale).

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)

No output schema declared.

No examples provided.

board_import ~40

Import an attribution bundle (as produced by board_export) into this board. Idempotent.

NameTypeReqDescription
bundleobjectyesthe bundle object from board_export

No output schema declared.

No examples provided.

board_inbox ~54

Read what's waiting for you: messages (addressed or broadcast) and handoffs left for you.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
includeReadboolean

No output schema declared.

No examples provided.

board_ingest ~78

Ingest a CLI transcript's content into the active session (file edits, decisions, notes). Format is one of: generic, claude-code, codex, gemini, grok. Use 'generic' with our normalized event schema for any CLI.

NameTypeReqDescription
contentstringyesraw transcript content
formatstring

No output schema declared.

No examples provided.

board_link ~98

Attribute a Git commit's files to the current session (who actually produced the code). Reads Git; never rewrites history. Optionally writes an additive git note.

NameTypeReqDescription
actorTypestring
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
namestringexplicit actor name
revstringcommit/revision, defaults to HEAD
writeNoteboolean

No output schema declared.

No examples provided.

board_message ~60

Leave a message for another agent (or broadcast with to='all').

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
bodystringyes
tostringyesrecipient agent name, or 'all'

No output schema declared.

No examples provided.

board_note ~42

Broadcast a free-form status note to the board.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
textstringyes

No output schema declared.

No examples provided.

board_progress ~83

Report task progress 0–100 (moves it to in-progress, or done at 100). Use this from an agent as it works a task so the kanban shows a live progress bar.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
percentnumberyes
refstringyestask key or number

No output schema declared.

No examples provided.

board_prune ~42

Retention: delete messages/evidence/file-change rows created before an ISO time. The audit timeline is never pruned.

NameTypeReqDescription
beforestringyesISO timestamp

No output schema declared.

No examples provided.

board_redact ~48

Hide a timeline entry's content at the read layer (the hash chain stays valid — this is not cryptographic erasure).

NameTypeReqDescription
reasonstring
seqnumberyes

No output schema declared.

No examples provided.

board_report ~29

Accountability scorecard: review coverage, AI/human ratio, per-agent breakdown, session and risk counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

board_review ~75

Record who reviewed a commit and the outcome (human or AI reviewer).

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
namestring
notestring
outcomestring
revstringyes
reviewerTypestring

No output schema declared.

No examples provided.

board_risk ~52

Flag an open risk the next agent should know before acting.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
severitystring
titlestringyes

No output schema declared.

No examples provided.

board_sign ~46

Sign the current timeline head with the active session's key (attests board state through the head seq).

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)

No output schema declared.

No examples provided.

board_since ~82

Subscribe primitive: poll for timeline events after a given seq. Returns the new head seq and events (optionally filtered to those relevant to an agent). Call board_status first to get a starting seq.

NameTypeReqDescription
afterSeqnumberyesreturn events with seq greater than this
forAgentstringfilter to messages/handoffs/conflicts for this agent

No output schema declared.

No examples provided.

board_status ~61

Read the board: active agents, open tasks and who holds them, unread messages, open risks, recent history. Call this before starting work to see what other agents are doing.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)

No output schema declared.

No examples provided.

board_task ~53

Get a task's full kanban card (status, progress, assignees, active-agent count, impacted files, linked risks) by key or number (#145).

NameTypeReqDescription
refstringyestask key or number

No output schema declared.

No examples provided.

board_task_define ~106

Create or update a task's kanban fields: title, description (what it is), project, impact (change surface), and risk level. New keys get a stable task number.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
descriptionstring
impactstring
keystringyes
projectstring
riskLevelstring
titlestring

No output schema declared.

No examples provided.

board_tasks ~24

List all tasks as kanban cards (for a board/kanban view).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

board_timeline ~33

Read the append-only, hash-chained history of everything that happened on the board.

NameTypeReqDescription
limitnumber

No output schema declared.

No examples provided.

board_trailers ~36

Git trailer lines encoding a commit's attribution, for embedding in a commit message.

NameTypeReqDescription
revstringdefaults to HEAD

No output schema declared.

No examples provided.

board_trust ~29

Show signature trust: which sessions have signed the timeline and whether each signature is valid and still current.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

board_unreviewed ~23

List AI-produced commits that have never been reviewed by a human.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

board_who ~54

Who changed a file: Git authors, AI sessions that touched it, and commit attributions. Pass a line number to trace which session introduced that line.

NameTypeReqDescription
filestringyes
linenumber

No output schema declared.

No examples provided.

session_start ~59

Start an execution session. Subsequent writes and links attribute to it. Captures machine, working directory, git branch, and repository.

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
labelstring

No output schema declared.

No examples provided.

session_stop ~42

Close the active session (or a specific one).

NameTypeReqDescription
agentstringacting agent identity (defaults to OCTOBOARD_AGENT)
sessionstring

No output schema declared.

No examples provided.