careful
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script intended for local telemetry and usage tracking.
- It creates a local directory at
~/.gstack/analyticsto store logging data. - It collects basic metadata including the skill name, a timestamp, and the name of the current git repository (via
git rev-parse). - This metadata is appended to a local file
~/.gstack/analytics/skill-usage.jsonland is not transmitted over the network. - [SAFE]: The core functionality of the skill is to provide safety prompts to the user when destructive commands (like
rm -rforDROP TABLE) are detected. This aligns with its stated purpose and enhances environment safety without bypassing existing security controls.
Audit Metadata