agentshield-scan
Weekly or manual security triage loop that executes AgentShield with a hard iteration cap and records the result in a repository state file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Weekly or manual security triage loop that executes AgentShield with a hard iteration cap and records the result in a repository state file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | agentshield-scan |
| description | Weekly or manual security triage loop that executes AgentShield with a hard iteration cap and records the result in a repository state file. |
| metadata | {"short-description":"Automated AgentShield security scanning loop"} |
Run a bounded security scan on the repository using AgentShield, enforce a high-severity gate, and record outcomes so the loop can resume across sessions. This loop is for static security triage only; it does not remediate findings by itself.
agentshield command is available on the path before running scans.bash scripts/run-agentshield-loop.sh so the scan uses the repository's bounded wrapper.LOOP_MAX_ITERATIONS between 1 and 5; the default is 1.agentshield scan . --ignore-tests --fail-on high --explain through the wrapper's gate path..agentshield-baseline.json only after explicit review; create it with LOOP_WRITE_BASELINE=1.docs/loops/agentshield-scan/STATE.md after every iteration.STATE.md file located at docs/loops/agentshield-scan/STATE.md after every iteration.Use for an Engram dependency triage loop that watches advisories and lockfiles, proposes patch-only updates, rejects major upgrades without approval, and records reproducible verification commands.
Use for an Engram CI sweeper triage loop that groups CI failures, classifies root causes, caps attempts, and proposes bounded minimal-fix candidates only after budget, denylist, and verifier gates.
Use for an Engram daily triage loop that safely collects and classifies CI, issue, PR, commit, and chat signals into report-only handoff state with bounded scope, no auto-fix, and loop-run-log updates.
Use for an Engram PR babysitter triage loop that monitors PR aging, CI blocks, reviewer threads, and lightweight action proposals with isolated-worktree fix candidates and human escalation for risky changes.
Use when designing, implementing, auditing, hardening, or operating agent loops in this repository, including Claude Code/Grok Build/Codex style `/loop` workflows, explicit `/goal` runs, Git worktree orchestration, MCP and memory automation, sub-agent execution, STATE.md handoffs, cost controls, maker/checker verification, and the Engram security gate (full `sensors.sh` + AgentShield scan + `just ci`). Loops default to L1 report-only; autonomous execution against Engram requires a reviewed ADR per the harness security contract.
Run structured consensus with Engram's `memory_council` tool and `CouncilSkill` SDK wrappers for architecture, design, policy, security, reliability, performance, ADR, or tradeoff decisions. Use when the user asks for consensus, council review, multi-agent-style review, decision rationale, option comparison, or mentions `llm-council`, `memory_council`, or `CouncilSkill`. Do not use for simple lookup, single-answer retrieval, or execution-only coding tasks after a decision is already made.