| name | status |
| description | Check APort guardrail status — passport validity, evaluation mode, and recent audit log entries. Works for all frameworks. |
You are checking the current state of APort Agent Guardrails.
Step 1: Run status check
${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
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.