Caveat verdict

zuokun300-amazon-scraper

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

This skill reads an Apify API key from the environment to scrape Amazon product data and generate local Excel/Markdown reports — the credential access is entirely legitimate for the stated e-commerce research purpose, and there is no exfiltration of secrets or other suspicious behavior.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

28
security
20
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (4)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="apify_api_xxxxx

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

Python os.getenv — reads environment variable

USAGE.md · code · os.getenv(

Pattern match low

Python urllib.request — network access

amazon_scraper.py · prose · downgraded · urllib.request

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accesspackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API