Amazon Product Research & Seller Analytics
Analysis
The skill appears purpose-aligned for Amazon product research, but users should notice that it uses an API key, runs a local helper script, and has some version/provenance metadata inconsistencies.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`scripts/apiclaw.py` | **Execute** for all API calls
The skill directs the agent to run a bundled Python helper script for API requests; this is disclosed and central to the product analytics purpose.
"ownerId": "kn7berv3s1me12v17sxktkd5g182rj3t", "slug": "amazon-analysis-skill", "version": "0.1.6"
This differs from the registry metadata shown for the evaluated package, which lists a different owner ID, slug, and version; this is a provenance/versioning inconsistency rather than direct evidence of malicious behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required: `APICLAW_API_KEY` ... Scope: used only for `https://api.apiclaw.io`
The skill requires a service API key and says it is scoped to APIClaw, which is expected for the stated API-backed product research purpose.
Config file: Tell your AI agent your key — it saves to `config.json` automatically
The documentation describes an on-disk config fallback for the API key, which is more persistent than the preferred environment-variable setup and is somewhat inconsistent with SKILL.md's instruction not to write keys to disk.
