Dead Code & Export Auditor AIコネクタ
Identify unused exports and unreachable code paths using deterministic AST-driven reference counting.
表示Environment Variable Usage Auditor AIコネクタ
Cross-references environment variable usage against declaration files to find missing or unused keys.
表示Git Merge Conflict Resolver AIコネクタ
Automatically identify and resolve Git merge conflict markers using deterministic strategies.
表示HTTP Endpoint Collision Detector AIコネクタ
Detect overlapping or conflicting HTTP route definitions in your codebase.
表示Import Order Enforcer AIコネクタ
Enforce deterministic import ordering and detect unused imports using AST analysis.
表示JSON Schema Strict Validator AIコネクタ
Perform deterministic JSON validation against Draft-07 and 2020-12 schemas with strict property enforcement.
表示Regex Safety & Performance Analyzer AIコネクタ
Detects catastrophic backtracking and ReDoS vulnerabilities in regular expressions using AST traversal.
表示SemVer Compatibility Checker AIコネクタ
Verify if a target version satisfies a semantic versioning constraint and detect breaking changes.
表示CI/CD Pipeline Config Validator AIコネクタ
Deterministic validator for GitHub Actions and GitLab CI configuration files.
表示Circular Code Dependency Detector AIコネクタ
Identify import cycles and measure module interdependence in JavaScript, TypeScript, and Python projects.
表示File Encoding & BOM Normalizer AIコネクタ
Detects and removes Byte Order Marks (BOM) and normalizes file encodings and line endings to a standard UTF-8 LF format.
表示GraphQL Schema Breaking Change Detector AIコネクタ
Identify breaking changes in GraphQL schemas by comparing SDL strings.
表示i18n Hardcoded String Detector AIコネクタ
An AST-powered auditing tool that identifies un-internationalized text literals in source code by cross-referencing them against translation dictionar…
表示License Header Injector and Verifier AIコネクタ
Enforce, audit, and repair mandatory copyright headers in source files.
表示SQL Static Query Analyzer AIコネクタ
Perform deterministic static analysis on SQL query strings to detect inefficient, destructive, or insecure patterns.
表示Test Assertion Density Calculator AIコネクタ
Detects empty or ineffective test scaffolding by calculating the ratio of assertions to test blocks.
表示Annotation Extractor and Tracker AIコネクタ
Automatically detect, track, and report code annotations like FIXME, HACK, and XXX in your codebase.
表示Type Definition Consistency Checker AIコネクタ
Ensure structural and type-level synchronization between TypeScript interfaces, Zod schemas, and Pydantic models.
表示API Pagination Logic Verifier AIコネクタ
Audit API endpoints for correct pagination patterns to prevent memory exhaustion.
表示AST Cyclomatic Complexity Calculator AIコネクタ
Measure code maintainability by calculating exact cyclomatic complexity using regex-based decision point counting.
表示Cryptographic Action Attestor AIコネクタ
Creates a tamper-proof audit trail of every agent action using SHA-256 hashing.
表示Database Migration Safety Analyzer AIコネクタ
Detect destructive SQL and ORM migration patterns to prevent production data loss.
表示Directory State Fingerprinter AIコネクタ
Generate and verify deterministic cryptographic fingerprints of directory states.
表示Filesystem Sandbox Boundary Enforcer AIコネクタ
Enforces strict path boundaries and prevents traversal attacks.
表示Idempotency Key Enforcer AIコネクタ
Prevents duplicate execution of identical side-effectful operations using an in-memory LRU cache.
表示Tool Output Entropy Sanitizer AIコネクタ
Detects and redacts high-entropy strings like API keys from tool outputs.
表示Transactional File Write Simulator AIコネクタ
Simulates atomic file writes with rollback capabilities to prevent corruption.
表示WebSocket Event Schema Validator AIコネクタ
Ensures structural consistency of WebSocket event payloads against a deterministic schema registry.
表示Coverage Gate Evaluator AIコネクタ
Enforce strict code coverage thresholds using deterministic integer math.
表示Dependency Coupling Fitness Function AIコネクタ
Enforce clean architecture boundaries by validating dependency directions.
表示Deterministic Fuzzer Input Generator AIコネクタ
Generate exact boundary-value test inputs for numeric, string, and enum types.
表示Diff Apply and Conflict Resolver AIコネクタ
Apply unified diffs to text with deterministic conflict resolution.
表示
