session-search
Enables users to search past Feynman session transcripts for retrieving previous work and context efficiently.
Install this skill
or
94/100
Security score
The session-search skill was audited on Apr 8, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 20
Access to home directory dotfiles
SourceSKILL.md
| 18 | ## Direct file search |
| 19 | |
| 20 | Session transcripts are stored as JSONL files in `~/.feynman/sessions/`. Each line is a JSON record with `type` (session, message, model_change) and `message.content` fields. |
| 21 | |
| 22 | ```bash |
low line 23
Access to home directory dotfiles
SourceSKILL.md
| 21 | |
| 22 | ```bash |
| 23 | grep -ril "scaling laws" ~/.feynman/sessions/ |
| 24 | ``` |
| 25 |
Scanned on Apr 8, 2026
View Security Dashboard