hive-debugger
Provides an interactive debugging tool for Hive agents, helping developers identify and resolve runtime issues effectively.
Install this skill
Security score
The hive-debugger skill was audited on Feb 27, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 48 | 4. You have access to the agent's working directory at `~/.hive/agents/{agent_name}/` |
Access to hidden dotfiles in home directory
| 65 | - Calculate: `~/.hive/agents/{agent_name}/` |
Access to hidden dotfiles in home directory
| 588 | list_agent_sessions(agent_work_dir="~/.hive/agents/{agent_name}", status="failed") |
Access to hidden dotfiles in home directory
| 591 | get_agent_session_state(agent_work_dir="~/.hive/agents/{agent_name}", session_id="{session_id}") |
Access to hidden dotfiles in home directory
| 594 | list_agent_checkpoints(agent_work_dir="~/.hive/agents/{agent_name}", session_id="{session_id}", is_clean="true") |
Access to hidden dotfiles in home directory
| 598 | agent_work_dir="~/.hive/agents/{agent_name}", |
Access to hidden dotfiles in home directory
| 605 | get_agent_checkpoint(agent_work_dir="~/.hive/agents/{agent_name}", session_id="{session_id}", checkpoint_id="cp_node_complete_intake_143030") |
Access to hidden dotfiles in home directory
| 657 | agent_work_dir="~/.hive/agents/{agent_name}", |
Access to hidden dotfiles in home directory
| 667 | agent_work_dir="~/.hive/agents/{agent_name}", |
Access to hidden dotfiles in home directory
| 880 | - Working Dir: ~/.hive/agents/deep_research_agent |
Access to hidden dotfiles in home directory
| 1046 | - Logs: `~/.hive/agents/{agent_name}/sessions/session_YYYYMMDD_HHMMSS_{uuid}/logs/` |
Access to hidden dotfiles in home directory
| 1047 | - State: `~/.hive/agents/{agent_name}/sessions/{session_id}/state.json` |
Access to hidden dotfiles in home directory
| 1048 | - Conversations: `~/.hive/agents/{agent_name}/sessions/{session_id}/conversations/` |
Access to hidden dotfiles in home directory
| 1051 | - Logs: `~/.hive/agents/{agent_name}/runtime_logs/runs/{run_id}/` |