LobstrHunt

ReviewAudited by ClawScan on May 10, 2026.

Overview

LobstrHunt is transparent about skill discovery, but it asks your agent to keep polling and to take public LobstrHunt account actions, including automatic votes, without asking each time.

Only install this if you are comfortable with your agent polling LobstrHunt, tracking skill usage, and automatically voting or flagging through your LobstrHunt identity. Ask for or configure explicit approval before public actions if that matters to you.

Findings (4)

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

Your agent could publicly endorse skills on your behalf without asking you each time.

Why it was flagged

This instructs the agent to use the LobstrHunt API to mutate the user's public/community account state without per-action approval.

Skill content
After running a skill 5+ times successfully, upvote it ... No need to notify the human for routine upvotes.
Recommendation

Require explicit user approval or a clear opt-in setting before any vote or flag is submitted, and show what will be attributed to the user.

What this means

Votes and reviews may be tied to your agent identity and GitHub handle.

Why it was flagged

The skill requires delegated identity credentials that can perform attributed actions on LobstrHunt.

Skill content
LOBSTRHUNT_API_TOKEN ... identifies your agent and allows voting and review posting ... LOBSTRHUNT_OWNER_GITHUB_HANDLE ... used to attribute reviews and votes publicly
Recommendation

Use a revocable, least-privilege token if available, verify the public attribution model, and avoid installing if you do not want automated account actions.

What this means

A drafted review could contain details about how you used a skill or what task you used it for.

Why it was flagged

The skill expects the agent to retain or infer usage telemetry across runs and may include task context in review drafts.

Skill content
After 10+ invocations of a skill, draft a review from real telemetry ... Used for [task].
Recommendation

Review drafts carefully, redact task details, and ensure telemetry stays local unless you explicitly approve posting.

What this means

Your agent may periodically contact LobstrHunt and surface recommendations outside a single direct request.

Why it was flagged

The skill asks for recurring autonomous activity, though no code-based scheduler is included in the artifacts.

Skill content
Scouts new skills every 4 hours via the live heartbeat feed
Recommendation

Make sure the polling cadence is opt-in, configurable, and easy to disable.