zenith-finance-sync
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/sync_wrapper.pyexecutes an internal helper utility (google_api.py) using thesubprocess.runfunction. The implementation avoids shell invocation by passing arguments as a list, which mitigates the risk of command injection. - [DATA_EXFILTRATION]: In
scripts/sync_wrapper.pyandscripts/sync.py.bak, the skill reads transaction data fromTransactions.mdand authentication credentials fromgoogle_token.json. It subsequently transmits this information to Google Sheets API endpoints. This data flow is functional, necessary for the skill's operation, and targets a well-known, trusted service provider.
Audit Metadata