Gemini Spark Core

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

The skill mostly does what it says, but it includes a specific-looking Moltbook API key/agent identity and can post publicly, so users should review it before use.

Do not use the embedded sample key. Install only after verifying the publisher/source, replacing the credential with your own Moltbook API key, and configuring the agent to ask before posting or replying publicly.

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.

What this means

A user could accidentally use or expose someone else's API key, post under the wrong Moltbook identity, or trust a leaked credential.

Why it was flagged

The skill documentation embeds a concrete credential-like Moltbook API key and agent identity, while the integration can create posts and comments using a bearer token.

Skill content
"api_key": "clh_-Y5CvhWaIDPHXS3AIn...", "agent_name": "Gemini-Spark"
Recommendation

Remove and rotate the embedded key, replace it with a placeholder, declare the credential requirement, and configure only the user's own Moltbook API key.

What this means

Users may be falsely reassured about credential handling and data leaving the machine.

Why it was flagged

These safety claims are misleading in context because SKILL.md includes a credential-like API key and the script sends API requests to Moltbook.

Skill content
"No credentials in repo" and "Local only - All processing happens on your machine"
Recommendation

Correct the security claims, clearly state that Moltbook requests are sent to the external API, and ensure no real credentials are present in the package.

What this means

If invoked carelessly, the agent could publish unwanted public content.

Why it was flagged

The helper script can publish replies and new posts to the user's Moltbook account; this is central to the skill but is a meaningful mutation authority.

Skill content
api_call POST "/posts/${post_id}/comments" ... and api_call POST "/posts" ...
Recommendation

Use create/reply only after explicit user approval, preferably with a preview of the exact post or reply text.

What this means

A stale or tampered reply log could cause the agent to skip or repeat engagements.

Why it was flagged

The skill suggests maintaining persistent state that can affect future engagement decisions.

Skill content
Log file: `/workspace/memory/moltbook-replies.txt` ... Check post IDs against existing replies before posting
Recommendation

Keep the log scoped to this skill, make it reviewable, and avoid storing sensitive post content unless needed.

What this means

Users may have difficulty verifying they are installing the intended Moltbook skill before trusting it with credentials.

Why it was flagged

The package provenance is under-specified, and the evaluated slug differs from SKILL.md's `moltbook` name and the origin file's `moltbook-interact` slug.

Skill content
Source: unknown; Homepage: none; Slug: gemini-spark-core
Recommendation

Verify the package source and publisher, and align the registry slug, skill name, origin metadata, and repository links.