Skip to main content

view-team-session

Generates a self-contained HTML viewer for Claude Code sessions, enabling users to visualize and inspect conversation timelines.

Install this skill

or
73/100

Security score

The view-team-session skill was audited on Mar 21, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 28

Template literal with variable interpolation in command context

SourceSKILL.md
28```bash
medium line 17

Access to hidden dotfiles in home directory

SourceSKILL.md
17`~/.claude/projects/<project>/<session-id>.jsonl`. When agent teams are used,
medium line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19shared `teamName` field. Team config is stored at `~/.claude/teams/{team-name}/config.json`.
medium line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
371. Scan `~/.claude/projects/*/` to find the session's JSONL file
medium line 38

Access to hidden dotfiles in home directory

SourceSKILL.md
382. If it's a team session, discover all teammate JSONL files via the shared `teamName` field and enrich with team config from `~/.claude/teams/`
low line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49ls -lt ~/.claude/projects/<project>/*.jsonl | head -10
low line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52grep -l "search term" ~/.claude/projects/<project>/*.jsonl
Scanned on Mar 21, 2026
View Security Dashboard