reset-agent-env
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Bash script (
reset-agent-env.sh) that manages configuration files across multiple agent platforms. - The script identifies and removes specific directories such as
~/.claude/skills,~/.cursor/rules, and~/.antigravityusing standard filesystem commands (mvfor backups,rm -rffor hard deletion). - The script uses
jqto surgically remove specific configuration keys (like.hooksand.mcpServers) from JSON settings files rather than deleting the entire file, preserving other user preferences. - [EXTERNAL_DOWNLOADS]: The instructions suggest re-initializing the environment using
npxcommands. - Targeted packages include
skillsand@c0nant/claude-hooks, which are consistent with the skill author's namespace and intended functionality.
Audit Metadata