From aport-guardrails
Checks APort guardrail status: passport validity, agent ID, assurance level, evaluation mode, AGENTS.md enforcement, and recent audit logs. Use to verify security setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aport-guardrails:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are checking the current state of APort Agent Guardrails.
You are checking the current state of APort Agent Guardrails.
${CLAUDE_PLUGIN_ROOT}/bin/aport-status.sh
Expected output includes:
cat ~/.claude/aport/audit.log 2>/dev/null | tail -10 || echo "No audit log found."
Report the results to the user.
Tell the user no guardrails are configured and suggest running /aport-guardrails:claude-code to set up.
npx claudepluginhub aporthq/aport-agent-guardrails --plugin aport-guardrailsSets up APort guardrails for Claude Code by creating a passport and activating PreToolUse hook to enforce policies on tool calls. Local evaluation by default, zero network calls.
Audits ThumbGate wiring: checks PreToolUse/SessionStart hooks, MCP server reachability, lesson store, and statusline. Reports readiness and exact fix commands.
Inspects Stallion security posture including active profile, enabled protections, and recent blocks or warnings via CLI commands.