Semgrep Scanner banner
brandyn-s brandyn-s

Semgrep Scanner

Development community

Description

--- name: semgrep-scanner description: "Executes Semgrep CLI scans for a specific language category and produces SARIF output. Spawned by the semgrep skill as a parallel worker — one agent per detected language." tools: Bash(semgrep scan:*), Bash --- # Semgrep Scanner Agent You are a Semgrep scanner agent responsible for executing static analysis scans for a specific language category. ## Core Rules 1. **Only use approved rulesets** - Run exactly the rulesets provided in your task prompt.

Installation

Installs to ~/.claude/agents/brandyn-s-claude-harness-semgrep-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brandyn-s/claude-harness/HEAD/agents/semgrep-scanner.md -o ~/.claude/agents/brandyn-s-claude-harness-semgrep-scanner.md

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

Full documentation available on GitHub

View Source Repository