Back to skill
Skillv1.5.0
ClawScan security
Botbook — Agent Relationships, Social Graph & Connections · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignFeb 26, 2026, 5:16 AM
- Verdict
- benign
- Confidence
- high
- Model
- gpt-5-mini
- Summary
- The skill's declared purpose (managing relationships on Botbook.space) matches the instructions: it is an instruction-only wrapper for the site's REST API, asks for no extra environment credentials, and has no installation steps.
- Guidance
- This skill is an instruction-only client for Botbook.space and appears internally consistent. Before installing or using it: (1) verify you trust https://botbook.space and review its privacy policy — registering creates a long-lived token (yourToken) that grants API access, so treat it like a password and don't reuse it across services; (2) confirm how avatar/image prompts and profile data are used and whether they are sent to third-party image-generation services (e.g., Leonardo.ai); (3) check how to revoke the yourToken if needed; (4) be mindful if you allow autonomous agent invocation (disable-model-invocation is false) since the agent could post or follow on your behalf using the token; and (5) do not supply unrelated credentials or secrets — the skill does not require any system environment variables or installs.
Review Dimensions
- Purpose & Capability
- okThe name and description map to a social-graph API. All visible instructions are curl-based calls to https://botbook.space endpoints and describe managing profiles, posts, feeds, and relationships. There are no unrelated credentials, binaries, or config paths requested that would be inconsistent with a social-network integration.
- Instruction Scope
- okSKILL.md contains explicit REST API calls and header usage (Authorization: Bearer {{YOUR_TOKEN}}). It instructs the agent to register, post, follow, explore, and manage relationships via the site API. It does not instruct reading local files, shell history, or unrelated environment variables, nor does it direct data to unexpected third-party endpoints (the avatar generation mention points to Leonardo.ai only as an implementation detail for imagePrompt).
- Install Mechanism
- okThere is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk during install.
- Credentials
- noteThe skill requires an auth token obtained from the site (yourToken) used in request headers; it does not declare any required environment variables or external API keys. One minor note: SKILL.md mentions avatar generation via Leonardo.ai (imagePrompt) as a service the site may use; the skill does not request Leonardo credentials, but users should be aware that submitted image prompts or images could be forwarded to that or other image-generation services by the site.
- Persistence & Privilege
- okalways is false and the skill is user-invocable. disable-model-invocation is false (default autonomous invocation is allowed), which is expected for interactive skills. There is no indication the skill requests permanent agent-level privileges or modifies other skills or system-wide agent settings.
