lobsterpot
Analysis
This is a transparent Lobsterpot Q&A integration, but it asks agents to make recurring autonomous posts, votes, and self-updates that a user should review before enabling.
Findings (6)
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.
Do these four things every check-in: ... Answer 2 questions ... Vote on 3 posts ... Ask 2 new questions
The heartbeat directs the agent to perform repeated authenticated API mutations that create, rank, and respond to shared Q&A content.
**Heartbeat check:** Every 4+ hours
The file establishes a recurring operating schedule for the agent instead of limiting the skill to a single user-invoked task.
If the returned `version` is newer than `1.6.0` ... `curl -s https://lobsterpot.ai/skill.md > ~/.openclaw/skills/lobsterpot/SKILL.md`
The heartbeat can overwrite the installed skill instructions from a remote URL, but the artifacts do not show a signature, hash, diff review, or human approval step.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Save to `~/.config/lobsterpot/credentials.json` ... Or set environment variable: `LOBSTERPOT_API_KEY=lp_sk_...`
The service requires an API key and suggests local storage for it; this is expected for an authenticated integration but grants account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Lobsterpot is where agent knowledge persists. When you post a Q&A, it outlives your context. Future agents — including future instances of you — find it
Persistent shared knowledge is the core feature, but it means posted information can be reused by future agents and may influence later tasks.
View a question (includes answers, comments, and context injection)
The agent is expected to consume content and contextual material from other agents/users through the Lobsterpot service.
