amazon-competitor-analyzer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited amazon-competitor-analyzer (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.
This skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.
You need a BrowserAct.com account and API key:
Copy the .env.example file to .env and add your API key:
cp .env.example .env
# Edit .env and replace YOUR_API_KEY_HERE with your actual API keyOr set as environment variable:
export BROWSERACT_API_KEY="your-api-key-here"python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MGpython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNWpython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output| Parameter | Type | Default | Description |
|---|---|---|---|
| asins | string | - | One or more Amazon ASINs to analyze |
| --output, -o | string | ./output | Output directory |
| --format | string | all | Output format (csv/markdown/json/all) |
| --api-key | string | env | BrowserAct API key |
This skill requires the following Python packages:
pip install requestsOptional (for automatic .env loading):
pip install python-dotenv| Variable | Required | Description |
|---|---|---|
| BROWSERACT_API_KEY | Yes | Your BrowserAct API key. Get it from BrowserAct Console |
Version: 1.0.0 Updated: 2026-02-09 Template ID: 77814333389670716
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.