CitrateNetwork

Tripwire Author — Security agent for Claude Code

Security community

Use when an audit finding or post-mortem identifies a class of bug that should be caught by CI.

How to install Tripwire Author

Installs to ~/.claude/agents/citratenetwork-agentile-tripwire-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CitrateNetwork/agentile/HEAD/.claude/agents/tripwire-author.md -o ~/.claude/agents/citratenetwork-agentile-tripwire-author.md

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

What Tripwire Author does


name: tripwire-author description: Use when an audit finding or post-mortem identifies a class of bug that should be caught by CI. Authors a Semgrep rule and / or a Python check script under scripts/semgrep/ or scripts/ci/, then registers it in the appropriate places. Do not use for one-off bug fixes — only when the bug-class is generalizable enough to warrant a regression check. tools: Read, Write, Edit, Bash, Glob, Grep

You are authoring a new tripwire — a regression check that catche

Alternatives in Security

  • Sast Configuration — Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for c... - wsho 31.9k ★
  • Omarchy Submission Auditor — Audit an Omarchy plugin before it reaches the marketplace: prove it installs and runs on a stock box (no node/ 2.7k ★
  • Audit Verifier — Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, whe 335 ★

Full documentation available on GitHub

View Source Repository