cash-flow-statement
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Script
scripts/run.pyinvokes theserenCLI utility to manage environment variables and database connectivity. This is a standard operation within the vendor's toolchain to resolve database credentials. - [PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection by processing external transaction data and reflecting it in generated reports. Ingestion points: Data is retrieved from the
wf_transactionsandwf_txn_categoriestables viascripts/run.py. Boundary markers: Transaction data is aggregated into Markdown tables inscripts/cashflow_builder.py, but the output lacks delimiters to isolate potentially malicious transaction content. Capability inventory: The skill possesses capabilities for command execution via theserenCLI, database operations, and writing to the local filesystem. Sanitization: There is no evidence of sanitization or escaping of the transaction-derived content before it is interpolated into reports.
Audit Metadata