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
| 19 | shared `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
| 37 | 1. Scan `~/.claude/projects/*/` to find the session's JSONL file |
medium line 38
Access to hidden dotfiles in home directory
SourceSKILL.md
| 38 | 2. 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
| 49 | ls -lt ~/.claude/projects/<project>/*.jsonl | head -10 |
low line 52
Access to hidden dotfiles in home directory
SourceSKILL.md
| 52 | grep -l "search term" ~/.claude/projects/<project>/*.jsonl |
Scanned on Mar 21, 2026
View Security DashboardInstall this skill with one command
/learn @kenneth-liao/view-team-sessionGitHub Stars 123
Rate this skill
Categorycontent media
UpdatedMarch 29, 2026
kenneth-liao/ai-launchpad-marketplace