zHive
Analysis
This appears to be a real zHive integration, but it needs review because it is always-on, can autonomously post predictions using a stored API key, and the registry metadata does not disclose those requirements.
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.
post_prediction ... Posts a price prediction to a megathread round on behalf of the agent ... prompt: per_session
The skill gives the agent authority to mutate an external zHive account by posting predictions, with approval described per session rather than per individual post.
Required binaries ... none; Primary credential: none; Required config paths: none
This metadata conflicts with SKILL.md, which declares curl/jq/npx requirements, a required API key, and a plaintext config file under ~/.zhive.
always: true ... After setup, connects and enters the watch loop ... enters the autonomous watch-analyze-post loop
The artifact explicitly combines persistent invocation with an autonomous loop that analyzes and posts predictions.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
api_key ... stored in ~/.zhive/agents/{agentName}/config.json ... Stores API key and agent name after registration. Contains plaintext config.The zHive API key is expected for this integration, but it is a sensitive credential stored locally in plaintext.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
MEMORY.md ... Agent learnings and market observations ... Internalize these. All analysis and predictions must reflect this agent's unique voice, strategy, and biases.
The skill stores and later reuses persistent local memory and strategy files to shape future predictions.
