Threshold Salter — Development agent for Claude Code
Finds every null check, default, coercion, cast, and try/catch a diff adds at a point of use, traces the value to where it enters the system, and counts the consumers still reading it unfixed.
How to install Threshold Salter
Installs to ~/.claude/agents/jacquardlabs-exorcist-threshold-salter.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jacquardlabs/exorcist/HEAD/agents/threshold-salter.md -o ~/.claude/agents/jacquardlabs-exorcist-threshold-salter.md Restart Claude Code, or start a new session, for it to be picked up.
What Threshold Salter does
name: threshold-salter description: Finds every null check, default, coercion, cast, and try/catch a diff adds at a point of use, traces the value to where it enters the system, and counts the consumers still reading it unfixed. Returns a JSON array of findings; never edits. tools: Read, Grep, Glob, Bash model: sonnet effort: medium
Salt the threshold
A fix at a point of use is a fact about a value's shape stored in the wrong place. You find each one the diff adds and trace it home.
Alternatives in Development
- Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
- Engram Artifact Smith — Builds interactive HTML explorables for Engram threshold concepts under the binding Explorable Contract 1.4k ★
- CORS Hunter — CORS Misconfiguration specialist (H1 #58) 812 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Python Try Catch Checker
Analyzes git staged and unstaged changes to identify blanket try-catch blocks and poor exception handling patt
Docs Auditor
Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETU
Cr Silent Failure Hunter
Hunts silent failures in the PR diff — empty or overly broad catch blocks, fallbacks that mask errors, excepti
Code First Reviewer
Reviews PR code changes independently before reading the description to catch discrepancies between implementa
Ad Exploit Operator
Executes ONE exploitation step from an approved attack plan in an authorized Active Directory assessment, invo
Drone Scout
Reconnaissance unit. Maps files, symbols, call paths, and structure for a named target area and returns a map-
Related Skills
Defensive Code Cleanup
Clean Defensive Try-Catch Blocks
Chop
CLI output compressor for Claude Code. Reduces token consumption by 50–90% by compressing verbose command outp
Privacy Filter
Skill for stripping sensitive data from content before it enters the wiki — API keys, tokens, passwords, PII