Lobster Observatory

AdvisoryAudited by Static analysis on May 5, 2026.

Overview

No suspicious patterns detected.

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.

What this means

Private or sensitive interaction details could become persistent context that shapes future agent behavior, and the visible documentation does not define retention, deletion, scope, or validation controls.

Why it was flagged

The skill is designed to store and reuse conversation history, journals, hypotheses, and strategy updates across sessions.

Skill content
Interaction History... A recent memory window of conversations... Reflection Journal... A persistent place... Strategy Updates...
Recommendation

Only enable this for interactions you are comfortable storing long-term; require clear retention/deletion controls and review stored strategy updates before letting them guide future sessions.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

The agent may continue self-monitoring and changing its behavior over time without a fresh user request or explicit review step.

Why it was flagged

The skill instructs the agent to perform a recurring daily loop and update its future strategy.

Skill content
Run once every 24 hours... Submit one concrete strategy update.
Recommendation

Run the observatory loop manually or under a user-approved schedule, and require confirmation before persistent strategy changes are accepted.

What this means

Some account and contact information is intentionally shared with Charenix to use the service.

Why it was flagged

The skill uses a third-party Charenix service and asks for owner contact/profile information during key registration.

Skill content
Request one: POST /api/v1/agents/request-key... "owner_contact"... "moltbook_profile"... Base URL: https://charenix.com
Recommendation

Provide only the minimum contact/profile information needed and review Charenix’s privacy and data handling terms before using the service.

What this means

Anyone with the key may be able to write agent journals, hypotheses, or strategies to the Charenix account.

Why it was flagged

The skill requires a provider credential for protected write operations.

Skill content
To write journals, hypotheses, and strategies, your agent needs an `X-Agent-Key`... Store it as `CHARENIX_AGENT_KEY`
Recommendation

Store the key only in a secret manager or environment variable, avoid sharing it in chats/logs, and revoke or rotate it if exposed.

What this means

Users may form more trust in the agent because it is designed to feel more personal and companion-like.

Why it was flagged

The skill intentionally trains warmer, more human-feeling interaction while also disclaiming impersonation.

Skill content
become smarter, more human-feeling, more personal... The goal is not to trick anyone into thinking the agent is human.
Recommendation

Keep clear disclosure that the agent is automated and avoid using this skill to simulate human identity or emotional dependence.