Cadence
Securing the SDLC through deep pattern detection and statistical markers.
Features
Tools for detecting AI-generated content in code and text
Git Repository Analysis
Detect suspicious commits using velocity anomalies, timing patterns, statistical markers, and structural analysis.
Website Content Detection
Analyze web pages for AI-generated text using pattern-based strategies for overused phrases, generic language, and formatting anomalies.
16 Detection Strategies
Combines multiple detection methods including size analysis, velocity metrics, precision patterns, commit messaging, and naming conventions.
Built for Performance
Written in Go (v1.24) for fast analysis of large repositories and high-volume web content scanning.
Webhook Server and API
Deploy as a webhook server with Fiber framework for continuous monitoring and automated CI/CD integration.
Detailed Scoring & Reports
Get confidence scores, pattern matches, and comprehensive reports in JSON or text format with reasoning.
Example Reports
Sample output from Cadence analysis
Website Content Scan
example.com/article
Likely AI-Generated
Detected Patterns
Repository Analysis
github.com/example/repo
Suspicious Commits Detected
Detected Patterns
Quick Start
Install and start analyzing in minutes
1$git clone https://github.com/TryCadence/Cadence.git2$cd Cadence3$make build4$./cadence --versionDetection Strategies
38 specialized detection strategies combining pattern analysis with statistical markers
Try the Playground
Analyze repositories and websites instantly in your browser.
Repository Analysis
Analyze git commits for suspicious patterns and AI-generated code.
Website Analysis
Check web content for AI-generated text and generic language.
Real-time Progress
Watch as analysis runs with detailed status updates.
Detailed Reports
Get comprehensive metrics and pattern breakdown.
Get Started with Cadence
Clone the repository and start detecting AI-generated content. Full documentation included.