Spreadsheets Cog

Security checks across malware telemetry and agentic risk

Overview

This skill is coherent for generating spreadsheets through CellCog, but users should notice that it requires a CellCog API key and delegates work to an external agent service.

Before installing, make sure you trust CellCog, use a protected API key, and avoid sending confidential financial or personal spreadsheet data unless you are comfortable with CellCog and any configured provider processing it. Review generated spreadsheets, especially formulas and financial assumptions, before relying on them.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Anyone using the skill must provide a CellCog API key, which could authorize actions or usage against their CellCog account.

Why it was flagged

The skill requires a CellCog API key even though the registry does not label a primary credential, so users should recognize that use of the skill depends on delegated CellCog account access.

Skill content
Required env vars: CELLCOG_API_KEY ... Primary credential: none
Recommendation

Use a dedicated, least-privileged CellCog API key if available, keep it out of prompts and shared files, and rotate it if exposed.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Financial models, budgets, sales trackers, or other spreadsheet inputs may include sensitive personal or business data that is sent to CellCog or a configured provider.

Why it was flagged

The skill delegates spreadsheet creation through CellCog and potentially other named agent providers, so user prompts and spreadsheet data may be processed outside the local OpenClaw context.

Skill content
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
Recommendation

Review CellCog’s data handling terms and avoid sending confidential spreadsheet data unless you are comfortable with the configured provider processing it.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

The reviewed artifact does not itself contain the CellCog package or referenced SDK behavior, so trust also depends on the external CellCog dependency a user installs or has available.

Why it was flagged

The skill depends on an external CellCog component that is not included in the single-file artifact, making the external SDK/skill provenance relevant for safe use.

Skill content
dependencies: [cellcog]
Recommendation

Install CellCog only from the official source, check package names carefully, and review the referenced CellCog skill or SDK documentation before using sensitive data.

#
ASI02: Tool Misuse and Exploitation
Info
What this means

CellCog may use programmatic spreadsheet generation rather than only filling templates, which can be powerful but should be guided with clear user prompts and reviewed outputs.

Why it was flagged

The skill advertises broad Python-powered spreadsheet generation. This is aligned with creating complex workbooks, but it is still broader than a static template generator.

Skill content
Full Python access, complex data manipulation, formulas, pivot tables, and financial models
Recommendation

Use specific task prompts, review generated formulas and financial assumptions, and avoid treating generated financial models as automatically verified advice.