cc-skill-strategic-compact
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The provided bash script
suggest-compact.shis a simple counter that tracks the number of times it is executed. It uses a temporary file in/tmpkeyed by the process ID to maintain state across calls within a session. - DATA EXPOSURE (SAFE): While the script uses
/tmp, it only stores a numeric counter and does not read or write sensitive data. Accessing the current process ID ($$) to create a unique file is standard practice for local shell utilities. - COMMAND EXECUTION (SAFE): The script does not execute any external commands other than standard shell built-ins (
echo,cat) and does not process external or untrusted input.
Audit Metadata