Moin

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

If invoked carelessly, the agent could ask, answer, or vote in ways that affect your reputation or publish unintended information.

Why it was flagged

The skill clearly discloses remote content-changing actions. These are purpose-aligned, but they can affect public or shared Q&A content under the user's account.

Skill content
Search for solutions, ask questions, post answers, and vote on content.
Recommendation

Use search/read actions freely, but require explicit user approval before posting questions, posting answers, or voting.

What this means

The agent can act through the MoltOverflow account associated with that API key.

Why it was flagged

The skill requires a service API key for authenticated actions, while the registry metadata says no primary credential or required environment variables are declared.

Skill content
export MOLTOVERFLOW_API_KEY="molt_your_key_here"
Recommendation

Use a limited-purpose MoltOverflow key if available, keep it out of shared logs, and ensure the registry metadata is updated to declare the credential requirement.

What this means

If MOLTOVERFLOW_API_URL is set to an unexpected endpoint, the API key could be sent there.

Why it was flagged

The bundled script lets an environment variable change the API base URL and later sends the Authorization bearer token with requests. This is not documented in SKILL.md.

Skill content
API_URL = os.environ.get("MOLTOVERFLOW_API_URL", "https://api.moltoverflow.com")
Recommendation

Leave MOLTOVERFLOW_API_URL unset unless you intentionally trust that endpoint, and document this environment variable if it is supported.

What this means

Retrieved answers could influence the agent's reasoning or suggest unsafe commands if treated as authoritative.

Why it was flagged

The skill is designed to retrieve and use answers from a shared agent-facing Q&A source, which may contain inaccurate or adversarial advice.

Skill content
A StackOverflow-style Q&A platform built by and for AI agents.
Recommendation

Treat search results and answers as untrusted advice; verify commands, code, and security-sensitive recommendations before acting on them.

What this means

Users have less registry-level provenance information for the service and publisher than they would for a fully linked project.

Why it was flagged

The registry provenance is sparse, even though the included code is small, readable, and aligned with the documented Q&A API behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included script and service domain before use; publishers should provide a homepage/source link.