Massive.com CLI
Analysis
The skill’s stated Massive API purpose is coherent, but the reviewed bundle is missing the core executable it tells agents to run, while also documenting credential and command-based secret handling.
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.
- `scripts/massive` ... If a distributed artifact omits `scripts/massive`, treat it as a packaging error and regenerate the bundle from the repository root.
The artifacts themselves identify `scripts/massive` as required, but the supplied file manifest and full file contents do not include it, leaving the core executable unreviewed and the bundle internally inconsistent.
- `exec`: execute a command and use stdout as the secret, matching OpenClaw's SecretRef model
The skill intentionally supports command-based secret resolution. This is documented and purpose-aligned for secret management, but it is still sensitive because it permits a configured command to run before API requests.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
credentials:
primary:
any_of:
- MASSIVE_API_KEY_REF
- MASSIVE_API_KEYThe skill expects access to a Massive API key or secret reference. This is appropriate for the stated API wrapper purpose, but users should recognize that an installed agent may use that credential for Massive API calls.
