simple-excel
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill contains standard documentation and code snippets for data processing using the well-known pandas library. No malicious patterns, obfuscation, or unauthorized data access behaviors were identified.
- [PROMPT_INJECTION]: The skill ingests data from external sources (Excel and CSV files), which constitutes a potential surface for indirect prompt injection.
- Ingestion points: pd.read_excel and pd.read_csv functions in SKILL.md.
- Boundary markers: None provided in the examples.
- Capability inventory: Local file read and write operations via pandas.
- Sanitization: No specific input sanitization or validation logic is included in the provided snippets.
Audit Metadata