LobsterBio - Dev
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: lobster-bio-dev Version: 1.0.1 The analyzed files constitute a comprehensive developer guide for the Lobster AI platform, detailing how to create agents, services, and test components. While the documentation includes instructions for executing shell commands (`make`, `pip install -e .`, `python -c`) and describes data management (`DataManagerV2`) and potential network interactions (mocked `requests.get` for testing, `download_orchestrator.py`), these are all within the legitimate scope of developing and testing a bioinformatics system. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote control, persistence mechanisms, or prompt injection attempts against the OpenClaw agent itself to deviate from its stated development task.
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.
If followed, these commands can install or upgrade Lobster and its dependencies in the user's environment.
The guide includes user-directed package installation and upgrade commands. This is expected for a development guide, but it means users may fetch and run external package code.
uv tool install 'lobster-ai[full,anthropic]' # Install as users see it uv tool upgrade lobster-ai
Run installation commands only in a trusted development environment, review the package source/dependencies when appropriate, and avoid upgrading production environments without testing.
Running Lobster with these credentials may use paid provider accounts or cloud permissions.
The CLI documentation references provider API keys and an AWS profile. These are coherent with an LLM-powered CLI, but they grant access to external accounts if used.
`OPENAI_API_KEY` | OpenAI API key | — | | `ANTHROPIC_API_KEY` | Anthropic API key | — | | `AWS_PROFILE` | AWS profile for Bedrock | — |
Use least-privileged API keys or AWS profiles, avoid sharing credentials in prompts or workspaces, and monitor provider usage/billing.
Bioinformatics data context, conversation history, or analysis provenance may remain on disk and be reused in later sessions.
The CLI guide states that sessions persist conversation and workspace state, and later shows `.lobster/session.json` and `.lobster/provenance.json` in the workspace.
Sessions persist conversation history and workspace state.
Use separate workspaces for sensitive projects, avoid storing secrets in session context, and clear or protect workspace `.lobster` files when needed.
