session-logs
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a set of standard shell utilities including jq, rg (ripgrep), head, awk, and sort to filter and summarize session data. These commands are used for their intended purpose of text and JSON processing.
- [EXTERNAL_DOWNLOADS]: The skill specifies dependencies on jq and ripgrep, which are installed via the Homebrew package manager. These are well-known, trusted open-source tools.
- [PROMPT_INJECTION]: The skill reads data from previous session logs which may contain untrusted content. This represents an indirect prompt injection surface; however, the skill mitigates this risk by using structured extraction with jq to pull specific text fields rather than processing raw logs as executable instructions.
- [DATA_EXPOSURE]: Accesses conversation transcripts and metadata stored in the ~/.openclaw directory. This data access is necessary for the skill's stated purpose of historical analysis and is limited to the local environment.
Audit Metadata