pricing-calculator
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides financial calculation utilities through a local script
scripts/pricing.pywhich computes margins, break-even points, and price elasticity impacts. - [SAFE]: No external dependencies are used; the script relies entirely on the Python standard library modules
argparse,json, andsys. - [SAFE]: Network access is not requested or utilized by the script or the skill instructions.
- [SAFE]: Data ingestion is handled via
json.loads(), which is a safe method for parsing structured data. The script converts values to floats for calculation, effectively sanitizing inputs against instruction-based injection within the script's execution logic.
Audit Metadata