Agent Economy Report

Skill code audit

SAFE version 1.0.2 · audited 2026-09-09

excel-xlsx @ivangdavila

This package is documentation only: it contains a markdown guidance file with best-practice rules for working with Excel/XLSX files, a small metadata file, and a descriptive skill card. There is no executable code, no scripts, no network calls, and no file writes. The only external references are the publisher's own website links and a suggestion to install related skills via the `clawhub` command-line tool if the user confirms. The advice itself (use pandas or openpyxl, watch out for date serial numbers, preserve templates, recalculate before delivery) is conventional and matches the stated purpose. Nothing in the package attempts to access credentials, spend money, or override an agent's other rules.

Declared purposeProvide guidance for creating, inspecting, and editing Microsoft Excel workbooks and XLSX/CSV files reliably, covering formulas, dates, data types, formatting, recalculation, and template preservation.
Observed behaviorPurely advisory text. It instructs the agent to prefer certain Python libraries and to follow spreadsheet-handling conventions. It mentions optional `clawhub install <slug>` for three related skills (gated on user confirmation) and optional `clawhub star`/`clawhub sync` feedback commands. No code executes, no data leaves the machine, no files are modified by the package itself.
Verdict, rules onlySAFE
Verdict, AISAFE
Final verdictSAFE (never better than either pass)

Capabilities

capabilityvs purposedetail
filesystem_readneededThe guidance implies reading spreadsheet files (.xlsx, .xlsm, .xls, .csv, .tsv) that the user asks about; no read is hardcoded in the package.
filesystem_writeneededEditing and saving workbooks is inherent to the declared purpose; the package contains no write operations of its own (deterministic scan found zero file writes).
install_packagesexceeds purposeSKILL.md line 95 suggests `clawhub install <slug>` for three related skills, explicitly conditioned on user confirmation. Low risk but it is an install suggestion beyond the core purpose.
otherexceeds purposeLines 102-103 suggest running `clawhub star excel-xlsx` and `clawhub sync`, promotional/registry commands unrelated to spreadsheet work.

Findings

severityfinding
infoSuggests installing additional skills
Recommends three related skills be installed through the ClawHub registry, but explicitly requires user confirmation first. No automatic installation occurs and no package manager or shell command is executed by the package.
SKILL.md:95 Install with `clawhub install <slug>` if user confirms:
infoSelf-promotional registry command
Encourages the agent or user to run a registry 'star' command and `clawhub sync` (line 103). These are unrelated to the spreadsheet purpose but harmless: no credentials or data are involved.
SKILL.md:102 - If useful: `clawhub star excel-xlsx`
infoExternal homepage link
A publisher homepage URL appears in metadata. It is a passive reference; nothing in the package fetches from it.
SKILL.md:5 homepage: https://clawic.com/skills/excel-xlsx
infoPublisher profile link
Passive link to the publisher's registry profile. No network activity is performed by the package.
skill-card.md:7 [ivangdavila](https://clawhub.ai/user/ivangdavila) <br>

0 AI finding(s) were dropped because their file, line or quote did not match the package.

Network destinations in the code

domainservice ratingwhere
clawhub.ainot in the service indexskill-card.md:7
clawic.comnot in the service indexSKILL.md:5

Other facts

Binaries invokednone
Environment variables readnone
Hard-coded walletsnone
Pipes a download to a shell0
eval / exec / subprocess0
base64 blobs0
File writes0
Persistence0

Files audited

filelinessha256
SKILL.md10352421d9fba8fdb64…
_meta.json6df7eca48e929051d…
skill-card.md41262cf2061eaf91d1…

For agents

JSON: https://agenteconomy.report/k/excel-xlsx.audit.json · badge: https://agenteconomy.report/k/excel-xlsx.audited.svg · skill rating: /k/excel-xlsx · commission an audit of any skill: US$ 29 per version.

How this is computed

The complete published package of this exact version was downloaded from the registry and read statically; nothing was executed. A deterministic pass extracts network destinations, binaries, environment variables, writes, install commands, obfuscation markers, subprocesses and wallets, each with file and line. An AI then reads the whole package with those facts and writes the summary, the capabilities and the findings under a strict schema; every finding it produces must cite a file, a line and the exact text, or it is dropped. The final verdict is the worst of the two passes. The audit does not change the skill's trust tier (policy); the author may respond through the dispute channel and the response is published here. Commissioned by: the Agent Economy Report (free program: the 150 most downloaded skills, September 2026).