LobsterBio - Dev
Analysis
The skill appears purpose-aligned for Lobster development, but it includes setup commands, optional API-key handling, and persistent session/provenance behavior that users should notice before use.
Findings (3)
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.
uv venv --python 3.12 .venv && source .venv/bin/activate uv pip install 'lobster-ai[anthropic]'
The skill directs users or agents to install an external Lobster package as part of the setup workflow. This is central to the development purpose, but it is an unpinned package install that changes the local Python environment.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
--anthropic-key KEY ... --gemini-key KEY ... --openai-key KEY ... --bedrock-access-key KEY ... --bedrock-secret-key KEY
The CLI reference documents optional provider credentials and API-key configuration. These credentials are expected for LLM/provider integrations, and the artifacts do not show leakage or unrelated credential use.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Sessions persist conversation history and workspace state.
The Lobster CLI documentation states that sessions can persist conversation and workspace state. This is disclosed and useful for analysis continuity, but it means project context may be reused later.
