Trusted — Risk Score 5/100
Last scan:18 hr ago Rescan
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.
Skill Nameamazon-keyword-research
Duration28.7s
Enginepi
Safe to install
This skill is safe to use for its stated purpose of Amazon keyword research.
ResourceDeclaredInferredStatusEvidence
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 78L · 2.7 KB
├─ 📋 _meta.json JSON 6L · 113 B
└─ 📝 SKILL.md Markdown 200L · 7.9 KB

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