amazon-keyword-research
Warn
Audited by Runlayer on Mar 10, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
amazon-keyword-research/scripts/research.shMEDIUM
78.2%
Risky tool definition detected
ENCODED=$(python3 -c "import urllib.parse; print(urllib.parse.quote('${SEARCH_TERM}'))") RESULT=$(curl -s "https://completion.${DOMAIN}/api/2017/suggestions?mid=${MKT}&alias=aps&prefix=${ENCODED}" 2>/dev/null) if [ -n "$RESULT" ]; then echo "$RESULT" | python3 -c " import sys, json try: data = json.load(sys.stdin) suggestions = data.get('suggestions', []) for s in suggestions: print(s.get('value', '')) except: pass " 2>/dev/null fi done | sort -u echo "" echo "--- Alphabet Expansion ---" # Expan
Passed Files (2)Click to expand
amazon-keyword-research/_meta.jsonOK
23.8%
Tool passed security scan
amazon-keyword-research/SKILL.mdOK
12.1%
Tool passed security scan
Audit Metadata