Skip to main content
ArcSight

← HomepageAll repository proofValidation recordState of TS Architecture 2026

Repository proof

What ArcSight found in Strapi

Real arc impact on Strapi (packages/core/strapi) — blast radius, break paths, and evidence. Same question as the homepage: what breaks if I change this?

Run the same analysis on your repository in under 3 minutes.

Project: Strapi (packages/core/strapi)Score: 94.4/100 (Excellent architecture)78 modules194 edges
arc impact src/cli/types

Proof summary

Four questions every public repository page must answer — see validation record.

What ArcSight found

High-risk module src/cli/types (fan-in 35) — HIGH. src/cli/utils/logger: fan-in 7, blast radius 51 modules. src/cli/utils/logger — god-module. 78 modules and 194 dependency edges traced.

Why it matters

In Strapi (packages/core/strapi), Change-risk signal at src/cli/types (fan-in 35) — merge impact can travel beyond the diff you see. Blast radius on src/cli/utils/logger reaches 51 downstream modules. ArcSight answers “what breaks if I change this?” before you ship; high fan-in is a change-risk signal, not a verdict on design quality.

What we'd inspect first

  • src/cli/types
  • src/cli/utils/helpers
  • src/cli/utils/logger

What evidence supports it

  • Local CLI analysis — repository source stays on your machine
  • Structural coverage: 78 modules, 194 edges in this snapshot
  • Reproducible fields match homepage live demo and frozen proof output

Architecture visualization

Diagrams are generated from ArcSight analysis data. Dependency graph and risk map show key modules; subsystem view shows high-level structure.

Dependency graph
Dependency graph for this codebase
Subsystem architecture
Subsystem architecture for this codebase
Risk map
Risk map for this codebase

Architecture score & metrics

Score: 94.4/100 · Stability: 45/100 · Status: healthy · Confidence: 100%

  • Dependency cycles: 1
  • Layer violations: 2
  • Duplicate authorities: 3

Critical findings

  • src/cli/typesHIGHfan-in: 35
  • src/cli/utils/helpersMEDIUMfan-in: 32
  • src/cli/utils/loggerMEDIUMfan-in: 7
  • src/cli/utils/tsconfigMEDIUMfan-in: 2
  • src/cli/utils/get-inquirerMEDIUMfan-in: 9

Hotspots

  • src/cli/utils/loggerCRITICALfan-in: 7blast: 51
  • src/cli/utils/loggerMEDIUMfan-in: 7blast: 51
  • src/cli/utils/tsconfigMEDIUMfan-in: 2blast: 47
  • src/cli/typesCRITICALfan-in: 35blast: 46
  • src/cli/typesHIGHfan-in: 35blast: 46
  • src/cli/typesHIGHfan-in: 35blast: 46
  • src/cli/utils/get-inquirerCRITICALfan-in: 9blast: 36
  • src/cli/utils/get-inquirerHIGHfan-in: 9blast: 36
  • src/cli/utils/helpersCRITICALfan-in: 32blast: 35
  • src/cli/utils/helpersHIGHfan-in: 32blast: 35

Architectural gravity centers

  • src/cli/utils/loggergod-module
  • src/cli/utils/loggerlayer-violation
  • src/cli/typesgod-module
  • src/cli/typesutility-hub
  • src/cli/typeslayer-violation

CLI workflow

Scan → Fix → Finish → Watch. Nothing else required.

  • arc scanFind issues
  • arc fixApply fixes
  • arc finishResolve remaining
  • arc watchKeep clean (Pro)

More commands (explain, impact, guard…) →

Key takeaways

  • Architecture score 94.4/100 indicates a healthy structure with room to reduce cycles and violations.
  • Structural scan reports dependency cycles — inspect impact paths before refactors that cross module boundaries.
  • High fan-in modules are change-risk zones; run arc explain <path> before refactoring.
  • Run the full workflow (analyze, hotspots, explain, impact, snapshot, drift) in your repo for deterministic architecture insights.

Run ArcSight on your repo

Install locally, then run arc impact on the file you plan to change — before merge.

npm install -g arcsight
arc impact <path>
Install →

Embed this report

Use this iframe to show the architecture badge on your site.

<iframe src="https://arcsight.ai/embed/strapi/" width="320" height="180" frameborder="0"></iframe>

Evidence-backed analysis snapshot. Validation record · Install · Homepage demo