audit-tenant-settings
Pass
Audited by Gen Agent Trust Hub on May 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/audit-tenant-settings.pyexecutes thefabCLI viasubprocess.runto retrieve live tenant settings from the administrative API. This is the primary function of the skill and is implemented using safe practices (list-based arguments withoutshell=True). - [COMMAND_EXECUTION]: The script
scripts/generate_audit_pdf.pyexecutes thefabCLI viasubprocess.runto enumerate delegated overrides across capacity, domain, and workspace scopes for inclusion in the PDF report. - [SAFE]: The script
scripts/generate_audit_pdf.pyuses the standard libraryimportlib.utilmodule to dynamically load the bundledaudit-tenant-settings.pyscript at runtime. This allows for code reuse of data merge and normalization logic between the auditing and reporting scripts.
Audit Metadata