Skip to main content

transcript-analyzer

Analyzes meeting transcripts to extract decisions, action items, and terminology using AI, enhancing productivity and clarity in discussions.

Install this skill

or
89/100

Security score

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

Categories Tested

Security Issues

low line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22cd ~/.claude/skills/transcript-analyzer/scripts && npm install
low line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30cd ~/.claude/skills/transcript-analyzer/scripts && npm run cli -- <transcript-file> -o <output.md> [options]
low line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52cd ~/.claude/skills/transcript-analyzer/scripts && npm run cli -- /path/to/meeting.md -o /path/to/analysis.md
low line 58

Access to hidden dotfiles in home directory

SourceSKILL.md
58cd ~/.claude/skills/transcript-analyzer/scripts && npm run cli -- /path/to/meeting.md -o /path/to/analysis.md --include-transcript
low line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64cd ~/.claude/skills/transcript-analyzer/scripts && npm run cli -- /path/to/meeting.md -o /path/to/analysis.md --no-glossary
low line 73

Access to hidden dotfiles in home directory

SourceSKILL.md
73cd ~/.claude/skills/transcript-analyzer/scripts && npm run cli -- /tmp/section.md -o /path/to/section-analysis.md
medium line 94

Access to .env file

SourceSKILL.md
94The skill uses Cerebras API with the key stored in `scripts/.env`:
Scanned on Apr 8, 2026
View Security Dashboard
Installation guide →