rick-recap
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell utilities (
find,ls,date) to identify and organize local markdown files within thedocs/rick/directory structure. These commands are used for file discovery and timestamping, which is consistent with the skill's stated purpose of auditing local logs. - [DATA_HANDLING]: The skill reads user-generated work logs to create summaries. It includes explicit safety instructions for the agent to avoid including PII, credentials, or secrets in the output recaps, demonstrating a focus on data privacy during the summarization process.
- [INPUT_VALIDATION]: The skill implements a validation step for folder filtering using
$ARGUMENTS, ensuring that the agent only targets existing directories that contain relevant data for the current date, which mitigates risks associated with arbitrary path access.
Audit Metadata