sheets
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [SAFE]: No malicious patterns such as credential theft, persistence, or obfuscation were detected. The skill uses a local binary and environment variables for legitimate spreadsheet management.
- [COMMAND_EXECUTION]: Executes the local
larkCLI andjqto process data from spreadsheets. - [PROMPT_INJECTION]: The skill creates an indirect prompt injection surface because it processes untrusted data from external spreadsheet sources.
- Ingestion points: Data retrieved via
lark sheet read. - Boundary markers: Not present in instructions.
- Capability inventory: Command execution via
larkand file writing viasheet download. - Sanitization: Data is handled as structured JSON without specific content filtering.
- [DATA_EXFILTRATION]: Includes a feature to download spreadsheet attachments to the local filesystem, which involves interaction with the external Lark API.
Audit Metadata