recoup-deal-demo
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Bash to initialize a project workspace in the
deals/demo-catalog/directory. This includes creating directory structures withmkdir, copying template files fromtemplates/andfixtures/usingcp, and organizing report files withmv. - [COMMAND_EXECUTION]: A shell heredoc is employed to programmatically write a YAML configuration file (
assumptions.yaml). This file contains metadata and financial thresholds used to drive the demonstration's logic. - [SAFE]: The skill operates entirely on local, bundled assets. It does not perform network operations, access sensitive user directories, or use hardcoded credentials. The data provided in the
fixtures/directory is synthetic and intended for use in an audit simulation.
Audit Metadata