Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add JSungMin/rider-mcp-enforcer/plugin install gamedev-log-analyzerWrote 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/commands/jsungmin/rider-mcp-enforcer/logs)<a href="https://agentmods.dev/commands/jsungmin/rider-mcp-enforcer/logs"><img src="https://agentmods.dev/badge/commands/jsungmin/rider-mcp-enforcer/logs/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/jsungmin/rider-mcp-enforcer/logs"><img src="https://agentmods.dev/badge/commands/jsungmin/rider-mcp-enforcer/logs.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00064 | $0.00752 |
| Opus 5 | $0.00032 | $0.00376 |
| Sonnet 5 | $0.00013 | $0.00150 |
| Haiku 4.5 | $0.00006 | $0.00075 |
Grade A, and why
logs 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 9d 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.
This is a copy
100% identical to logs — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
gamedev-log-analyzer — game-engine/build log analysis
Read the log smartly via the gamedev-log CLI — never cat/grep/Get-Content the raw log
(it can be tens of MB). Run it through Bash with the plugin-root path (pure Node, no deps, no PATH
setup); quote every path:
node "${CLAUDE_PLUGIN_ROOT}/server/cli.js" <command> [--flags]
Steps:
- Locate it:
… detect --projectPath "<dir>"(UESaved/Logs/*.log+ UnityEditor.log, newest first). If nothing is found, ask for the log path or persist one with… setup --projectPath/--logPath. - Triage:
… summary --path "<log>"for severity counts + top categories. - Search/filter:
… search --path "<log>". Useful flags:--severityMin Error(errors only) |Warning(default).--query <substr>·--category <Cat>(e.g.LogStreaming) ·--file <pathfrag>.--groupBy callsiterolls up byfile:line(best for "which callsite floods the log").--groupBy coderolls up by diagnostic code (C4996/LNK2019/CS1002…) — collapses a noisy build to one line per code (C4996: … (×37)); the token-cheap way to triage a build vs grepping it.
- Decisive scalars (dense trace logs):
… fields --path "<log>" --fields ts,Alpha,Pos.x,step:Pos,d:Yaw. Forms:Key,Key.x|.y|.z,Key.Y|.P|.R,ts,dts,d:Key,step:Key. Biggest token saver on per-frame logs. - Regression triage across runs:
… diff --pathA "<before>" --pathB "<after>"— only the delta (new / gone / count-changed); omit paths to auto-pick the two newest logs. - Jump to code (if rider-mcp-enforcer is installed):
… locate --path "<log>" --severityMin Error --basenamegives just the distinctfile:line(no bodies). Resolve each filename via Riderfind_files_by_name_keyword, thenread_filea small window at that line — never dump whole files. - Escape hatch:
… tail --lines Nfor raw last N lines.
Default when the user just says "check the logs": detect → summary → search --severityMin Error,
then report the errors with their locations. (… --help lists every command.)
Prefer the CLI: it has zero always-on context cost. Users who enabled the optional MCP server can
use the equivalent log_* tools instead — identical output.
$ARGUMENTS
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.
- 9d ago First seen · 42 lines · 64 tokens per session scan A 41695ca4ae0e
logs is a command published in the GitHub repository JSungMin/rider-mcp-enforcer (2 stars, last pushed yesterday), licensed MIT. It adds 64 tokens to every session and 752 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to logs, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
debug
Structured debugging with parallel investigation agents.
perf-investigate
Drive an iOS performance or memory-leak investigation on using Memory Graph + Time Profiler. Enforce data-before-architecture and stacked PRs.
feature-flag-check
Investigate the feature flag $ARGUMENTS and produce a detailed investigation for removal.
speckit.companion.doctor
Report on a spec's run health — unfinished steps, unjournaled tasks, step bleed, drift you can judge, a step that closed having verified nothing, a step that closed without the file it promised, and why completion did not land (read-only, retroactive, never halts).
statusbar-doctor
Run cs doctor to diagnose why the status bar isn't showing what you expect.
linkerd
Linkerd-specific diagnostics — mTLS verification, proxy injection issues, authorization policy debugging, traffic management, and multi-cluster connectivity problems.