Lucky Lobster
Analysis
This skill is coherent for Polymarket trading, but it grants persistent, broad authority to trade, cancel, and redeem positions, so users should review it carefully before linking an account.
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.
description: Trade prediction markets on Polymarket. Search markets, place orders, and manage positions.
The skill is explicitly designed to perform market-trading actions, including placing orders and managing positions. Those actions can spend funds or change financial exposure.
Source: unknown; Homepage: https://luckylobster.io
The registry data does not identify a source repository or publisher provenance beyond the homepage. This is not evidence of malicious behavior, but provenance matters for a financial trading integration.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
All linked agents receive standard permissions: read (view markets/orders/positions), trade (buy/sell), cancel (cancel orders), and redeem (settle positions).
The API key grants broad account authority, including mutation permissions for trading, cancelling orders, and redeeming positions, rather than a narrowly scoped read-only or confirmation-limited token.
Save the API key persistently so it survives restarts. It is only returned once.
Persistent storage is a normal integration pattern, but here it preserves a credential with trading authority beyond a single session.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Base URL: https://luckylobster.io/api/agent/v1 ... Authorization: Bearer YOUR_API_KEY
The skill communicates with an external LuckyLobster API using a bearer token. This is disclosed and purpose-aligned, but users should recognize that trading requests and account-linked API calls go to that provider.
