Scan Report
5 /100
amazon-keyword-research
Amazon keyword research and market opportunity analysis for sellers
A legitimate Amazon keyword research tool that fetches public autocomplete data from Amazon's official API. No malicious behavior detected.
Safe to install
This skill is safe to use for its stated purpose of Amazon keyword research.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md declares script execution via <skill>/scripts/research.sh |
| Network | READ | READ | ✓ Aligned | SKILL.md declares autocomplete API access; script uses curl to completion.amazon… |
| Shell | WRITE | WRITE | ✓ Aligned | Script execution is declared in documentation |
2 findings
Medium External URL 外部 URL
https://trends.google.com/trends/explore?q= SKILL.md:99 Medium External URL 外部 URL
https://completion.$ scripts/research.sh:41 File Tree
3 files · 10.7 KB · 284 lines Markdown 1f · 200L
Shell 1f · 78L
JSON 1f · 6L
├─
▾
scripts
│ └─
research.sh
Shell
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ All capabilities declared in SKILL.md match actual implementation
✓ Uses only Amazon's public autocomplete API (completion.amazon.com)
✓ No credential harvesting or environment variable access
✓ No obfuscation or suspicious code patterns
✓ Standard tools only: curl, python3, sort
✓ No data exfiltration or C2 communication
✓ No supply chain risks - no external dependencies