Amazon Catalog Cli — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Amazon Catalog Cli (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Catalog CLI audits Amazon Category Listing Reports (CLR files, .xlsx/.xlsm) for listing quality issues. It runs 14 query plugins covering missing attributes, title validation, bullet point optimization, product type checks, and more.
catalog scan report.xlsx --format json --queries missing-attributes,mobile-title-readiness --fields sku,severity,details --limit 10catalog scan report.xlsx --format jsoncatalog check intent-bullets report.xlsx --format json --limit 20catalog scan --json '{"file": "report.xlsx", "queries": ["missing-attributes"], "fields": ["sku", "severity"], "limit": 10}'echo '{"file": "report.xlsx"}' | catalog scan --stdincatalog schema --format json
catalog schema missing-attributes --format json--fields sku,severity,details) to reduce output sizecatalog schema --format json.xlsx or .xlsm CLRcatalog --version is current--format ndjson) for streaming large results line-by-line| Query | Description |
|---|---|
missing-attributes | Find mandatory attributes missing from listings |
missing-any-attributes | Find all missing attributes (required + conditional) |
mobile-title-readiness | Find titles over 75 characters and prepare rewrite inputs |
long-titles | Find titles exceeding 200 characters |
title-prohibited-chars | Find titles with prohibited characters |
intent-bullets | Evaluate bullets against shopper intent coverage |
prohibited-chars | Find prohibited characters in title/brand |
bullet-prohibited-content | Find prohibited content in bullet points |
bullet-formatting | Check bullet formatting (caps, length, punctuation) |
bullet-awareness | Soft violations in bullets (excessive caps, etc.) |
product-type-mismatch | Product type / item type keyword mismatches |
missing-variations | Products that might be missing variation relationships |
new-attributes | Template attributes not being used |
One-command setup for Claude Code:
catalog setup-claude # Free (local MCP)
catalog setup-claude --pro --api-key KEY # Pro (hosted API)Add to Claude Desktop config:
{
"mcpServers": {
"catalog": {
"command": "catalog",
"args": ["mcp"]
}
}
}MCP tools: catalog_scan, catalog_check, catalog_list_queries, catalog_schema
CATALOG_CLI_DEFAULT_FORMAT - Default output format (default: terminal, set to json for headless/CI)CATALOG_CLI_CONFIG - Config file path (reserved for future use)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.