biz-financial-ratios
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill follows secure design principles for a financial analysis utility. It utilizes a standalone script for logic and provides extensive documentation for interpreting results.\n- [COMMAND_EXECUTION]: The skill uses a local Python script (
scripts/financial_ratios.py) to process financial statements. Analysis of the source code confirms it is restricted to standard library imports (argparse,json) and mathematical operations. It does not invoke sub-processes, access sensitive environment variables, or interact with the network. The use of--inputto read a JSON file is a standard and safe practice for this type of tool.\n- [PROMPT_INJECTION]: No prompt injection patterns were found. The instructions inSKILL.mdare highly specific to financial health assessment and do not attempt to override the underlying agent's safety parameters or system instructions.\n- [DATA_EXFILTRATION]: There are no indicators of data exfiltration. The skill does not perform any network requests, and all processing is done locally on the provided input data.
Audit Metadata