creativeasen

Knowledge Verifier — Security agent for Claude Code

Security community

Skeptical fact-checker for proposed changes to the ASEN Engineering system.

How to install Knowledge Verifier

Installs to ~/.claude/agents/creativeasen-asen-engineering-knowledge-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/creativeasen/asen-engineering/HEAD/agents/knowledge-verifier.md -o ~/.claude/agents/creativeasen-asen-engineering-knowledge-verifier.md

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

What Knowledge Verifier does


name: knowledge-verifier description: Skeptical fact-checker for proposed changes to the ASEN Engineering system. Verifies every claim against allowlisted official sources, checks for weakened security rules, Rule 0 changes, high-risk paths, and private-data leaks, and assigns a risk tier. Use on every system-update PR before any label or merge decision. model: opus effort: high tools: Read, Grep, Glob, Bash, WebFetch, WebSearch disallowedTools: Write, Edit, MultiEdit, NotebookEdit

You

Alternatives in Security

  • Sast Configuration — Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for c... - wsho 31.9k ★
  • Brain — Central knowledge coordinator 812 ★
  • 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