granola
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bash -cto wrapcurlcommands. This ensures that environment variables are correctly handled within shell pipelines. - [EXTERNAL_DOWNLOADS]: It communicates with
https://public-api.granola.aito retrieve meeting summaries and transcripts. This is the expected and documented API for the service. - [PROMPT_INJECTION]: The ingestion of meeting notes and transcripts poses an indirect prompt injection risk if the external content contains malicious instructions. * Ingestion points: meeting notes and transcripts from the Granola API. * Boundary markers: none provided in the skill instructions. * Capability inventory: shell access via
bashand network requests viacurl. * Sanitization: no evidence of text sanitization for the fetched meeting data. - [SAFE]: No obfuscation, hardcoded credentials, or unauthorized network operations were found in the skill.
Audit Metadata