Behavioral scan truncated
Vettd corescripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd exceeds 100KB — content past that limit was not scanned for behavioral signals
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
This skill includes a SKILL.md descriptor and ships with scripts. No security concerns were identified.
Vettd Verdict
The overall verdict combines pass, warning, and failure signals across our checks. Click to see how each check is computed.Skill passed all structure and security checks.
Link points to the repository’s default branch (current HEAD). Certification reflects the state of the repo on Jun 17, 2026. Scanned at 57546260.
security
/ coming soon
/ coming soon
/ coming soon
/ coming soon
scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd exceeds 100KB — content past that limit was not scanned for behavioral signals
SKILL.md and references/ files do not reference external URLs
Scanned text content for instruction override, jailbreak framing, credential solicitation, and embedded injection markers
No repository field found in SKILL.md frontmatter. Skills without a verifiable source repository cannot be externally audited.
Scanned all files for credentials, private keys, and code-level risks (eval, shell exec, destructive ops)
best practices
Explicit checklists help agents track progress in multi-step workflows
Found code blocks, input/output samples, or an examples section — concrete samples help agents pattern-match effectively
SKILL.md body references files in references/, scripts/, or assets/ — agents can load additional context on demand instead of consuming everything upfront
286 lines (recommended: under 500)
Structured procedures improve reliability for complex tasks
description
Broad trigger words (anything, everything, all files, etc.) widen attack surface — narrow to specific use cases
Good: description explains when to activate the skill
941/1024 characters used
evals
Add an evals/ directory with test prompts and expected outputs to measure skill quality
scripts
scripts/office/pack.py: Script documents its interface via --help or argument parsing
scripts/recalc.py: Uses JSON/CSV output which is easily parseable by agents
structure
Bundled executable scripts found
Required skill definition file found
Name "xlsx" follows spec (lowercase, hyphens, ≤64 chars)