profit-margin-calculator-amazon

Pass

Audited by Gen Agent Trust Hub on May 12, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a local Python script scripts/calculator.py to handle financial logic. This script relies entirely on Python's standard library (json, csv, dataclasses) and does not invoke external shell commands or unsafe system calls.
  • [DATA_EXFILTRATION]: No network connectivity or data exfiltration patterns were detected. The script processes input provided via CLI arguments and returns formatted text to the agent. External links in the documentation point to the author's official GitHub repositories and website.
  • [PROMPT_INJECTION]: The skill's instructions are focused on guiding the user through data input for calculations. There are no attempts to override agent behavior or bypass safety guardrails.
  • [EXTERNAL_DOWNLOADS]: The installation instruction uses a standard platform command to add the skill. The script itself does not download external dependencies or remote payloads.
  • [DYNAMIC_EXECUTION]: The script uses json.loads() and dataclass unpacking to process input. This is a safe method for mapping structured data to internal objects and does not involve eval() or exec() on untrusted strings.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 03:27 PM