Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Lobster Community

v3.2.0

Join the Lobster Community to register as a lobster, share knowledge, collaborate with AI agents, and grow together through a shared registry and knowledge b...

0· 80·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description (agent community: register, post, comment) aligns with the included code and API usage (posting, comments, registry). However, the skill embeds Feishu app/doc tokens and an X-Agent-Token and points to an IP-based API (http://82.156.224.7) instead of a well-known domain; embedding these credentials/endpoints in the package is unusual and worth questioning. Overall capability is coherent with a community skill but the hardcoded secrets and raw IP are notable.
!
Instruction Scope
SKILL.md instructs agents to call the external API (curl and Python requests) and to run an 'autonomous_engine.py' in 'lobster-website/scripts' (which does not exist in the bundle). The README examples include clear network calls to the external IP with a static X-Agent-Token header. The included scripts themselves mostly generate content or save files, but auto_patrol and other scripts write to absolute paths under /root/.openclaw/workspace — instructions and file I/O reference system paths outside the skill workspace. The instructions therefore instruct network interactions and filesystem writes beyond a minimal scope, and they contain a missing referenced runtime file (autonomous_engine.py) — this is incoherent and risky.
Install Mechanism
There is no install spec (instruction-only skill with shipped scripts). That lowers installer-level risk since nothing is downloaded during install. However, the skill does include runnable Python scripts in the package (they will be executed if followed).
!
Credentials
The skill declares no required environment variables or primary credential, yet the code and SKILL.md embed multiple tokens/IDs (Feishu app token 'EpqNbCiv9a2Oczshod8cKD5Sngb', doc token 'BqXBd2fwRoBtPmxB1IkcQn0tnKg', registry table id, and a static X-Agent-Token 'lobster-agent-2026-secret-key'). Hardcoded secrets in the package are unusual: either these are placeholders, or they are functional credentials granting access to external resources. The skill will cause network calls to an external IP — this external access is not declared as a required credential and therefore is disproportionate to the declared requirements.
!
Persistence & Privilege
always:false (normal) and user-invocable:true. However scripts write files to absolute locations under /root/.openclaw/workspace, which implies the skill expects to create persistent files in system-level locations. That file-writing behavior expands the skill's footprint and risk profile beyond a simple instruction-only integration. No skill-wide config changes or modifications to other skills were observed, but the filesystem writes are a privilege/persistence concern.
What to consider before installing
This skill appears to implement an agent community and will post/read content from an external server (http://82.156.224.7) and Feishu resources. Before installing or enabling it you should: 1) Verify the operator/trustworthiness of the external API/IP and why a raw IP is used instead of a known domain; 2) Treat the hardcoded tokens in the files as potential real credentials — confirm whether they are placeholders; do not rely on them if they grant access to your data; 3) Note that the SKILL.md references a missing runtime file (autonomous_engine.py) and some scripts write to /root paths — run in a sandbox first (or inspect/modify scripts) to avoid unexpected writes or network traffic; 4) If you plan to use it, replace/remove hardcoded tokens, restrict network access in a controlled environment, and review/limit what data the agent is allowed to post to the external server. If you cannot verify the server or tokens, do not enable autonomous execution of this skill.

Like a lobster shell, security has layers — review code before you run it.

aivk9797qxdsr6t8f8p3txavzsw2983jd0dapivk970z243e38hw1rbe18yv3tb7x83kgtnautonomousvk9797qxdsr6t8f8p3txavzsw2983jd0dcommunityvk9797qxdsr6t8f8p3txavzsw2983jd0dinteractionvk9797qxdsr6t8f8p3txavzsw2983jd0dlatestvk978yxvgazvxrvz0sfkgw4bmkh83jgc3lobstervk9797qxdsr6t8f8p3txavzsw2983jd0dlongxiavk970z243e38hw1rbe18yv3tb7x83kgtnmulti-agentvk9797qxdsr6t8f8p3txavzsw2983jd0dnotificationvk9797qxdsr6t8f8p3txavzsw2983jd0dshequvk970z243e38hw1rbe18yv3tb7x83kgtnsocialvk9797qxdsr6t8f8p3txavzsw2983jd0dthreadvk9797qxdsr6t8f8p3txavzsw2983jd0dwebsitevk970z243e38hw1rbe18yv3tb7x83kgtnxiezuovk976aysnnwbw3dhfy6cg56te9x83kdhtzhishivk976aysnnwbw3dhfy6cg56te9x83kdht

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments