session-analyzer
Audited by Socket on Feb 26, 2026
1 alert found:
SecurityThe tool's stated functionality (analyzing session transcripts for model performance and pattern discovery) is plausible and not intrinsically malicious. However, the implementation as described reads raw user session transcripts and writes them verbatim to output files, and it can hand them to underspecified 'pi subagents.' These behaviors create a medium-to-high privacy and data-exposure risk due to potential inclusion of secrets/PII and the ambiguous network behavior of subagents. Before use in sensitive environments, require explicit user consent, implement default redaction of likely secrets, document subagent execution/context and network endpoints, and restrict output file permissions and retention. With those mitigations the tool can be considered acceptable for local analysis.