amazon-best-selling-products-finder-api-skill
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Python script to perform API requests. The script parameters (keywords, limit, marketplace URL) are passed as command-line arguments. While this involves command execution, it is the primary and intended function of the skill to interface with the BrowserAct service.\n- [EXTERNAL_DOWNLOADS]: The skill uses the
requestslibrary to communicate withapi.browseract.com. This is a well-known service associated with the skill author ('browser-act'), and the network operations are limited to starting, monitoring, and retrieving results for the data extraction task.\n- [CREDENTIALS_UNSAFE]: The skill correctly handles theBROWSERACT_API_KEYby instructing the user to set it as an environment variable or provide it through a secure prompt. There are no hardcoded keys or secrets within the provided code.\n- [DATA_EXFILTRATION]: No sensitive local data (such as SSH keys, AWS credentials, or env files) is accessed or transmitted. The data transmitted to the API is limited to the search parameters provided by the user.
Audit Metadata