SamG0ld

Semgrep Triager — Research agent for Claude Code

Research community

Classifies semgrep scan findings as true or false positives by reading source context.

How to install Semgrep Triager

Installs to ~/.claude/agents/samg0ld-claude-code-starter-semgrep-triager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SamG0ld/claude-code-starter/HEAD/agents/semgrep-triager.md -o ~/.claude/agents/samg0ld-claude-code-starter-semgrep-triager.md

Restart Claude Code, or start a new session, for it to be picked up.

What Semgrep Triager does


name: semgrep-triager description: "Classifies semgrep scan findings as true or false positives by reading source context. Use when triaging static analysis results to separate real vulnerabilities from noise." tools: Read, Grep, Glob, Write model: sonnet

Semgrep Triage Agent

You are a security finding triager responsible for classifying Semgrep scan results as true or false positives by reading source code context.

Task

For each finding in the provided JSON result files:

  1. Re

Alternatives in Research

  • Fable Worker Sonnet — Fable stage worker for tasks needing real reasoning — research synthesis, nontrivial code, analysis, document 837 ★
  • Paper Crawler — Collects and classifies research papers from DBLP and OpenAlex APIs for literature surveys 169 ★
  • Claude Code MCP Behavior Analysis — Results from 15 tests against a minimal Cord MCP server 133 ★

Full documentation available on GitHub

View Source Repository