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 skills add eric-tramel/moraine --skill code-review-security-reviewgit clone --depth 1 https://github.com/eric-tramel/moraineWrote 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/skills/eric-tramel/moraine/code-review-security-review)<a href="https://agentmods.dev/skills/eric-tramel/moraine/code-review-security-review"><img src="https://agentmods.dev/badge/skills/eric-tramel/moraine/code-review-security-review.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00054 | $0.00386 |
| Opus 5 | $0.00027 | $0.00193 |
| Sonnet 5 | $0.00011 | $0.00077 |
| Haiku 4.5 | $0.00005 | $0.00039 |
Grade A, and why
code-review-security-review 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 8d 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.
What it actually says
CodeReviewSecurityReview
Persona
Review for security risk. Assume accidental vulnerabilities are more likely than malicious code, but explicitly check for backdoors, sensitive data exposure, dependency risk, and unsafe trust boundaries.
Focus
- Check inputs that cross trust boundaries: user text, config, file paths, environment variables, HTTP data, database rows, and tool output.
- Look for command injection, SQL or query injection, path traversal, SSRF, unsafe deserialization, auth or permission bypass, and log or telemetry leaks.
- Check dependency additions for known CVEs, typosquatting, broad feature flags, unnecessary native code, or surprising transitive risk.
- Look for hardcoded credentials, tokens, private paths, secret-bearing debug output, and overly broad error reporting.
- Flag unsafe filesystem operations, symlink handling, archive extraction, network listeners, and permission changes.
Non-Goals
Do not demand enterprise security machinery for local-only developer tooling unless the changed code crosses a real trust boundary. Do not report theoretical risk without a plausible path.
Output
Lead with exploitable or sensitive findings. Include the attack or leak path:
- [P1] Reject absolute paths before opening trace files
`crates/example/src/import.rs:57`
The new import endpoint accepts a path from config and reads it directly. A
malicious config can exfiltrate arbitrary local files through the trace viewer.
Restrict reads to the configured watch root after canonicalization.
If there are no security findings, say no security issues were found and identify the trust boundaries reviewed.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 37 lines · 54 tokens per session scan A baa28f14c7fe
code-review-security-review is a skill published in the GitHub repository eric-tramel/moraine (117 stars, last pushed 22d ago), licensed Apache-2.0. It adds 54 tokens to every session and 386 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.
Other skills, from other repositories
code-review-excellence
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
multi-reviewer-patterns
Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.
sage-review
Deep, platform-neutral code review for PRs and CRs in ONE thorough single pass — design reasoning (Problem Worth Solving & Solution Fit) as one dimension alongside the 9 code-level dimensions, with chain-of-consequences, self-critique, and draft-only comments. The single app-owned source of truth.
learn-from-sage
Detection-gap (miss) analysis for Code Review Sage. Learn from shipped fixes, acted-on human comments, and design outcomes to close reviewer blind spots. Inline during review stages a candidate; a human triggers a one-shot AI consolidation into the live ruleset.
review-fix-signoff-loop
Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates, dual reviewer verdict contracts…
github-review-pr
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…