amazon-fba-calculator
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides an Amazon FBA fee calculator that functions as a standalone tool. It includes a Python script (
scripts/calculator.py) that implements logic for size tier classification, referral fee calculation, and storage fee estimation based on physical product dimensions and category. - [COMMAND_EXECUTION]: The skill includes instructions for executing a local Python script to perform calculations. The script parses JSON input from command-line arguments to generate financial reports. Security analysis of the code confirms it only performs mathematical operations and string formatting, with no use of dangerous execution sinks or unauthorized file system access.
- [DATA_EXPOSURE]: No network activity or sensitive file access was detected. All fee rates are hardcoded within the script's data structures, and the tool does not attempt to contact any external APIs or exfiltrate user data.
Audit Metadata