Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
67 of your 121 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 101.87s for a 208.3 MB repo slow.
  • Repobility's analysis ran in 17.74s after the clone landed.

EsotericSoftware/spine-runtimes

https://github.com/EsotericSoftware/spine-runtimes · scanned 2026-06-05 15:03 UTC (4 days, 21 hours ago) · 10 languages

418 raw signals (110 security + 308 graph) 11/13 scanners ran 48th percentile · C · large (100-500K LoC) System graph score 84 (lower by 18)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 21 hours ago · v2 · 110 actionable findings from 2 signal sources. 154 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 20.0 0.20 4.00
documentation_score 88.0 0.15 13.20
practices_score 67.0 0.15 10.05
code_quality 70.0 0.10 7.00
Overall 1.00 65.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (65/100). Dimensions: security 100, maintainability 40. 110 findings (37 security). 356,562 lines analyzed.

Showing 74 of 110 actionable findings. 264 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks quality Quality conf 1.00 ✓ Repobility [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
spine-godot/webserver.py:21
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED108] `self.value` used but never assigned in __init__: Method `__str__` of class `ANSI` reads `self.value`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.value = <default>` in __init__, or add a class-level default.
2 files, 3 locations
spine-godot/webserver.py:8, 9 (2 hits)
spine-godot/methods.py:42
high Security checks software dependencies conf 0.90 ✓ Repobility 5 occurrences [MINED122] package.json dep `spine-c-codegen` pulled from URL/Git: `dependencies.spine-c-codegen` = `file:../../spine-c/codegen` bypasses the npm registry. No integrity hash, no version locking, no registry-side scanning. If the URL or git host is compromised, every `npm install` pulls the new payload.
Publish the dependency to npm (or your private registry) and reference it by `^x.y.z`. If that's not possible, lock by commit SHA: `git+https://...#<full-sha>` AND verify the SHA in CI.
5 files, 5 locations
spine-flutter/codegen/package.json:1
spine-ios/codegen/package.json:1
spine-ts/spine-phaser-v3/example/typescript/package.json:1
spine-ts/spine-phaser-v4/example/typescript/package.json:1
spine-ts/spine-threejs/example/react-three-fiber/package.json:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `spine-android/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `spine-android/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (59,203 bytes) committed to a repo that otherwise has 1543 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
spine-android/gradle/wrapper/gradle-wrapper.jar:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `spine-libgdx/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `spine-libgdx/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (63,721 bytes) committed to a repo that otherwise has 1543 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
spine-libgdx/gradle/wrapper/gradle-wrapper.jar:1
high Security checks software Xxe conf 1.00 [SEC024] XML External Entity (XXE) — Java parser default: Java XML parsers accept external entity references by default. An attacker can craft XML input that reads server files (file://), exfiltrates data via DNS, or causes denial of service via the 'billion laughs' attack.
Disable DTDs and external entities before parsing: factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true); factory.setFeature("http://xml.org/sax/features/external-general-entities", false); factory.setFeature("http://xml.org/sax/features/external-parameter-entities"…
formatters/eclipse-formatter/src/main/java/com/esotericsoftware/spine/formatter/EclipseFormatter.java:54
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 13 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `flutter-actions/setup-flutter` pinned to mutable ref `@v4`: `uses: flutter-actions/setup-flutter@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to…
7 files, 13 locations
.github/workflows/release-spine-flutter.yml:29, 39 (4 hits)
.github/workflows/format-check-dart.yml:20 (2 hits)
.github/workflows/format-check-haxe.yml:20 (2 hits)
.github/workflows/spine-godot-extension-v4.yml:146, 178 (2 hits)
.github/workflows/spine-android.yml:25
.github/workflows/spine-godot-v4.yml:290
.github/workflows/spine-godot.yml:257
CI/CD securitySupply chainGitHub Actions
medium Security checks security path traversal conf 1.00 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory.
Validate extracted paths with os.path.realpath() and ensure they stay within the target directory.
spine-godot/example-v4-csharp/examples/03-mix-and-match/MixAndMatch.cs:24
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — spine-flutter/lib/assets/libspine_flutter.js:11
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — spine-ts/spine-core/src/AssetManagerBase.ts:182
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — spine-ts/spine-pixi-v7/src/assets/AtlasLoader.ts:69
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — spine-ts/spine-pixi-v7/src/assets/SkeletonLoader.ts:66
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — spine-ts/spine-pixi-v8/src/assets/AtlasLoader.ts:84
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — spine-ts/spine-pixi-v8/src/assets/SkeletonLoader.ts:73
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Security conf 1.00 Dockerfile runs as root: tests/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release-spine-flutter.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/spine-ts.yml CI/CD securitySupply chainGithub actions
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
9 test file(s) for 183 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 25 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 15 locations
spine-cpp/include/spine/PosedData.h:10, 15 (2 hits)
spine-cpp/include/spine/SlotData.h:7, 9 (2 hits)
spine-cpp/src/spine/TranslateTimeline.cpp:17, 35 (2 hits)
spine-android/app/src/main/java/com/esotericsoftware/spine/Physics.kt:69
spine-cpp/include/spine/HashMap.h:65
spine-cpp/include/spine/Posed.h:27
spine-cpp/include/spine/Slot.h:11
spine-cpp/include/spine/TransformConstraintPose.h:3
duplicationquality
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-core/src/attachments/AttachmentLoader.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-core/src/attachments/HasSequence.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-core/src/Physics.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-core/src/polyfills.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-core/src/Pose.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-core/src/Update.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-phaser-v3/src/keys.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-phaser-v4/src/keys.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-pixi-v7/src/assets/AtlasLoader.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-pixi-v8/src/assets/AtlasLoader.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: spine-ts/spine-threejs/example/react-three-fiber/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph cicd CI/CD security conf 1.00 87 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-dotnet@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 85 locations
.github/workflows/spine-godot-v4.yml:48, 62, 71, 87, 96, 114, 125, 139, +17 more (30 hits)
.github/workflows/spine-godot.yml:38, 63, 89, 111, 133, 157, 164, 187, +11 more (19 hits)
.github/workflows/spine-godot-extension-v4.yml:46, 74, 97, 120, 140, 164, 192, 208, +5 more (13 hits)
.github/workflows/spine-cpp-compatibility.yml:22, 28, 44, 101 (4 hits)
.github/workflows/format-check-dart.yml:17, 63 (3 hits)
.github/workflows/format-check-typescript.yml:20, 23 (3 hits)
.github/workflows/spine-c-bindings-check.yml:13, 46 (3 hits)
.github/workflows/spine-ts.yml:22, 24 (3 hits)
CI/CD securitySupply chainGitHub Actions
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_spine_attachment_copy` in spine-flutter/lib/assets/libspine_flutter.js:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: can_build
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spine-godot/spine_godot/config.py:1
low System graph software Dead code conf 1.00 Possibly dead Python function: configure
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spine-godot/spine_godot/config.py:4
low System graph software Dead code conf 1.00 Possibly dead Python function: print_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spine-godot/methods.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: print_warning
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
spine-godot/methods.py:45
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/array-scanner.ts:245
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/c-writer.ts:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/index.ts:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/ir-generator.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/null-analysis.ts:50
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/type-extractor.ts:761
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-c/codegen/src/warnings.ts:56
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-flutter/codegen/src/index.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ios/codegen/src/index.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ios/codegen/src/index.ts:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ts/scripts/format.ts:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ts/spine-core/src/Utils.ts:401
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ts/spine-core/tests/HeadlessTest.ts:53
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ts/spine-phaser-v3/src/SpinePlugin.ts:105
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — spine-ts/spine-webgl/demos/utils.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/src/analyze-java-api.ts:731
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/src/generate-cpp-serializer.ts:521
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/src/generate-haxe-serializer.ts:390
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/src/generate-java-serializer.ts:336
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/src/generate-serializer-ir.ts:558
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/src/java-haxe-diff.ts:84
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — todos/generate-type-hierarchy.js:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — spine-godot/spine_godot/config.py:4
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: spine-flutter/codegen/src/dart-writer.ts (1844 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ios/codegen/src/swift-writer.js (1539 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ios/codegen/src/swift-writer.ts (1833 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/SkeletonSerializer.java (4190 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java (2627 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java (1483 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBinary.java (1398 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/SkeletonJson.java (1436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ts/spine-core/src/Animation.ts (2560 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ts/spine-core/src/AnimationState.ts (1345 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ts/spine-core/src/SkeletonBinary.ts (1455 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ts/spine-core/src/SkeletonJson.ts (1406 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spine-ts/spine-player/src/Player.ts (1337 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/41c33865-a261-42d2-8b88-2b80c9044ccb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/41c33865-a261-42d2-8b88-2b80c9044ccb/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.