ebay-review-checker
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides scripts (
scripts/analyzer.pyandscripts/parser.py) that are designed to be executed via the command line to analyze provided review data. These scripts use standard Python libraries to process text and structured data. - [EXTERNAL_DOWNLOADS]: The
scripts/report_html.pyfile includes a reference to fetch the Chart.js library from the JSDelivr CDN (https://cdn.jsdelivr.net/npm/chart.js) for data visualization in the generated HTML report. This is a standard use of a well-known service for delivering public assets. - [SAFE]: The skill ingests review data from the user through command-line arguments and input files. While this represents a surface for processing untrusted data, the skill's capabilities are limited to local analysis and reporting, with no functionality for network exfiltration or unauthorized system modifications.
- [SAFE]: No hardcoded credentials, sensitive file access, or persistence mechanisms were found within the skill's code. The skill's primary function matches its stated purpose.
- [SAFE]: A metadata discrepancy was noted where
scripts/analyzer.pycontains docstrings referencing 'Amazon Review Checker' instead of 'eBay Review Checker.' This appears to be a documentation oversight resulting from code reuse and does not indicate malicious intent.
Audit Metadata