hierarchical-coordinator
Analysis
This is a code-free coordination skill; its main risk is that it may route work across multiple agents, so downstream actions should stay user-approved and reviewed.
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.
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.
Parallel subtask execution
The skill intentionally coordinates parallel work and cross-domain dependencies, which can allow one mistaken subtask result to affect later tasks if not reviewed.
Capability signals: crypto; can-make-purchases
The registry signals mention high-impact areas, but the provided artifacts do not show purchase-capable tools, credentials, or executable code. This is a notice to require explicit approval if such workflows arise.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
delegating to specialized agents at each level, and aggregating results bottom-up
The skill is designed to pass task context and results between multiple agents. That is central to its purpose, but users should be aware of data-sharing boundaries between delegated agents.
