# Status

> Check APort guardrail status — passport validity, evaluation mode, and recent audit log entries. Works for all frameworks.

- Skill: `aporthq/status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aporthq/status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aporthq/status/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: aporthq (https://skillmd.com/u/aporthq)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/aporthq/status

---


You are checking the current state of APort Agent Guardrails.

## Step 1: Run status check

```bash
${CLAUDE_PLUGIN_ROOT}/bin/aport-status.sh
```

Expected output includes:
- Passport file location and whether it is valid
- Agent ID and assurance level
- Evaluation mode (local or API)
- Whether AGENTS.md enforcement is active

## Step 2: Show recent decisions

```bash
cat ~/.claude/aport/audit.log 2>/dev/null | tail -10 || echo "No audit log found."
```

Report the results to the user.

## If no passport is found

Tell the user no guardrails are configured and suggest running `/aport-guardrails:claude-code` to set up.

