wealth-management
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill reads financial data from local directories such as
~/.finance-substrate/and~/.wealth-management/. This behavior is expected as it is the primary function of a wealth management tool. There is no evidence of data being transmitted over the network. - [DYNAMIC_EXECUTION]: The script
scripts/goal_planner.pyuses__import__('sys')to accessstderrfor error reporting, which is a benign implementation pattern.scripts/portfolio_summary.pymodifies the system path to import a local dependency from a sibling skill (finance-substrate), which is a standard method for cross-skill integration within this ecosystem. - [COMMAND_EXECUTION]: The skill instructions provide commands to run local Python scripts. These scripts perform mathematical calculations and data processing. No arbitrary or dangerous shell command execution was detected.
- [EXTERNAL_DOWNLOADS]: The skill references other repositories and skills from the same author (
broomva/finance-substrateandbroomva/autoany). These are consistent with the skill's architecture and do not involve untrusted third-party sources.
Audit Metadata