app-store-review-arbitrage
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the 'google-play-scraper' package from PyPI, which is a standard library for accessing public Play Store data. It also fetches public review data from 'itunes.apple.com' and 'play.google.com' using official APIs/standard scraping methods.
- [COMMAND_EXECUTION]: The skill executes a local Python script ('scripts/fetch_reviews.py') to perform the data collection. This script uses standard Python libraries (urllib, json, re) to process results. It also instructs the agent to run 'pip install' for the scraper dependency if it is missing.
Audit Metadata