skills/nexscope-ai/nexscope-ecommerce-skills/ecommerce-amazon-niche-reviews-by-keyword/Gen Agent Trust Hub
ecommerce-amazon-niche-reviews-by-keyword
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/amazon_niche_reviews_by_keyword.py) to manage API requests, implement a local caching system, and persist search results to the filesystem. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to an external API endpoint configured through the
NEXSCOPE_PROXY_BASEenvironment variable to fetch market analysis data. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and displays product reviews from Amazon, which are untrusted external strings.
- Ingestion points: The skill retrieves review topics and examples (
reviewExamplefield) from the Jiimore API. - Boundary markers: There are no explicit boundary markers or instructions to the agent to ignore potential instructions embedded within the review text.
- Capability inventory: The skill can execute local scripts, perform network requests, and write files to the local disk.
- Sanitization: The skill does not appear to sanitize or filter the content of the retrieved reviews before presenting them to the agent or user.
Audit Metadata