amazon-fba-calculator

Pass

Audited by Gen Agent Trust Hub on Mar 22, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill performs its stated function as an Amazon FBA fee calculator without any detected malicious behavior. The logic is transparent and focuses on calculating shipping, storage, and referral fees based on provided dimensions and weight.
  • [INDIRECT_PROMPT_INJECTION]: The script processes external data (JSON input) and reflects it in the generated report. While this creates a surface for indirect prompt injection if an agent interprets the output, the script itself lacks dangerous capabilities, neutralizing the risk to the host environment.
  • Ingestion points: scripts/calculator.py via command-line arguments (sys.argv[1]).
  • Boundary markers: Absent.
  • Capability inventory: None detected. The script does not perform network operations, file system writes, or subprocess execution.
  • Sanitization: The script parses input as JSON but does not sanitize string fields (e.g., sku, name) before including them in the markdown output.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 22, 2026, 08:09 AM