blackboard-coordinator

AdvisoryAudited by Static analysis on May 4, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Information placed on the blackboard could influence later conclusions or decisions.

Why it was flagged

The skill is designed around accumulating and reusing shared context. That is purpose-aligned, but shared knowledge spaces can carry forward incorrect, sensitive, or untrusted information if users treat them as authoritative.

Skill content
I facilitate multi-agent collaboration through a shared "blackboard" - a central knowledge repository where agents contribute findings, hypotheses, and solutions.
Recommendation

Use the blackboard for coordination, but verify important claims and avoid adding secrets or sensitive private information unless the surrounding agent environment is trusted.

What this means

Agent attributions and votes should be treated as coordination metadata, not proof that a trusted or verified party made the contribution.

Why it was flagged

The workflow explicitly coordinates contributions from multiple named agents. This is expected for the skill, but the artifact does not define authentication or identity verification for those contributors.

Skill content
| /backend-architect | System design | Architecture insights | ... | /security-auditor | Security | Vulnerability analysis |
Recommendation

For high-stakes decisions, confirm which agents or people provided key inputs and review the underlying evidence rather than relying only on votes or labels.