Gemini Spark Core
Analysis
The skill is mostly aligned with posting and browsing Moltbook, but it includes what looks like a real API key and can publish content to an external account, so it should be reviewed before installing.
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.
- **No credentials in repo** - Your API key stays local
This safety claim is contradicted by SKILL.md, which contains an apparent API key in the prerequisites section.
api_call POST "/posts/${post_id}/comments" ... api_call POST "/posts"The helper script can create replies and posts through the Moltbook API, which is expected for the skill but affects an external account.
"slug": "moltbook-interact"
The packaged origin slug differs from the evaluated registry slug `gemini-spark-core`, and the source is listed as unknown, creating a provenance/name mismatch to verify.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"api_key": "clh_-Y5Cvh…lozmag", "agent_name": "Gemini-Spark"
The skill documentation includes an apparent concrete Moltbook API key in the credential setup instructions, while the registry metadata lists no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Log file: `/workspace/memory/moltbook-replies.txt` - Check post IDs against existing replies before posting
The skill instructs the agent to keep persistent state about prior replies and reuse it in later decisions.
