Excel Analysis
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Safe Behavior] (SAFE): The skill uses well-known, industry-standard libraries such as pandas, openpyxl, and matplotlib for Excel data processing and visualization.
- [No Malicious Patterns] (SAFE): No evidence of prompt injection, data exfiltration, obfuscation, or unauthorized command execution was found within the instructions or code snippets.
- [Indirect Prompt Injection] (SAFE): The skill processes external Excel files, which represents an indirect prompt injection surface, but the risk is negligible as it lacks dangerous capabilities like network access or shell execution. 1. Ingestion points: pd.read_excel functions in SKILL.md. 2. Boundary markers: Not used in example code. 3. Capability inventory: Local file reading and writing limited to Excel and image formats. 4. Sanitization: Standard data cleaning (e.g., drop_duplicates, fillna) is shown for data quality purposes.
Audit Metadata