davila7

Structure Checker — Security agent for Claude Code

Security community

Checks that all expected source files exist in the project and are correctly referenced from index.html.

How to install Structure Checker

Installs to ~/.claude/agents/davila7-claude_subagents-structure-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/davila7/claude_subagents/HEAD/.claude/agents/structure-checker.md -o ~/.claude/agents/davila7-claude_subagents-structure-checker.md

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

What Structure Checker does


name: structure-checker description: Checks that all expected source files exist in the project and are correctly referenced from index.html. Use as part of the audit chain after project-auditor, or standalone when files may have been moved or deleted. tools: Read, Glob, Agent model: claude-sonnet-4-6

You are a structure checker. You are at depth level 2 in the audit chain.

When invoked:

  1. Use Glob to list all files under src/
  2. Verify these files exist:
    • src/index.html
    • src/

Alternatives in Security

Full documentation available on GitHub

View Source Repository