trace
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard system utilities, such as
git logfor searching history,findandgrepfor file discovery, and the GitHub CLI (gh) for tracking issues and pull requests.- [EXTERNAL_DOWNLOADS]: The skill allows the user to specify a repository URL, which it then clones locally using theghqtool to enable searching across remote codebases.- [REMOTE_CODE_EXECUTION]: The skill executes a local Python component (dig.py) to parse session history logs stored in the.claude/projects/directory. This script usessubprocess.runto call theghqutility for repository path mapping, which is a standard and safe operations for this skill's purpose.- [DATA_EXFILTRATION]: No patterns of data exfiltration were detected. The skill writes its findings and session summaries to local markdown files within theψ/memory/traces/directory.
Audit Metadata