ib-check-deck
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [Local Data Analysis]: The skill utilizes a bundled Python script (
scripts/extract_numbers.py) to identify numerical inconsistencies within presentations. The script operates on data written to a temporary local directory and performs analysis using standard string and numerical parsing logic. This approach ensures that data processing remains contained within the local environment. - [Data Ingestion Considerations]: Since the skill processes content from user-provided presentations (via PowerPoint uploads or a live add-in), it functions by interpreting external text data. This creates a standard surface where the quality of the analysis depends on the integrity of the input content, which is a common characteristic of automated data-processing tools.
- [File System Interaction]: The workflow involves creating a temporary markdown file (
/tmp/deck_content.md) to facilitate slide-level attribution for financial figures. This local file management is used to allow the Python script to reconcile data across different parts of a presentation deck efficiently.
Audit Metadata