Amazon Product Research & Seller Analytics
Analysis
This skill is a coherent Amazon product-research integration that uses an APIClaw key and local Python helper to query APIClaw, with no artifact-backed malicious behavior found.
Findings (3)
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 ... Fallback: If script fails and can't be quickly fixed, use curl directly.
The skill instructs the agent to execute a local Python CLI and, if needed, make direct curl calls to the provider. This is central to the research function, but it means the agent can initiate external API requests.
Registry metadata Version: 1.2.1; SKILL.md frontmatter shows version: 1.1.5; SECURITY.md lists supported version 1.1.x.
The provided artifacts are internally inconsistent about the version being reviewed. This does not show malicious behavior, but it is a provenance and release-hygiene issue.
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` ... Fallback: The script also checks `config.json` in the skill root directory if the env var is not set.
The skill needs a provider API key and can read it from either an environment variable or a local config file. This is disclosed and purpose-aligned, but it is still credential handling.
