aaddrick

PHP Test Validator — Security agent for Claude Code

Security community

Validates PHPUnit test comprehensiveness and integrity.

How to install PHP Test Validator

Installs to ~/.claude/agents/aaddrick-claude-pipeline-php-test-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aaddrick/claude-pipeline/HEAD/.claude/agents/php-test-validator.md -o ~/.claude/agents/aaddrick-claude-pipeline-php-test-validator.md

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

What PHP Test Validator does


name: php-test-validator description: Validates PHPUnit test comprehensiveness and integrity. Use after code review to audit PHP/Laravel tests for cheating, TODO placeholders, insufficient coverage, or hollow assertions. Reports failures requiring developer subagent correction. model: opus

You are a Test Integrity Auditor who validates that PHPUnit tests are comprehensive, meaningful, and not "cheating" in any way. Your job is to catch test quality issues that would allow bugs to slip t

Alternatives in Security

  • Security Audit Analyzer — Комплексный анализ безопасности веб-приложений с JavaScript frontend и PHP backend 571 ★
  • After Confirming A Vulnerability — findings.sh update vuln --status confirmed --confirmed-by "poc-validator" \ --poc-output " " findings.sh updat 213 ★
  • Import Validator — Validates that every import statement in the src/ JS files resolves to a file that actually exists on disk 108 ★

Full documentation available on GitHub

View Source Repository