# Status

> Report AgentGuards guardrail status. Use when the user asks whether AgentGuards is active, healthy, or correctly configured in Codex.

- Skill: `thedixitjain/status-7` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/status-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/status-7/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/status-7

---



# AgentGuards status

Report the current state of AgentGuards protection.

1. Call the `health_check` tool from the `agentguards` MCP server.

2. Report:
   - **Service reachability** from `health_check` (healthy / unreachable).
   - **API key**: whether `AGENTGUARDS_API_KEY` is set (show only the `ag_` prefix
     and length, never the full token).
   - **URL**: the value of `AGENTGUARDS_URL`, or the default
     `https://prod.agentguards.co`.
   - **Fail mode**: fail-closed unless `AGENTGUARDS_FAIL_OPEN=true`.
   - **Active guardrails**: UserPromptSubmit input scanning, PreToolUse
     shell-command authorization, PostToolUse web-content scanning, and the MCP
     tools `check_input`, `authorize_action`, `validate_output`,
     `evaluate_policy`.

3. If the service is unreachable or the key is missing, walk the user through the
   setup steps (set `AGENTGUARDS_API_KEY` and restart Codex).

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/alelaguard/agentguards-plugins/skills/status/SKILL.md`

