fixed-income
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implementation in
scripts/bond_calculator.pyuses only the Python standard library to perform mathematical calculations related to fixed income. No evidence of malicious behavior, obfuscation, or security bypass attempts was found. - [EXTERNAL_DOWNLOADS]: The documentation mentions prerequisites such as
numpy,scipy, andmatplotlib. These are well-known, trusted scientific libraries used for financial modeling. The skill does not currently perform automated downloads or execution of remote scripts. - [COMMAND_EXECUTION]: The script uses a standard command-line interface for calculations. All operations are limited to numerical processing of user-provided parameters and do not involve executing untrusted system commands or shell scripts.
Audit Metadata