Skip to main content

transcript-saver

Enables users to save and export Claude Code sessions as shareable HTML transcripts for easy access and sharing.

Install this skill

or
5/100

Security score

The transcript-saver skill was audited on Feb 28, 2026 and we found 11 security issues across 4 threat categories, including 2 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 55

Piping content to sh shell

SourceSKILL.md
55- **uv**: The fast Python package manager. Install via `curl -LsSf https://astral.sh/uv/install.sh | sh`
critical line 110

Piping content to sh shell

SourceSKILL.md
110- Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh`
high line 55

Curl to non-GitHub URL

SourceSKILL.md
55- **uv**: The fast Python package manager. Install via `curl -LsSf https://astral.sh/uv/install.sh | sh`
high line 110

Curl to non-GitHub URL

SourceSKILL.md
110- Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh`
medium line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
321. Reads Claude Code session files from `~/.claude/projects/` (JSONL format)
medium line 103

Access to hidden dotfiles in home directory

SourceSKILL.md
103- Check that `~/.claude/projects/` exists and contains session files
low line 55

External URL reference

SourceSKILL.md
55- **uv**: The fast Python package manager. Install via `curl -LsSf https://astral.sh/uv/install.sh | sh`
low line 56

External URL reference

SourceSKILL.md
56- **gh** (optional): GitHub CLI for gist publishing. Install via `brew install gh` or see https://cli.github.com/
low line 76

External URL reference

SourceSKILL.md
76# Preview: https://gistpreview.github.io/?abc123def456/index.html
low line 106

External URL reference

SourceSKILL.md
106- Install GitHub CLI: `brew install gh` or see https://cli.github.com/
low line 110

External URL reference

SourceSKILL.md
110- Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh`
Scanned on Feb 28, 2026
View Security Dashboard