ib-check-deck
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- Presentation Data Ingestion: The skill processes content from PowerPoint presentations to perform its quality control checks. While this creates an ingestion surface for external data, the skill's reliance on structured, regex-based extraction in its Python script provides a robust way to handle numerical data without interpreting the text as instructions.
- Internal Script Usage: The skill executes a provided local script,
scripts/extract_numbers.py. This is an appropriate and safe use of integrated tooling to provide specialized functionality, such as numerical normalization and consistency checking, without relying on external network resources. - Controlled Output Generation: The analysis results are structured according to a predefined template (
references/report-format.md), ensuring that the output remains focused on the intended auditing task and follows a predictable format.
Audit Metadata