meeting-notes
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data in the form of meeting transcripts and audio files, which creates a surface for indirect prompt injection attacks.
- Ingestion points: Meeting transcripts (text or file) and audio recordings provided by users (SKILL.md).
- Boundary markers: No specific boundary markers or instructions to ignore embedded commands are present in the core behavior or rules.
- Capability inventory: The skill has capabilities to execute shell commands (
whisperCLI) and read/write files to a local directory (~/.openclaw/meetings/). - Sanitization: There is no evidence of input sanitization or validation to prevent malicious instructions within a transcript from being executed by the agent.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to detect and run the Whisper CLI for audio transcription.
- Evidence: Uses
which whisperto check for the tool andwhisper [file] --output_format txtto process audio files. - [EXTERNAL_DOWNLOADS]: The skill recommends the installation of external software from a well-known service if not already present on the system.
- Evidence: Recommends running
pip install openai-whisperfor audio handling capabilities.
Audit Metadata