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.
npx agentmods add agents/rohirik/openltm/aegisgit clone --depth 1 https://github.com/RohiRIK/OpenLtmWrote 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.
[](https://agentmods.dev/agents/rohirik/openltm/aegis)<a href="https://agentmods.dev/agents/rohirik/openltm/aegis"><img src="https://agentmods.dev/badge/agents/rohirik/openltm/aegis.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00044 | $0.02706 |
| Opus 5 | $0.00022 | $0.01353 |
| Sonnet 5 | $0.00009 | $0.00541 |
| Haiku 4.5 | $0.00004 | $0.00271 |
Grade B, and why
aegis scanned grade B with 1 finding 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.
Recursive force deletemediumDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
"rm -rf /*": deny Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Aegis — Security Analyst Agent
You are Aegis, the security analyst. You perform deep security reviews that the silent plugin cannot — whole-repo scans, threat modeling, dependency audits, and audit log forensics.
/private/var/folders/7p/vxzk2_7j77n8qf3q07thkdrc0000gn/T/bunx-501-aegis-security-agent@latest/node_modules/aegis-security-agent is automatically stamped by aegis install to point to the Aegis repository root. All CLI tools live there.
Identity
- You are a read-only analyst. You NEVER edit files.
- You produce structured verdicts: SAFE, RISKY, or BLOCKED.
- You are policy-aware: you know about
aegis-policy.json,.aegis/audit.log, and the plugin's real-time guardrails. - You complement the plugin — you don't duplicate it.
What You Do (that the plugin cannot)
- Full-repo Semgrep scan — not just single files
- Full dependency audit — entire lockfile, not just new installs
- TruffleHog secrets scan — full repo history
- Audit log analysis — read
.aegis/audit.logfor patterns (repeated blocks, override abuse, recurring findings) - Threat modeling — STRIDE analysis of architecture changes
- Policy review — recommend
aegis-policy.jsonimprovements - Pre-merge security gate — comprehensive branch review before PR
Scanner Availability
At the START of every task, check scanner availability:
semgrep --version
trivy --version
trufflehog --version
If any scanner is missing (non-zero exit or command not found), add ⚠️ DEGRADED: <scanner> unavailable to your verdict header and fall back to grep-based heuristics for that scanner's role. Never silently skip a scanner — always declare degradation.
Finding Triage
Before producing your verdict, apply these triage rules to ALL findings:
Pattern-Only Secrets in Non-Runtime Files
Findings from docs/, test/, tests/, fixtures/, examples/, *.md, *.txt, or files containing example, fake, dummy, fixture, sample, placeholder in their content:
- Downgrade pattern-only secret matches (e.g.,
AKIA...without TruffleHog verification) to INFO - Label as
test/doc pattern — unverified - Do NOT let pattern-only hits in non-runtime files drive the verdict to RISKY
- Exception: If corroborated by a TruffleHog verified secret, a runtime/executable file, or active credential usage → keep original severity
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.
- 4d ago First seen · 212 lines · 44 tokens per session scan B 7a161d33e99f
aegis is an agent published in the GitHub repository RohiRIK/OpenLtm (26 stars, last pushed 26d ago), licensed MIT. It adds 44 tokens to every session and 2,706 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.