Meeting Notes Summarizer
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: meeting-summarizer Version: 1.0.0 The OpenClaw skill 'meeting-summarizer' is benign. The `SKILL.md` file provides clear, non-malicious instructions for the AI agent and user. The `summarize.sh` script correctly implements the stated purpose of summarizing meeting transcripts using the Anthropic API. It securely handles the `ANTHROPIC_API_KEY` by reading it from environment variables and sending it only to the legitimate `api.anthropic.com` endpoint. Input transcript text is properly escaped using `python3 json.dumps` before being included in the API request, mitigating prompt injection and shell injection risks. There is no evidence of data exfiltration to unauthorized parties, malicious execution, persistence mechanisms, or obfuscation.
