#1 on DeepResearch Bench (Feb 2026). Any-to-Any AI for agents. Combines deep reasoning with all modalities through sophisticated multi-agent orchestration. R...
Security Analysis
medium confidenceThe skill's instructions (SKILL.md) request an API key and a pip install and tell the agent to upload absolute local file paths, but the registry metadata claims no env vars or install — this mismatch and the file-upload behavior merit caution.
The SKILL.md describes a legitimate multimodal Any-to-Any service (processing many local files and producing many output modalities) which matches the skill name/description. However, the registry metadata claims no required env vars or install, while SKILL.md clearly lists an env var (CELLCOG_API_KEY) and a pip install (cellcog). That discrepancy is an incoherence that should be resolved before trust.
SKILL.md instructs use of explicit absolute local file paths enclosed in <SHOW_FILE> tags and says generated files are "auto-downloaded to your machine" and results are delivered to a session. That means the agent will (if used) send local files to CellCog's cloud for processing; this is expected for the stated purpose but raises data-exfiltration / privacy risk if sensitive files are provided. The instructions do not overreach beyond this purpose, but they give broad discretion to include arbitrary local files.
Installation is via pip (pip: cellcog) as declared in SKILL.md — a moderate-risk, common mechanism. The registry, however, reported 'No install spec' which conflicts with SKILL.md. Because pip packages can contain arbitrary code, verify the package source and inspect it before installing in a production environment.
SKILL.md requests a single API credential (CELLCOG_API_KEY), which is proportionate to an external cloud API. The registry metadata omitted this requirement — a mismatch. No unrelated credentials are requested, which is good; still, you should treat the API key as sensitive and use least-privilege or a test key.
The skill is not force-included (always: false) and does not request system-level persistence or modify other skills. Autonomous invocation is allowed (platform default). There is no evidence it requests elevated system privileges.
Guidance
Things to check before installing/using: - Resolve the metadata mismatch: ask the publisher why registry shows no env/install while SKILL.md requires CELLCOG_API_KEY and pip install. - Treat CELLCOG_API_KEY as sensitive: create a scoped/test key with limited billing and permissions before using. - Audit the pip package before installing: pip download and inspect contents, check the package author, homepage, and PyPI listing; prefer installing in a disposable VM or container. - Avoid sending sensitive files. The skill encourages providing absolute local paths (<SHOW_FILE>...), which will upload those files to an external cloud service — only send data you are comfortable sharing. - Verify the service domain (cellcog.ai) and review privacy/retention and billing policies on their site. - If you need higher assurance, request the publisher's source repository or signed release artifacts and more details about how session notifications and automatic downloads work.
Latest Release
v1.0.21
- Documentation (SKILL.md) updated for clarity and completeness. - No changes to code or functionality.
More by @nitishgargiitd
Published by @nitishgargiitd on ClawHub