analysing-exported-session-recordings
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill correctly implements the logic required to analyze session recordings. No malicious behaviors such as exfiltration, persistence, or unauthorized code execution were found.
- [COMMAND_EXECUTION]: The script
scripts/decode_recording_export.pydynamically loads compression modules (snappyorcramjam) at runtime to handle optional dependencies. - [EXTERNAL_DOWNLOADS]: The documentation references standard Python libraries (
python-snappy,cramjam) as required dependencies for handling Snappy decompression. - [DATA_EXPOSURE]: The skill processes session recordings, which are a potential source of sensitive information. The processing is performed locally via the provided script for analysis purposes.
Audit Metadata