Muse
Analysis
Muse is transparent about its purpose, but it requests broad authenticated access to coding history and can sync knowledge or run autonomous agents, so it should be reviewed carefully before installation.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
install:
method: npm
package: "@_xtribe/cli"
postInstall: "tribe login"The skill relies on an external npm CLI and login flow, while the registry says there is no install spec and no required credential. Because this CLI is the gateway to sensitive history and agent control, the under-declared install path is material.
orchestrate autonomous agents... tribe muse start... tribe muse spawn "Fix the login bug" fix-login... tribe circuit auto --interval 30
The skill includes leader agents, spawned subagents, and an auto-running circuit mode, but does not specify containment, stop conditions, permission checks, or user approval requirements for autonomous work.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Give ClawBot access to your team's entire coding history... Requires authentication: Run `tribe login` first. Most commands need an active session.
The artifacts explicitly request authenticated access to broad team coding history, but do not define least-privilege scopes, account boundaries, or what data the active session can access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Search across all coding sessions... tribe extract <session-id> --type code... tribe kb sync... tribe kb extract... Force sync: `tribe -force` (current folder) or `tribe -force -all` (everything).
The skill supports broad retrieval, extraction, syncing, and reuse of prior sessions and knowledge-base content, including code, commands, files, and potentially everything, without clear exclusions, retention limits, or trust rules for reused context.
Spawn and interact with subagents: tribe muse spawn "Fix the login bug" fix-login tribe muse prompt fix-login "Please also add tests" tribe muse output fix-login 100 tribe muse review fix-login
The skill routes tasks, prompts, outputs, and reviews through subagents, but the artifacts do not describe subagent identity, permissions, isolation, or what session/project data each subagent can see.
