Skip to main content

meeting-processor

Processes meeting transcripts to auto-detect types and extract structured analysis for lead generation, partnerships, and coaching.

Install this skill

or
95/100

Security score

The meeting-processor skill was audited on Apr 7, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 41

Access to home directory dotfiles

SourceSKILL.md
39
40```bash
41python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --mode interactive
42```
43
low line 66

Access to home directory dotfiles

SourceSKILL.md
64Then run:
65```bash
66python3 ~/.claude/skills/meeting-processor/scripts/process_with_answers.py questions.json answers.json
67```
68
low line 74

Access to home directory dotfiles

SourceSKILL.md
72
73```bash
74python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --mode batch
75```
76
low line 82

Access to home directory dotfiles

SourceSKILL.md
80
81```bash
82python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --type leadgen
83python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --type partnership
84```
low line 83

Access to home directory dotfiles

SourceSKILL.md
81```bash
82python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --type leadgen
83python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --type partnership
84```
85
Scanned on Apr 7, 2026
View Security Dashboard
Installation guide →