B3ehive

ReviewAudited by ClawScan on May 10, 2026.

Overview

No credential theft or data exfiltration is evident, but the reviewed artifacts appear to overstate the skill’s objective multi-agent selection and have incomplete/unclear packaging.

Install only if you understand this appears to be an unfinished or placeholder implementation. Review the generated code yourself, do not trust the automatic winner as objectively selected, and verify the package source/CLI entry point before running it.

Findings (3)

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

The comparison may read like neutral peer review while actually being shaped by adversarial persuasion prompts.

Why it was flagged

The evaluator prompt pushes each agent toward proving its own superiority, which can bias the evaluation even though the skill advertises objective comparison.

Skill content
task: "Objectively prove your solution is superior"
Recommendation

Treat evaluation reports as suggestions, not objective proof; require neutral scoring prompts and independent tests before trusting the selected code.

What this means

A user could be told the final code was objectively selected as best when the reviewed implementation did not actually score or compare the candidates.

Why it was flagged

The delivery helper does not implement the advertised data-driven winner selection; it always selects Agent A as a placeholder.

Skill content
# In real implementation, this would parse scorecards
# For now, create placeholder winner selection
winner="a"  # Placeholder
Recommendation

Do not rely on the automatic winner until real score parsing, validation, and transparent metrics are implemented; review all generated solutions manually.

What this means

The reviewed artifact set may not match what users are instructed to execute, or the command may fail unless additional unreviewed files are obtained elsewhere.

Why it was flagged

The package declares a CLI executable under bin, but the provided file manifest does not include bin/b3ehive; the README also tells users to run b3ehive.

Skill content
"bin": {
    "b3ehive": "./bin/b3ehive"
  }
Recommendation

Verify the exact source and executable before installing or running; the publisher should include the referenced CLI entry point or remove the CLI instructions.