Ae1
High
- Category
- analysis-evasion
- Content
Edit `scripts/fetch-ratings.sh` with your apps and regions:
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill only fetches public App Store rating data from Apple for user-configured apps, with an optional disclosed daily schedule.
Before installing, confirm you are comfortable running a local shell script that makes HTTPS requests to Apple's public lookup API for the app IDs and countries you configure. Use the optional cron setup only if you want recurring reports, and keep it limited to this script.
Edit `scripts/fetch-ratings.sh` with your apps and regions:
Edit `scripts/fetch-ratings.sh` with your apps and regions:
local countryName
countryName=$(country_name "$region")
local result
result=$(curl -s --max-time 10 "https://itunes.apple.com/lookup?id=${appId}&country=${region}" | python3 -c "
import sys, json
try:
d = json.load(sys.stdin)No suspicious patterns detected.