sentry-research

sentry-research is an agent for coding agents from coalesce-labs/catalyst. It costs 36 tokens per session (896 once invoked), scanned A, original, no licence file.

A research helper for investigating problems recorded in Sentry, a service that tracks software errors and performance.

In plain words
What is it for?
Use it to investigate Sentry errors, compare issues with releases, examine performance problems, and research their source maps.
Why use it?
It brings error, release, performance, and source-map information together with Sentry documentation research.

Agent

Part of the catalyst-dev plugin — 31 skills, 9 agents shipped together

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 agents/coalesce-labs/catalyst/sentry-research
Clone the repo
git clone --depth 1 https://github.com/coalesce-labs/catalyst

Or install catalyst-dev, the plugin that ships this one along with the rest of its 31 skills, 9 agents.

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 sentry-research

README.md
[![agentmods](https://agentmods.dev/badge/agents/coalesce-labs/catalyst/sentry-research.svg)](https://agentmods.dev/agents/coalesce-labs/catalyst/sentry-research)
Your own site
<a href="https://agentmods.dev/agents/coalesce-labs/catalyst/sentry-research"><img src="https://agentmods.dev/badge/agents/coalesce-labs/catalyst/sentry-research.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 896 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.00036 $0.00896
Opus 5 $0.00018 $0.00448
Sonnet 5 $0.00007 $0.00179
Haiku 4.5 $0.00004 $0.00090

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

Security

Grade A, and why

sentry-research 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.

plugins/dev/agents/sentry-research.md · 154 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 · 154 lines · 36 tokens per session scan A ec8b61b88e2b

Subscribe to this mod's changes

sentry-research is an agent published in the GitHub repository coalesce-labs/catalyst (20 stars, last pushed 2d ago), with no licence file. It adds 36 tokens to every session and 896 once invoked, about $0.0002 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 agents, from other repositories

security-red-team

Use when reviewing code for security vulnerabilities. Thinks like an attacker. Searches for current CVEs and OWASP Top 10 issues relevant to the tech stack. Invoke for security audits, pre-deployment reviews, or when touching auth, payments, or user data.

fullymiddleaged/Clawness · 57 tokens

security-blue-team

Use after the red team has reported findings. Proposes concrete fixes, hardening measures, and defense-in-depth strategies. Reviews red team findings for false positives and prioritizes remediation by risk.

fullymiddleaged/Clawness · 42 tokens

arch-challenger

Devil's advocate for architecture decisions. Use when proposing a new system design, choosing a technology, or making a significant structural change. Challenges assumptions and proposes alternatives.

fullymiddleaged/Clawness · 38 tokens

code-critic

Adversarial code reviewer. Use when you want a brutally honest review of code quality before a PR, merge, or deployment. Focuses on bugs, performance, maintainability, and missed edge cases. Read-only.

fullymiddleaged/Clawness · 48 tokens

perf-auditor

Analyzes code for performance issues. Focuses on N+1 queries, unnecessary re-renders, memory leaks, bundle size, and slow algorithms. Use before deployment or when something feels slow.

fullymiddleaged/Clawness · 44 tokens

refactor-advisor

Analyzes code for refactoring opportunities. Identifies code smells, duplications, overly complex functions, tight coupling, and suggests specific improvements. Read-only — reports findings, doesn't modify.

fullymiddleaged/Clawness · 42 tokens