Brand Cog
PassAudited by ClawScan on May 1, 2026.
Overview
Brand Cog appears purpose-aligned for CellCog-powered brand design, with the main user considerations being the CellCog API key, external agent handoff, and unpinned CellCog dependency.
This skill looks coherent for generating brand assets with CellCog. Before installing or using it, confirm you trust CellCog, verify any CellCog SDK/package source, configure the API key carefully, and avoid sending confidential business details unless you are comfortable with CellCog processing them.
Findings (3)
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.
If a user installs the required CellCog dependency separately, they need to make sure it is the official one.
The skill depends on the CellCog SDK/skill but the provided artifacts do not pin a version or include an install specification. This is not suspicious by itself, but users should verify the dependency source.
dependencies: [cellcog] ... from cellcog import CellCogClient
Install CellCog only from an official, trusted source and prefer pinned or documented versions when possible.
The skill can use the configured CellCog account and may consume API credits or access account-scoped capabilities.
The skill requires a CellCog API key, which is expected for this service integration but still grants access to the user's CellCog account/API usage.
requires: ... env: [CELLCOG_API_KEY]
Use a dedicated or least-privilege API key if available, monitor CellCog usage, and rotate the key if it is exposed.
Brand briefs, business positioning, draft assets, or other prompt contents may be sent to CellCog and processed outside the local environment.
The skill sends the user's prompt to CellCog in agent mode and may notify another session asynchronously. This is central to the stated purpose, but it is an external agent/service handoff.
**OpenClaw (fire-and-forget):** ... client.create_chat(prompt="[your task prompt]", notify_session_key="agent:main:main", chat_mode="agent")
Avoid including confidential brand strategy or proprietary data unless CellCog's privacy, retention, and sharing terms are acceptable.
