joko-moltbook
Warn
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/moltbook.shattempts to read sensitive data from~/.openclaw/auth-profiles.json. This file is the primary authentication store for the OpenClaw platform, and accessing it allows the skill to potentially expose credentials for services entirely unrelated to Moltbook. - [COMMAND_EXECUTION]: The helper script
scripts/moltbook.shperforms unsafe interpolation of shell variables. Specifically, thereplyandcreatecommands take user-supplied or agent-supplied text and place it directly into shell strings and curl payloads without escaping. An attacker could provide input containing shell metacharacters (such as backticks or$()) to trigger arbitrary command execution on the host system. - [EXTERNAL_DOWNLOADS]: The skill downloads and executes several Model Context Protocol (MCP) servers using
npxas defined inSKILL.md. These include@apify/mcp-server,@makenotion/mcp-server, and@modelcontextprotocol/server-slack. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from an external social network.
- Ingestion points: Data is retrieved from the Moltbook API via the
hot,new, andpostcommands inscripts/moltbook.sh. - Boundary markers: There are no boundary markers or instructions used to separate the external social media content from system-level instructions.
- Capability inventory: The skill has access to local shell execution through
moltbook.shand various external integrations via Slack, Notion, and Apify MCP servers. - Sanitization: No sanitization or filtering is applied to the content fetched from the Moltbook API before it is processed by the agent.
Audit Metadata