File size: 1,666 Bytes
5f6793e 7d6d19e 5f6793e bdf94c9 2ef070d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
license: gpl-3.0
tags:
- code-analysis
- repository-classification
- software-engineering
- static-analysis
---
## Source Code
https://github.com/Zeeshan78699/CodeTruthAgent — tag `v3.0.0-module1`
# CodeTruth Agent V3 — Module 1 Evaluation
Validation results for **Module 1: Repository Cognition Engine** —
a deterministic, rule-based engine that scans a software repository
and determines its application type, primary framework, technology
stack, and file inventory.
## What's in this dataset
- `FULL_DOMAIN_SUMMARY.md` — summary table of all 69 validated repositories
- `FULL_DOMAIN_SUMMARY.json` / `.csv` — same data in structured form
- 69 individual per-repository scan reports (`.md`)
## Validation Results
```
69 repositories scanned
69/69 = 100% discovery score
69/69 = correct application type
69/69 = correct primary framework (or correctly "No Framework Detected")
69/69 = governance gate APPROVED
0/69 = crashes
0/69 = skipped
57/69 = 100% classification score
12/69 = 75% classification score ("No Framework Detected" — correct
by design for non-Python system software)
39 distinct application types covered
441,660 total files scanned
35/35 unit tests pass
```
Repository sizes ranged from 35 files (python-sgp4) to 61,850 files
(Zephyr RTOS), including non-Python repositories (Redis, Nginx, Go,
Rust, U-Boot).
## Notes
"No Framework Detected" is a genuine, correct result for repositories
with no Python package framework dependency — it is not an error or a
gap.
## Source Code
github.com/Zeeshan78699/CodeTruthAgent — tag `v3.0.0-module1`
## Author
Zeeshan Saud — Independent AI Researcher, UAE |