Pangolinfo Amazon Scraper: Products + Keywords + Reviews + Categories

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

If you provide the email/password fallback, the agent environment will contain Pangolinfo account login credentials.

Why it was flagged

The skill uses Pangolinfo account credentials or an API key. This is purpose-aligned for the service, but email/password use is more sensitive than an API key.

Skill content
Set PANGOLINFO_API_KEY (recommended). OR set PANGOLINFO_EMAIL + PANGOLINFO_PASSWORD to auto-fetch a key.
Recommendation

Prefer using PANGOLINFO_API_KEY. Only provide PANGOLINFO_EMAIL and PANGOLINFO_PASSWORD if you specifically need automatic key retrieval.

What this means

A cached permanent API key could be reused by later runs on the same machine.

Why it was flagged

The artifacts disclose an optional persistent local credential cache for the Pangolinfo API key.

Skill content
Optional caching (user must opt in): ... --cache-key ... This saves the key to ~/.pangolinfo_api_key (mode 0600)
Recommendation

Use caching only on a trusted personal machine, and delete ~/.pangolinfo_api_key if you no longer want the key stored locally.

What this means

Large or repeated scraping requests may spend account credits.

Why it was flagged

The skill's API calls can consume Pangolinfo credits, especially review-page requests.

Skill content
Review page (`--mode review`) | **5 per page** ... Credits are charged **only on success**
Recommendation

Set clear limits for pages, categories, sellers, or review scraping before asking an agent to run broad searches.

What this means

Your ASINs, keywords, seller IDs, category IDs, and review-scraping requests may be visible to the Pangolinfo service.

Why it was flagged

The included client sends requests to Pangolinfo's cloud API endpoint.

Skill content
API_BASE = "https://scrapeapi.pangolinfo.com"
Recommendation

Avoid sending product research or business-sensitive queries unless you are comfortable sharing them with Pangolinfo.