Back to Home

Example Reports

See how Cadence analyzes Git repositories and web content. These examples demonstrate the detection capabilities and output format.

Git Repository Analysis

Detecting AI-generated code through commit patterns

High Velocity Commits

example/frontend-app

87%

Repository showing extremely high commit velocity with 2,400+ lines added in under 2 minutes.

Commits
47
Velocity
750 additions/min
Time Span
3 hours
Authors
1

Detected Patterns

highVelocity Anomaly
750+ additions/min
highBurst Pattern
12 commits in 45 seconds
mediumTemplate Patterns
Repetitive structure detected
mediumPerfect Formatting
100% consistent style

Suspicious Timing Patterns

example/api-service

64%

Multiple commits with unnaturally consistent timing intervals suggesting automated generation.

Commits
156
Velocity
45 additions/min
Time Span
2 days
Authors
2

Detected Patterns

highTiming Anomaly
Exactly 60s between commits
mediumMessage Patterns
Generic commit messages
lowSize Analysis
Consistent 200-line commits

Clean Human Repository

example/cli-tool

12%

Natural commit patterns with varied timing, reasonable velocities, and organic development flow.

Commits
342
Velocity
15 additions/min
Time Span
6 months
Authors
4

Detected Patterns

noneNatural Velocity
Human-typical pace
noneVaried Timing
Organic intervals

Web Content Analysis

Detecting AI-generated text through linguistic patterns

Marketing Landing Page

example.com/solutions

82%

Corporate landing page with excessive buzzwords, perfect grammar, and generic language patterns.

850
Words
42
Sentences
20.2 words
Avg Length

Detected Patterns

highGeneric Language
"leverage", "synergy", "empower" (15 instances)
highPerfect Grammar
98% perfect sentence structure
mediumOverused Phrases
"in today's digital landscape" (3x)
mediumUniform Sentences
Very low variance in length

Technical Blog Post

example.com/blog/react-hooks

45%

Technical tutorial with some AI-like patterns but also includes specific code examples and personal insights.

1240
Words
68
Sentences
18.2 words
Avg Length

Detected Patterns

mediumGeneric Transitions
"Furthermore", "Additionally" overused
lowMissing Nuance
Some sections lack specific details

Personal Developer Blog

example.com/devlog

8%

Personal blog with natural voice, varied sentence structure, and authentic imperfections.

720
Words
45
Sentences
16 words
Avg Length

Detected Patterns

noneNatural Voice
Authentic writing style
noneVaried Structure
Organic paragraph flow

JSON Output

Structured output for automation and integration

web_analysis.json
{
  "url": "https://example.com/article",
  "title": "Understanding Modern Development",
  "status_code": 200,
  "analyzed_at": "2026-01-30T10:15:00Z",
  "content_stats": {
    "word_count": 850,
    "character_count": 5420,
    "heading_count": 8,
    "quality_score": 0.72
  },
  "analysis": {
    "confidence_score": 78,
    "suspicion_rate": 0.82,
    "pattern_count": 4,
    "assessment": "LIKELY AI-GENERATED"
  },
  "flagged_items": [
    {
      "pattern_type": "generic_language",
      "severity": 1.0,
      "description": "Excessive use of generic business language",
      "examples": ["leverage", "synergy", "empower"]
    },
    {
      "pattern_type": "perfect_grammar",
      "severity": 0.85,
      "description": "Suspiciously consistent sentence structure"
    }
  ]
}

Try it yourself

Install Cadence and start analyzing your own repositories and content.