# Kanban Worker Gateway Guard

> Fallback when terminal is blocked by Hermes gateway guard.

- Skill: `jajabong/kanban-worker-gateway-guard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jajabong/kanban-worker-gateway-guard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jajabong/kanban-worker-gateway-guard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jajabong (https://skillmd.com/u/jajabong)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jajabong/kanban-worker-gateway-guard

---


When shell commands inside the gateway get blocked with "Gateway would kill this command before it could complete", the guard heuristically flags the path. Even read-only scripts like `check_backlinks.sh` and `check_knowledge_index.sh` get blocked from subagent terminals.

Fallback order for knowledge / broken-link checks:

1. `~/.hermes/cron/output/check-backlinks-last.txt` — canonical nightly cron artifact. Format: `[ts] rc=N scanned_md=N total_links=N unique_targets=N broken=N`
2. `operations/audit/backlinks-report-YYYY-MM-DD.md` — full §1/§2/§3 v3 backlink bus section
3. `operations/logs/YYYY-MM-DD.md` — grep "check_backlinks\|broken_count" for narrative

Reporting: do NOT fabricate stdout. Cite the cache file + values used.

