loop-triage

loop-triage is a skill for Claude Code, Codex from aiconnai/agentshield. It costs 52 tokens per session (487 once invoked), scanned A, original, no licence file.

A daily reporting routine that gathers signals from CI, issues, pull requests, commits, and chat, then sorts them into categories.

In plain words
What is it for?
Use it to prepare a bounded daily handoff report and record each run in a loop log.
Why use it?
It reduces the need to inspect each development tool separately while keeping the process report-only, with no automatic fixes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aiconnai/agentshield/loop-triage
Any agent
npx skills add aiconnai/agentshield --skill loop-triage
Clone the repo
git clone --depth 1 https://github.com/aiconnai/agentshield

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for loop-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiconnai/agentshield/loop-triage.svg)](https://agentmods.dev/skills/aiconnai/agentshield/loop-triage)
Your own site
<a href="https://agentmods.dev/skills/aiconnai/agentshield/loop-triage"><img src="https://agentmods.dev/badge/skills/aiconnai/agentshield/loop-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.00487
Opus 5 $0.00026 $0.00244
Sonnet 5 $0.00010 $0.00097
Haiku 4.5 $0.00005 $0.00049

Measured 4d ago against content hash 034bdee61fb8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

loop-triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/loop-triage/SKILL.md · 69 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 69 lines · 52 tokens per session scan A 034bdee61fb8

Subscribe to this mod's changes

loop-triage is a skill published in the GitHub repository aiconnai/agentshield (18 stars, last pushed 10d ago), with no licence file. It adds 52 tokens to every session and 487 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

summarize-changes

Summarizes uncommitted changes and flags anything risky.

akanthed/SecureAI-Scan · 18 tokens

know-code

Gate git commit, git push, and PR creation until the human passes a comprehension quiz about the current code changes. Use when commit/push/PR is blocked by know-code, when the user asks to run know-code or verify they understand the diff, or before shipping. Start with know-code range begin for multi-commit work. Run…

chtnnh/know-code · 91 tokens

dsh-security-audit

审计 DeepSeek Harness 的 Skills、profile 插件、MCP 配置、依赖与运行时暴露;在安装或升级第三方扩展前,或排查明文密钥、数据外传、危险挂载、持久化和木马风险时使用。.

yhny1001/dsh-security-audit · 67 tokens

commit

Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.

StephenQiu30/stephen-claude · 36 tokens

git-commit-creator

Creates properly formatted Git commits following conventional commit standards for the MCPSpy project. Use when asked to commit changes, stage files, or manage git workflows. Has access to git status, diff, checkout, add, and commit commands.

alex-ilgayev/MCPSpy · 52 tokens

assay

Pre-install security advisor. Activate when the user mentions installing a Claude Code plugin, MCP server, or any third-party agent tool. Offer to run an Assay scan against the target before they install.

chawdamrunal/assay · 43 tokens