From f1d198a82f0ce11a0825d6cfefbe261ec40dddc2 Mon Sep 17 00:00:00 2001 From: Joe Esquibel Date: Thu, 20 Aug 2026 21:46:10 -0400 Subject: [PATCH 1/2] Fix jcl and m4 func_start recall: route to Mode A, not brace search Same bug shape as dockerfile (#1976): jcl and m4 have no ScopeParsingRegistry entry and no brace-delimited bodies at all, so they silently fell through to Mode_B_Braces in _function_slice -- which only produces a named function when a literal { happens to appear by coincidence within its search window. jcl's func_start matches "// EXEC ..." job-step lines -- JCL is fixed-column mainframe syntax with no brace concept anywhere. m4's func_start matches define(...)/m4_define(...)/AC_DEFUN(...) etc. -- macro definitions are parenthesis-delimited with backtick/bracket quoting, not brace-delimited. Confirmed via direct measurement (struct_func_start, the raw signal, vs. function_count, the named list actually reaching consumers): jcl: 3 raw matches, 0 reached the named list (0% recall) m4: 39 raw matches, 1 reached the named list (2.6% recall) Routes both to Mode A (_slice_by_labels), the same greedy-to-next- match heuristic already proven for abap/cobol/fortran/assembly/ dockerfile. Post-fix: both hit 100% recall in the local corpus (3/3, 39/39). makefile was also flagged as a candidate in the same investigation but its corpus sample was inconclusive (1 match total) -- deliberately left untouched, not part of this fix's scope. Verified against the full ~80-repo crucible corpus (both golden masters re-blessed; drift is real function-count/structural-mass changes in jcl/m4 files plus expected global spatial-layout ripple across the corpus, not corruption elsewhere). Fixes #1975. Co-Authored-By: Claude Sonnet 5 Co-Authored-By: Gemini 3.1 Pro --- gitgalaxy/core/detector.py | 18 + tests/golden_master_audit.json | 24300 +++++++++++----------- tests/golden_master_zero_dep_audit.json | 24300 +++++++++++----------- 3 files changed, 24968 insertions(+), 23650 deletions(-) diff --git a/gitgalaxy/core/detector.py b/gitgalaxy/core/detector.py index c3570b0f5..356ffae22 100644 --- a/gitgalaxy/core/detector.py +++ b/gitgalaxy/core/detector.py @@ -1926,6 +1926,24 @@ def _function_slice( # span exactly from its own keyword to the next # RUN/CMD/ENTRYPOINT/HEALTHCHECK match, or EOF. "dockerfile", + # #1975: jcl has no ScopeParsingRegistry entry and no + # brace-delimited bodies at all (JCL is fixed-column + # mainframe syntax), so it was silently falling through to + # Mode_B_Braces below -- which only "succeeds" when a `{` + # happens to appear by coincidence. This dropped 100% of + # real matches (0 of 3 raw matches reached the named list). + # Mode A's "greedy to the next func_start match" body + # heuristic is a correct, direct fit. + "jcl", + # #1975: m4 has no ScopeParsingRegistry entry and no + # brace-delimited bodies at all (macro definitions are + # parenthesis-delimited with backtick/bracket quoting), so + # it was silently falling through to Mode_B_Braces below -- + # which only "succeeds" when a `{` happens to appear by + # coincidence. This dropped ~97.4% of real matches (1 of 39 + # raw matches reached the named list). Mode A's "greedy to + # the next func_start match" body heuristic is a correct fit. + "m4", ) or family in ("column_sensitive"): mode_name = "Mode_A_Labels" sats, impact = self._slice_by_labels(code, rules, offset, spatial_map) diff --git a/tests/golden_master_audit.json b/tests/golden_master_audit.json index d65fd1381..f42863597 100644 --- a/tests/golden_master_audit.json +++ b/tests/golden_master_audit.json @@ -12,8 +12,8 @@ }, "Target Root Name": "data", "Absolute Project Path": "/home/joe/nyx_projects/language-crucible/data", - "Analysis ISO Timestamp": "2026-08-21T00:37:44.776029+00:00", - "Total Scan Duration": "48.16 seconds" + "Analysis ISO Timestamp": "2026-08-21T01:42:32.774460+00:00", + "Total Scan Duration": "48.97 seconds" }, "Source Control Footprint (Immutable Anchor)": { "Active Branch": "HEAD", @@ -198,8 +198,8 @@ "health": { "avg_cognitive_load": 24.702, "avg_safety_score": 38.661, - "avg_tech_debt": 23.574, - "avg_documentation": 21.546 + "avg_tech_debt": 24.647, + "avg_documentation": 21.548 }, "composition": { "xml": { @@ -270,7 +270,7 @@ "jcl": { "files": 15, "loc": 919, - "impact": 251.02000000000004 + "impact": 65.38 }, "yacc": { "files": 1, @@ -280,7 +280,7 @@ "m4": { "files": 8, "loc": 13321, - "impact": 922.15 + "impact": 669.62 }, "python": { "files": 268, @@ -660,12 +660,12 @@ }, "cobol/cics-genapp": { "file_count": 30, - "total_mass": 1945.69, + "total_mass": 1806.79, "avg_exposures": { "cognitive_load": 48.53, "safety_score": 54.17, - "tech_debt": 27.21, - "verification": 7.42, + "tech_debt": 44.14, + "verification": 7.44, "api_exposure": 1.38, "concurrency": 3.08, "state_flux": 53.32, @@ -1515,11 +1515,11 @@ }, "m4/gnucobol": { "file_count": 2, - "total_mass": 137.88, + "total_mass": 192.98, "avg_exposures": { "cognitive_load": 2.61, "safety_score": 0.0, - "tech_debt": 12.98, + "tech_debt": 13.66, "verification": 1.15, "api_exposure": 5.51, "concurrency": 0.0, @@ -1528,7 +1528,7 @@ "spec_match": 50.0, "stability": 25.0, "churn": 0.0, - "documentation": 13.92, + "documentation": 14.78, "secrets_risk": 0.0 } }, @@ -1914,12 +1914,12 @@ }, "jcl/cics-genapp/base/cntl": { "file_count": 3, - "total_mass": 57.04, + "total_mass": 10.3, "avg_exposures": { "cognitive_load": 5.69, "safety_score": 49.13, - "tech_debt": 0.0, - "verification": 2.31, + "tech_debt": 66.31, + "verification": 2.35, "api_exposure": 0.0, "concurrency": 0.0, "state_flux": 4.46, @@ -1933,12 +1933,12 @@ }, "m4/curl/m4": { "file_count": 5, - "total_mass": 403.69, + "total_mass": 96.06, "avg_exposures": { "cognitive_load": 4.78, "safety_score": 0.0, - "tech_debt": 16.13, - "verification": 2.3, + "tech_debt": 75.12, + "verification": 2.36, "api_exposure": 1.74, "concurrency": 0.0, "state_flux": 0.0, @@ -3368,13 +3368,13 @@ "value": 100.0 }, { - "name": "CodeGeneration.py", - "path": "python/cython/CodeGeneration.py", + "name": "sampncs.jcl", + "path": "cobol/cics-genapp/sampncs.jcl", "value": 100.0 }, { - "name": "2_tricky_strings.py", - "path": "python/wtfpython/2_tricky_strings.py", + "name": "samptsq.jcl", + "path": "cobol/cics-genapp/samptsq.jcl", "value": 100.0 } ], @@ -262460,9 +262460,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1937.92, + "X": 6235.34, "Y": 205.2, - "Z": 5063.68 + "Z": -1894.83 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -262931,9 +262931,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1306.6, + "X": 5604.01, "Y": 206.22, - "Z": 4960.67 + "Z": -1997.84 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -263235,9 +263235,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1611.4, + "X": 5908.82, "Y": 53.47, - "Z": 4240.5 + "Z": -2718.01 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -263626,9 +263626,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1627.6, + "X": 5925.01, "Y": 177.39, - "Z": 4472.6 + "Z": -2485.91 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -293803,9 +293803,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6215.12, + "X": -1372.25, "Y": -60.79, - "Z": -1275.61 + "Z": -4081.38 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -295148,9 +295148,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6530.44, + "X": -1056.93, "Y": -58.65, - "Z": -1277.78 + "Z": -4083.55 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -296872,9 +296872,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6810.0, + "X": -777.37, "Y": -135.82, - "Z": -843.0 + "Z": -3648.77 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -297326,9 +297326,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6541.07, + "X": -1046.3, "Y": -69.43, - "Z": -1815.54 + "Z": -4621.31 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -337964,9 +337964,9 @@ "Identity Proof": "Single Indicator (Ext: .s)" }, "2. Topological Coordinates": { - "X": -4902.03, + "X": 1354.71, "Y": 134.84, - "Z": 1493.74 + "Z": 4699.9 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -338554,9 +338554,9 @@ "Identity Proof": "Ecosystem Consensus Lock (70% Local Dominance)" }, "2. Topological Coordinates": { - "X": -4593.87, + "X": 1662.87, "Y": 199.79, - "Z": 1022.61 + "Z": 4228.78 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -338711,9 +338711,9 @@ "Identity Proof": "Single Indicator (Ext: .s)" }, "2. Topological Coordinates": { - "X": -4397.71, + "X": 1859.03, "Y": 85.31, - "Z": 1671.07 + "Z": 4877.24 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -338899,9 +338899,9 @@ "Identity Proof": "Ecosystem Consensus Lock (100% Local Dominance)" }, "2. Topological Coordinates": { - "X": -4616.73, + "X": 1640.01, "Y": 101.25, - "Z": 1293.55 + "Z": 4499.71 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346177,95 +346177,235 @@ } } }, - "cobol/cics-genapp": { - "Directory Group Magnitude": 1945.69, - "File Count": 30, + "php/guzzle": { + "Directory Group Magnitude": 1830.62, + "File Count": 7, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "96.7%", - "Static: Literature & Documentation": "3.3%" + "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "48.53%", - "Error & Exception Exposure": "54.17%", - "Tech Debt Exposure": "27.21%", - "Testing Exposure": "7.42%", - "API Exposure": "1.38%", - "Concurrency Exposure": "3.08%", - "State Flux Exposure": "53.32%", - "Commented Logic Exposure": "4.47%", - "Specification Exposure": "95.33%", - "Instability Exposure": "48.33%", + "Cognitive Load Exposure": "37.84%", + "Error & Exception Exposure": "76.97%", + "Tech Debt Exposure": "69.42%", + "Testing Exposure": "35.36%", + "API Exposure": "3.67%", + "Concurrency Exposure": "14.28%", + "State Flux Exposure": "99.99%", + "Commented Logic Exposure": "2.45%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.36%", - "Hardcoded Payload Artifacts": "3.3%" + "Documentation Exposure": "12.88%", + "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "cobol/cics-genapp/README.md": { + "php/guzzle/Client.php": { "1. Artifact Identity": { - "Filename": "README.md", - "Path": "cobol/cics-genapp/README.md", - "Language": "Markdown", + "Filename": "Client.php", + "Path": "php/guzzle/Client.php", + "Language": "Php", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -351.18, - "Y": -36.05, - "Z": 702.51 + "X": -2452.79, + "Y": -393.05, + "Z": 4780.27 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 106, - "Coding LOC": 0, - "Documentation LOC": 80, - "Structural Magnitude": 2.12, - "Control Flow Ratio": "0.0%", + "Total LOC": 484, + "Coding LOC": 274, + "Documentation LOC": 154, + "Structural Magnitude": 279.18, + "Control Flow Ratio": "53.5%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.027 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "37.6%", + "Error & Exception Exposure": "64.89%", + "Tech Debt Exposure": "62.5%", + "Testing Exposure": "0.0%", + "API Exposure": "3.79%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "applyOptions", + "Structural Impact": 61.9, + "Lines of Code (LOC)": 129, + "Control Flow Branches": 31, + "Input Parameters": 2, + "Control Flow Ratio": "75.6%", + "Start Line": 342, + "End Line": 470 + }, + { + "Function Name": "configureDefaults", + "Structural Impact": 18.0, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 10, + "Input Parameters": 1, + "Control Flow Ratio": "71.4%", + "Start Line": 229, + "End Line": 276 + }, + { + "Function Name": "buildUri", + "Structural Impact": 12.8, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 6, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 212, + "End Line": 224 + }, + { + "Function Name": "prepareDefaults", + "Structural Impact": 11.6, + "Lines of Code (LOC)": 34, + "Control Flow Branches": 6, + "Input Parameters": 1, + "Control Flow Ratio": "60.0%", + "Start Line": 283, + "End Line": 316 + }, + { + "Function Name": "requestAsync", + "Structural Impact": 10.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 4, + "Input Parameters": 3, + "Control Flow Ratio": "57.1%", + "Start Line": 153, + "End Line": 170 + }, + { + "Function Name": "__call", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "42.9%", + "Start Line": 81, + "End Line": 93 + }, + { + "Function Name": "__construct", + "Structural Impact": 6.4, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "60.0%", + "Start Line": 57, + "End Line": 71 + }, + { + "Function Name": "getConfig", + "Structural Impact": 6.0, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "60.0%", + "Start Line": 205, + "End Line": 210 + }, + { + "Function Name": "transfer", + "Structural Impact": 5.8, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "40.0%", + "Start Line": 326, + "End Line": 337 + }, + { + "Function Name": "request", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 185, + "End Line": 190 + }, + { + "Function Name": "sendAsync", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 101, + "End Line": 110 + }, + { + "Function Name": "send", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 120, + "End Line": 125 + }, + { + "Function Name": "sendRequest", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 132, + "End Line": 139 + }, + { + "Function Name": "invalidBody", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 475, + "End Line": 482 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Control Flow Branches": 69, + "Sequential Logic Declarations": 60, + "Function Parameters": 14, + "Function/Method Declarations": 14, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 31, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, + "I/O and Network Boundaries": 1, + "Exposed API / Public Exports": 8, + "State Mutations / Variable Reassignments": 115, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 38, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, @@ -346275,10 +346415,10 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 11, "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, + "Planned Work (TODOs)": 2, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, @@ -346286,22 +346426,22 @@ "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, + "Manual Memory Allocation": 4, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Fatal Aborts & Exceptions": 9, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 3, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 11, + "Private / Encapsulated Scopes": 7, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 261, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -346326,17 +346466,17 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 8, + "Orphaned Logic": 4, + "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 3, - "Hyperlinked Literature References": 1, - "High-Entropy / Obfuscated Logic": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 1, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 1, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -346350,29 +346490,48 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, + "Direct Upstream (Fragility)": 18, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [] + "9. Extracted Dependencies": [ + "$options)) \n // Allows default headers to be unset.\n if ($options['headers'] === null) \n $defaults['_conditional'] = []", + "ClientTrait", + "GuzzleHttp\\Cookie\\CookieJar", + "GuzzleHttp\\Exception\\GuzzleException", + "GuzzleHttp\\Exception\\InvalidArgumentException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\PromiseInterface", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface", + "Psr\\Http\\Message\\UriInterface", + "a \"handler\"\n * (if utilized by the concrete client)", + "a URI and optional options array'", + "a default handler will be created\n * that enables all of the request options below by attaching all of the\n * default middleware to the handler.\n * - base_uri: (string|UriInterface) Base URI of the client that is merged\n * into relative URIs. Can be a string or instance of UriInterface.\n * - **: any request option\n *\n * @param array $config Client configuration settings.\n *\n * @see RequestOptions for a list of available request options.\n */\n public function __construct(array $config = [])\n \n if (!isset($config['handler'])) \n $config['handler'] = HandlerStack::create(", + "and a \"base_uri\" if utilized by\n * the concrete client.\n *\n * @param string|null $option The config option to retrieve.\n *\n * @return mixed\n *\n * @deprecated Client::getConfig will be removed in guzzlehttp/guzzle:8.0.\n */\n public function getConfig(?string $option = null)\n \n return $option === null\n ? $this->config\n : ($this->config[$option] ?? null", + "and must return a\n * GuzzleHttp\\Promise\\PromiseInterface that is fulfilled with a\n * Psr7\\Http\\Message\\ResponseInterface on success.\n * If no handler is provided", + "d", + "default request options of the client", + "the following options:\n *\n * - handler: (callable) Function that transfers HTTP requests over the\n * wire. The function is called with a Psr7\\Http\\Message\\RequestInterface\n * and array of transfer options" + ] }, - "cobol/cics-genapp/lgacdb01.cbl": { + "php/guzzle/CurlFactory.php": { "1. Artifact Identity": { - "Filename": "lgacdb01.cbl", - "Path": "cobol/cics-genapp/lgacdb01.cbl", - "Language": "Cobol", + "Filename": "CurlFactory.php", + "Path": "php/guzzle/CurlFactory.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": 214.83, - "Y": 52.55, - "Z": 1865.15 + "X": -2460.09, + "Y": -231.59, + "Z": 5234.11 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346381,132 +346540,302 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 329, - "Coding LOC": 213, - "Documentation LOC": 79, - "Structural Magnitude": 114.96, - "Control Flow Ratio": "64.9%", + "Total LOC": 742, + "Coding LOC": 557, + "Documentation LOC": 87, + "Structural Magnitude": 564.94, + "Control Flow Ratio": "61.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.235 + "Raw Cognitive Density": 1.032 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "87.42%", - "Error & Exception Exposure": "79.19%", - "Tech Debt Exposure": "37.64%", - "Testing Exposure": "2.4%", - "API Exposure": "2.39%", + "Cognitive Load Exposure": "51.33%", + "Error & Exception Exposure": "76.82%", + "Tech Debt Exposure": "29.23%", + "Testing Exposure": "80.0%", + "API Exposure": "1.69%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "10.16%", + "Commented Logic Exposure": "5.32%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "99.01%" + "Documentation Exposure": "13.73%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "INSERT-CUSTOMER", - "Structural Impact": 20.7, - "Lines of Code (LOC)": 114, - "Control Flow Branches": 14, + "Function Name": "applyHandlerOptions", + "Structural Impact": 122.4, + "Lines of Code (LOC)": 197, + "Control Flow Branches": 64, + "Input Parameters": 2, + "Control Flow Ratio": "79.0%", + "Start Line": 437, + "End Line": 633 + }, + { + "Function Name": "applyBody", + "Structural Impact": 21.9, + "Lines of Code (LOC)": 38, + "Control Flow Branches": 9, + "Input Parameters": 3, + "Control Flow Ratio": "69.2%", + "Start Line": 360, + "End Line": 397 + }, + { + "Function Name": "retryFailedRewind", + "Structural Impact": 21.8, + "Lines of Code (LOC)": 35, + "Control Flow Branches": 9, + "Input Parameters": 3, + "Control Flow Ratio": "69.2%", + "Start Line": 646, + "End Line": 680 + }, + { + "Function Name": "createRejection", + "Structural Impact": 20.4, + "Lines of Code (LOC)": 61, + "Control Flow Branches": 9, + "Input Parameters": 2, + "Control Flow Ratio": "52.9%", + "Start Line": 221, + "End Line": 281 + }, + { + "Function Name": "createHeaderFn", + "Structural Impact": 19.4, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 11, + "Input Parameters": 1, + "Control Flow Ratio": "57.9%", + "Start Line": 682, + "End Line": 729 + }, + { + "Function Name": "create", + "Structural Impact": 17.4, + "Lines of Code (LOC)": 37, + "Control Flow Branches": 8, + "Input Parameters": 2, + "Control Flow Ratio": "61.5%", + "Start Line": 48, + "End Line": 84 + }, + { + "Function Name": "applyMethod", + "Structural Impact": 13.5, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 6, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 332, + "End Line": 358 + }, + { + "Function Name": "applyHeaders", + "Structural Impact": 11.4, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 5, + "Input Parameters": 2, + "Control Flow Ratio": "62.5%", + "Start Line": 399, + "End Line": 418 + }, + { + "Function Name": "finish", + "Structural Impact": 11.1, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 4, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 152, + "End Line": 172 + }, + { + "Function Name": "getDefaultConf", + "Structural Impact": 9.8, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "71.4%", + "Start Line": 304, + "End Line": 330 + }, + { + "Function Name": "finishError", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 191, + "End Line": 208 + }, + { + "Function Name": "release", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 22, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 122, + "End Line": 143 + }, + { + "Function Name": "sanitizeCurlError", + "Structural Impact": 6.0, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 283, + "End Line": 299 + }, + { + "Function Name": "removeHeader", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "40.0%", + "Start Line": 426, + "End Line": 435 + }, + { + "Function Name": "supportsHttp2", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "87.5%", - "Start Line": 212, - "End Line": 325 + "Control Flow Ratio": "60.0%", + "Start Line": 86, + "End Line": 97 }, { - "Function Name": "MAINLINE", - "Structural Impact": 11.2, - "Lines of Code (LOC)": 65, - "Control Flow Branches": 7, + "Function Name": "supportsTls13", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "87.5%", - "Start Line": 126, - "End Line": 190 + "Control Flow Ratio": "50.0%", + "Start Line": 110, + "End Line": 120 }, { - "Function Name": "Obtain-CUSTOMER-Number", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, + "Function Name": "__destruct", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 196, - "End Line": 208 + "Control Flow Ratio": "50.0%", + "Start Line": 731, + "End Line": 740 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, + "Function Name": "supportsTls12", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 99, + "End Line": 108 + }, + { + "Function Name": "getCurlVersion", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 210, + "End Line": 219 + }, + { + "Function Name": "invokeStats", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 0, + "Input Parameters": 1, "Control Flow Ratio": "0.0%", - "Start Line": 193, - "End Line": 194 + "Start Line": 174, + "End Line": 186 + }, + { + "Function Name": "__construct", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 43, + "End Line": 46 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 24, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 4, + "Control Flow Branches": 150, + "Sequential Logic Declarations": 95, + "Function Parameters": 25, + "Function/Method Declarations": 21, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 8, - "Type/Safety Bypasses": 0, + "Defensive Programming Constructs": 36, + "Type/Safety Bypasses": 2, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 9, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 72, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 7, + "State Mutations / Variable Reassignments": 230, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 21, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 3, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 18, - "Module Dependencies (Imports)": 3, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 10, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 1, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 7, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 4, + "Fatal Aborts & Exceptions": 13, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 14, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Immutable Data Declarations": 2, + "Resource Deallocation & Cleanup": 8, + "Private / Encapsulated Scopes": 19, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 213, + "Structural Space Indentations": 542, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 14, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, - "Regex Execution": 0, + "Regex Execution": 1, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, @@ -346516,15 +346845,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, + "Core Var Decl": 2, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 1, + "Design Pascal Case": 0, "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 3, + "Orphaned Logic": 4, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -346532,13 +346861,13 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "Dynamic Code Execution (Eval/Exec)": 4, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 12, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 1, + "Embedded Credentials & Keys": 0, "Sec Extension Mismatch": 0, "Sec Entropy": 0, "Sec Tainted Injection": 0, @@ -346548,33 +346877,41 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, + "Direct Upstream (Fragility)": 11, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "GuzzleHttp\\Exception\\ConnectException", + "GuzzleHttp\\Exception\\RequestException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\FulfilledPromise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Psr7\\LazyOpenStream", + "GuzzleHttp\\TransferStats", + "GuzzleHttp\\Utils", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\UriInterface", + "s a special format for empty headers.\n // See https://github.com/guzzle/guzzle/issues/1882 for more details.\n $conf[\\CURLOPT_HTTPHEADER][] = \"$name" ] }, - "cobol/cics-genapp/lgacdb02.cbl": { + "php/guzzle/CurlMultiHandler.php": { "1. Artifact Identity": { - "Filename": "lgacdb02.cbl", - "Path": "cobol/cics-genapp/lgacdb02.cbl", - "Language": "Cobol", + "Filename": "CurlMultiHandler.php", + "Path": "php/guzzle/CurlMultiHandler.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -308.06, - "Y": 34.29, - "Z": 953.84 + "X": -2245.97, + "Y": -173.3, + "Z": 5517.75 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346583,26 +346920,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 226, - "Coding LOC": 126, - "Documentation LOC": 75, - "Structural Magnitude": 73.92, - "Control Flow Ratio": "55.2%", + "Total LOC": 288, + "Coding LOC": 165, + "Documentation LOC": 78, + "Structural Magnitude": 143.4, + "Control Flow Ratio": "47.8%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.333 + "Raw Cognitive Density": 1.053 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "91.16%", - "Error & Exception Exposure": "81.45%", - "Tech Debt Exposure": "51.98%", - "Testing Exposure": "2.41%", - "API Exposure": "2.56%", + "Cognitive Load Exposure": "38.53%", + "Error & Exception Exposure": "80.78%", + "Tech Debt Exposure": "95.05%", + "Testing Exposure": "80.0%", + "API Exposure": "2.29%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "9.94%", + "Commented Logic Exposure": "6.37%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -346611,91 +346948,171 @@ }, "5. Function Analysis": [ { - "Function Name": "INSERT-CUSTOMER-PASSWORD", - "Structural Impact": 12.2, - "Lines of Code (LOC)": 65, - "Control Flow Branches": 8, + "Function Name": "__construct", + "Structural Impact": 9.4, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "71.4%", + "Start Line": 69, + "End Line": 87 + }, + { + "Function Name": "tick", + "Structural Impact": 8.8, + "Lines of Code (LOC)": 35, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 147, + "End Line": 181 + }, + { + "Function Name": "processMessages", + "Structural Impact": 7.2, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "83.3%", + "Start Line": 251, + "End Line": 273 + }, + { + "Function Name": "__get", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 97, + "End Line": 117 + }, + { + "Function Name": "cancel", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 229, + "End Line": 249 + }, + { + "Function Name": "execute", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 4, "Input Parameters": 0, "Control Flow Ratio": "80.0%", - "Start Line": 159, - "End Line": 223 + "Start Line": 197, + "End Line": 208 }, { - "Function Name": "MAINLINE", - "Structural Impact": 11.1, - "Lines of Code (LOC)": 41, - "Control Flow Branches": 8, + "Function Name": "addRequest", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 210, + "End Line": 220 + }, + { + "Function Name": "timeToNext", + "Structural Impact": 3.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "88.9%", - "Start Line": 113, - "End Line": 153 + "Control Flow Ratio": "40.0%", + "Start Line": 275, + "End Line": 286 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "__invoke", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 16, "Control Flow Branches": 0, - "Input Parameters": 0, + "Input Parameters": 2, "Control Flow Ratio": "0.0%", - "Start Line": 156, - "End Line": 157 + "Start Line": 127, + "End Line": 142 + }, + { + "Function Name": "__destruct", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 119, + "End Line": 125 + }, + { + "Function Name": "tickInQueue", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 186, + "End Line": 192 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 16, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 3, + "Control Flow Branches": 33, + "Sequential Logic Declarations": 36, + "Function Parameters": 12, + "Function/Method Declarations": 11, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 5, - "Type/Safety Bypasses": 0, + "Defensive Programming Constructs": 7, + "Type/Safety Bypasses": 1, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 5, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 46, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 6, + "State Mutations / Variable Reassignments": 74, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 27, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 11, - "Module Dependencies (Imports)": 2, + "Metaprogramming & Reflection": 3, + "Module Dependencies (Imports)": 6, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 1, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 1, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 5, + "Fatal Aborts & Exceptions": 2, + "Thread Sleeps & Blocking Waits": 2, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 5, + "Private / Encapsulated Scopes": 12, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 126, + "Structural Space Indentations": 154, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 8, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -346708,15 +347125,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 2, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 2, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 4, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -346726,7 +347143,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 1, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -346740,32 +347157,36 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, + "Direct Upstream (Fragility)": 6, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGPOLICY", - "SQLCA" + "Closure", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\Promise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Utils", + "Psr\\Http\\Message\\RequestInterface" ] }, - "cobol/cics-genapp/lgacus01.cbl": { + "php/guzzle/Middleware.php": { "1. Artifact Identity": { - "Filename": "lgacus01.cbl", - "Path": "cobol/cics-genapp/lgacus01.cbl", - "Language": "Cobol", + "Filename": "Middleware.php", + "Path": "php/guzzle/Middleware.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": 238.52, - "Y": -12.34, - "Z": 875.02 + "X": -2034.16, + "Y": -363.79, + "Z": 4955.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346774,26 +347195,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 180, - "Coding LOC": 95, - "Documentation LOC": 61, - "Structural Magnitude": 63.7, - "Control Flow Ratio": "47.8%", + "Total LOC": 269, + "Coding LOC": 154, + "Documentation LOC": 92, + "Structural Magnitude": 96.68, + "Control Flow Ratio": "13.3%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.392 + "Raw Cognitive Density": 0.61 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "92.88%", - "Error & Exception Exposure": "85.62%", - "Tech Debt Exposure": "71.53%", - "Testing Exposure": "2.42%", - "API Exposure": "2.67%", + "Cognitive Load Exposure": "18.2%", + "Error & Exception Exposure": "60.86%", + "Tech Debt Exposure": "84.82%", + "Testing Exposure": "2.44%", + "API Exposure": "8.57%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "18.24%", + "State Flux Exposure": "99.94%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -346802,62 +347223,132 @@ }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", + "Function Name": "tap", + "Structural Impact": 9.5, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 135, + "End Line": 150 + }, + { + "Function Name": "log", "Structural Impact": 9.3, - "Lines of Code (LOC)": 46, - "Control Flow Branches": 6, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "16.7%", + "Start Line": 198, + "End Line": 224 + }, + { + "Function Name": "httpErrors", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "20.0%", + "Start Line": 58, + "End Line": 77 + }, + { + "Function Name": "history", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "11.8%", + "Start Line": 88, + "End Line": 120 + }, + { + "Function Name": "cookies", + "Structural Impact": 4.2, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 76, - "End Line": 121 + "Control Flow Ratio": "14.3%", + "Start Line": 26, + "End Line": 48 }, { - "Function Name": "INSERT-CUSTOMER", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 5, + "Function Name": "retry", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "14.3%", + "Start Line": 179, + "End Line": 184 + }, + { + "Function Name": "mapRequest", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 244, + "End Line": 251 + }, + { + "Function Name": "mapResponse", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 260, + "End Line": 267 + }, + { + "Function Name": "redirect", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 127, - "End Line": 174 + "Control Flow Ratio": "0.0%", + "Start Line": 157, + "End Line": 162 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "prepareBody", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 124, - "End Line": 125 + "Start Line": 230, + "End Line": 235 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 11, - "Sequential Logic Declarations": 12, - "Function Parameters": 0, - "Function/Method Declarations": 3, + "Control Flow Branches": 16, + "Sequential Logic Declarations": 104, + "Function Parameters": 33, + "Function/Method Declarations": 10, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, + "Defensive Programming Constructs": 8, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 42, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 10, + "State Mutations / Variable Reassignments": 38, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 30, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 10, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 2, + "Scientific & Mathematical Operations": 3, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 7, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -346866,27 +347357,27 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 3, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 1, "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Fatal Aborts & Exceptions": 4, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 5, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, + "Immutable Data Declarations": 1, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 95, + "Structural Space Indentations": 142, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 6, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -346907,7 +347398,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 6, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -346915,7 +347406,7 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "Dynamic Code Execution (Eval/Exec)": 6, "Global Environment Mutation": 0, "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, @@ -346931,32 +347422,37 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, + "Direct Upstream (Fragility)": 7, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY" + "GuzzleHttp\\Cookie\\CookieJarInterface", + "GuzzleHttp\\Exception\\RequestException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\PromiseInterface", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface", + "Psr\\Log\\LoggerInterface" ] }, - "cobol/cics-genapp/lgacvs01.cbl": { + "php/guzzle/Pool.php": { "1. Artifact Identity": { - "Filename": "lgacvs01.cbl", - "Path": "cobol/cics-genapp/lgacvs01.cbl", - "Language": "Cobol", + "Filename": "Pool.php", + "Path": "php/guzzle/Pool.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -127.26, - "Y": -13.5, - "Z": 950.49 + "X": -2610.74, + "Y": -81.14, + "Z": 5964.69 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346965,25 +347461,25 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 122, - "Coding LOC": 88, - "Documentation LOC": 25, - "Structural Magnitude": 33.56, - "Control Flow Ratio": "36.4%", + "Total LOC": 126, + "Coding LOC": 64, + "Documentation LOC": 50, + "Structural Magnitude": 87.08, + "Control Flow Ratio": "27.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.011 + "Raw Cognitive Density": 1.5 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "73.99%", - "Error & Exception Exposure": "72.45%", - "Tech Debt Exposure": "76.73%", - "Testing Exposure": "2.38%", - "API Exposure": "2.88%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.77%", + "Cognitive Load Exposure": "47.63%", + "Error & Exception Exposure": "86.41%", + "Tech Debt Exposure": "80.32%", + "Testing Exposure": "2.52%", + "API Exposure": "3.43%", + "Concurrency Exposure": "99.99%", + "State Flux Exposure": "100.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", @@ -346993,52 +347489,72 @@ }, "5. Function Analysis": [ { - "Function Name": "A-EXIT", - "Structural Impact": 7.8, - "Lines of Code (LOC)": 37, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 82, - "End Line": 118 + "Function Name": "__construct", + "Structural Impact": 17.4, + "Lines of Code (LOC)": 28, + "Control Flow Branches": 7, + "Input Parameters": 3, + "Control Flow Ratio": "46.7%", + "Start Line": 41, + "End Line": 68 }, { - "Function Name": "MAINLINE", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 3, + "Function Name": "cmpCallback", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 2, + "Input Parameters": 3, + "Control Flow Ratio": "28.6%", + "Start Line": 111, + "End Line": 124 + }, + { + "Function Name": "batch", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 96, + "End Line": 106 + }, + { + "Function Name": "promise", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 61, - "End Line": 79 + "Control Flow Ratio": "0.0%", + "Start Line": 73, + "End Line": 76 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 14, - "Function Parameters": 0, - "Function/Method Declarations": 2, + "Control Flow Branches": 10, + "Sequential Logic Declarations": 27, + "Function Parameters": 7, + "Function/Method Declarations": 4, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, + "Defensive Programming Constructs": 4, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 18, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 3, + "State Mutations / Variable Reassignments": 43, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 15, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, + "Asynchronous/Concurrent Execution": 12, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 3, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 8, - "Module Dependencies (Imports)": 1, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 5, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -347048,26 +347564,26 @@ "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, + "Manual Memory Allocation": 2, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 2, + "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 4, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 1, + "Private / Encapsulated Scopes": 2, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 88, + "Structural Space Indentations": 54, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -347080,11 +347596,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 4, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 1, - "Design Upper Case": 3, + "Design Pascal Case": 0, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -347096,7 +347612,7 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "Dynamic Code Execution (Eval/Exec)": 2, "Global Environment Mutation": 0, "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, @@ -347112,31 +347628,35 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 5, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA" + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\EachPromise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Promise\\PromisorInterface", + "Psr\\Http\\Message\\RequestInterface" ] }, - "cobol/cics-genapp/lgapdb01.cbl": { + "php/guzzle/RequestException.php": { "1. Artifact Identity": { - "Filename": "lgapdb01.cbl", - "Path": "cobol/cics-genapp/lgapdb01.cbl", - "Language": "Cobol", + "Filename": "RequestException.php", + "Path": "php/guzzle/RequestException.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -316.24, - "Y": -27.32, - "Z": 1750.03 + "X": -2961.36, + "Y": -250.76, + "Z": 5284.34 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -347145,130 +347665,130 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 596, - "Coding LOC": 408, - "Documentation LOC": 112, - "Structural Magnitude": 224.46, - "Control Flow Ratio": "75.0%", - "Popularity Rank": 0, + "Total LOC": 151, + "Coding LOC": 88, + "Documentation LOC": 44, + "Structural Magnitude": 123.76, + "Control Flow Ratio": "35.7%", + "Popularity Rank": 3, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.184 + "Raw Cognitive Density": 0.943 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "85.01%", - "Error & Exception Exposure": "79.14%", - "Tech Debt Exposure": "32.67%", - "Testing Exposure": "80.0%", - "API Exposure": "2.17%", + "Cognitive Load Exposure": "34.21%", + "Error & Exception Exposure": "90.58%", + "Tech Debt Exposure": "99.25%", + "Testing Exposure": "2.58%", + "API Exposure": "5.79%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "16.23%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "16.85%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 30.2, - "Lines of Code (LOC)": 105, - "Control Flow Branches": 24, - "Input Parameters": 0, - "Control Flow Ratio": "96.0%", - "Start Line": 144, - "End Line": 248 + "Function Name": "create", + "Structural Impact": 27.0, + "Lines of Code (LOC)": 50, + "Control Flow Branches": 9, + "Input Parameters": 5, + "Control Flow Ratio": "60.0%", + "Start Line": 63, + "End Line": 112 }, { - "Function Name": "INSERT-COMMERCIAL", - "Structural Impact": 14.5, - "Lines of Code (LOC)": 110, - "Control Flow Branches": 8, - "Input Parameters": 0, - "Control Flow Ratio": "80.0%", - "Start Line": 482, - "End Line": 591 + "Function Name": "__construct", + "Structural Impact": 10.5, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 3, + "Input Parameters": 5, + "Control Flow Ratio": "75.0%", + "Start Line": 31, + "End Line": 44 }, { - "Function Name": "INSERT-POLICY", - "Structural Impact": 11.1, - "Lines of Code (LOC)": 62, - "Control Flow Branches": 7, - "Input Parameters": 0, - "Control Flow Ratio": "87.5%", - "Start Line": 254, - "End Line": 315 + "Function Name": "wrapException", + "Structural Impact": 3.7, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "25.0%", + "Start Line": 49, + "End Line": 52 }, { - "Function Name": "INSERT-ENDOW", - "Structural Impact": 10.6, - "Lines of Code (LOC)": 71, - "Control Flow Branches": 6, + "Function Name": "getResponse", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 323, - "End Line": 393 + "Control Flow Ratio": "33.3%", + "Start Line": 125, + "End Line": 128 }, { - "Function Name": "INSERT-MOTOR", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 42, - "Control Flow Branches": 3, + "Function Name": "getRequest", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 436, - "End Line": 477 + "Control Flow Ratio": "0.0%", + "Start Line": 117, + "End Line": 120 }, { - "Function Name": "INSERT-HOUSE", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 34, - "Control Flow Branches": 3, + "Function Name": "hasResponse", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 398, - "End Line": 431 + "Control Flow Ratio": "0.0%", + "Start Line": 133, + "End Line": 136 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "getHandlerContext", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 251, - "End Line": 252 + "Start Line": 146, + "End Line": 149 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 51, - "Sequential Logic Declarations": 17, - "Function Parameters": 0, + "Control Flow Branches": 15, + "Sequential Logic Declarations": 27, + "Function Parameters": 7, "Function/Method Declarations": 7, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 12, + "Defensive Programming Constructs": 6, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 19, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 136, - "Commented-out Code (Dead Logic)": 9, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 7, + "State Mutations / Variable Reassignments": 68, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 18, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 31, - "Module Dependencies (Imports)": 3, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 5, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -347277,27 +347797,27 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 3, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 1, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Private / Encapsulated Scopes": 3, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 408, + "Structural Space Indentations": 78, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 24, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -347310,11 +347830,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 4, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 4, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -347342,33 +347862,35 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, - "Direct Downstream (Dependency Blast Radius)": 0, + "Direct Upstream (Fragility)": 5, + "Direct Downstream (Dependency Blast Radius)": 3, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "GuzzleHttp\\BodySummarizer", + "GuzzleHttp\\BodySummarizerInterface", + "Psr\\Http\\Client\\RequestExceptionInterface", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface" ] }, - "cobol/cics-genapp/lgapol01.cbl": { + "php/guzzle/StreamHandler.php": { "1. Artifact Identity": { - "Filename": "lgapol01.cbl", - "Path": "cobol/cics-genapp/lgapol01.cbl", - "Language": "Cobol", + "Filename": "StreamHandler.php", + "Path": "php/guzzle/StreamHandler.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": 104.64, - "Y": 13.12, - "Z": 2457.4 + "X": -2787.02, + "Y": -175.26, + "Z": 5541.07 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -347377,26 +347899,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 170, - "Coding LOC": 89, - "Documentation LOC": 57, - "Structural Magnitude": 53.18, - "Control Flow Ratio": "47.6%", + "Total LOC": 635, + "Coding LOC": 454, + "Documentation LOC": 90, + "Structural Magnitude": 535.58, + "Control Flow Ratio": "53.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.424 + "Raw Cognitive Density": 1.021 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "93.68%", - "Error & Exception Exposure": "82.52%", - "Tech Debt Exposure": "50.7%", - "Testing Exposure": "2.41%", - "API Exposure": "2.7%", + "Cognitive Load Exposure": "37.36%", + "Error & Exception Exposure": "78.48%", + "Tech Debt Exposure": "34.8%", + "Testing Exposure": "80.0%", + "API Exposure": "0.1%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "19.6%", + "Commented Logic Exposure": "5.43%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -347405,441 +347927,261 @@ }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 8.3, - "Lines of Code (LOC)": 47, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "83.3%", - "Start Line": 78, - "End Line": 124 + "Function Name": "createStream", + "Structural Impact": 39.0, + "Lines of Code (LOC)": 87, + "Control Flow Branches": 19, + "Input Parameters": 2, + "Control Flow Ratio": "57.6%", + "Start Line": 275, + "End Line": 361 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 8.1, - "Lines of Code (LOC)": 42, + "Function Name": "createResponse", + "Structural Impact": 31.5, + "Lines of Code (LOC)": 49, + "Control Flow Branches": 12, + "Input Parameters": 4, + "Control Flow Ratio": "54.5%", + "Start Line": 110, + "End Line": 158 + }, + { + "Function Name": "__invoke", + "Structural Impact": 30.6, + "Lines of Code (LOC)": 57, + "Control Flow Branches": 15, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 36, + "End Line": 92 + }, + { + "Function Name": "add_proxy", + "Structural Impact": 21.6, + "Lines of Code (LOC)": 29, + "Control Flow Branches": 8, + "Input Parameters": 4, + "Control Flow Ratio": "80.0%", + "Start Line": 429, + "End Line": 457 + }, + { + "Function Name": "resolveHost", + "Structural Impact": 20.3, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 10, + "Input Parameters": 2, + "Control Flow Ratio": "62.5%", + "Start Line": 363, + "End Line": 387 + }, + { + "Function Name": "checkDecode", + "Structural Impact": 17.5, + "Lines of Code (LOC)": 30, + "Control Flow Branches": 7, + "Input Parameters": 3, + "Control Flow Ratio": "70.0%", + "Start Line": 174, + "End Line": 203 + }, + { + "Function Name": "add_crypto_method", + "Structural Impact": 14.2, + "Lines of Code (LOC)": 15, "Control Flow Branches": 5, - "Input Parameters": 0, + "Input Parameters": 4, "Control Flow Ratio": "62.5%", - "Start Line": 127, - "End Line": 168 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 10, - "Sequential Logic Declarations": 11, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 34, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 89, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 6, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA" - ] - }, - "cobol/cics-genapp/lgapvs01.cbl": { - "1. Artifact Identity": { - "Filename": "lgapvs01.cbl", - "Path": "cobol/cics-genapp/lgapvs01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -587.84, - "Y": 21.53, - "Z": 1385.51 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 189, - "Coding LOC": 146, - "Documentation LOC": 28, - "Structural Magnitude": 105.52, - "Control Flow Ratio": "51.7%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.264 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "88.64%", - "Error & Exception Exposure": "90.6%", - "Tech Debt Exposure": "43.19%", - "Testing Exposure": "2.39%", - "API Exposure": "2.64%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Start Line": 500, + "End Line": 514 + }, { - "Function Name": "MAINLINE", - "Structural Impact": 13.7, - "Lines of Code (LOC)": 54, - "Control Flow Branches": 10, - "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 92, - "End Line": 145 + "Function Name": "parse_proxy", + "Structural Impact": 13.9, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 8, + "Input Parameters": 1, + "Control Flow Ratio": "72.7%", + "Start Line": 462, + "End Line": 485 }, { - "Function Name": "A-EXIT", - "Structural Impact": 7.9, - "Lines of Code (LOC)": 38, + "Function Name": "invokeStats", + "Structural Impact": 12.8, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 4, + "Input Parameters": 5, + "Control Flow Ratio": "66.7%", + "Start Line": 94, + "End Line": 105 + }, + { + "Function Name": "add_verify", + "Structural Impact": 12.3, + "Lines of Code (LOC)": 22, + "Control Flow Branches": 4, + "Input Parameters": 4, + "Control Flow Ratio": "50.0%", + "Start Line": 519, + "End Line": 540 + }, + { + "Function Name": "createResource", + "Structural Impact": 10.0, + "Lines of Code (LOC)": 31, "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 148, - "End Line": 185 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 15, - "Sequential Logic Declarations": 14, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 80, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 11, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 2, - "Explicit Type Casts": 4, - "Fatal Aborts & Exceptions": 1, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 146, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 1, - "Design Upper Case": 4, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 2, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA" - ] - }, - "cobol/cics-genapp/lgastat1.cbl": { - "1. Artifact Identity": { - "Filename": "lgastat1.cbl", - "Path": "cobol/cics-genapp/lgastat1.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -652.73, - "Y": -25.22, - "Z": 1431.5 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 141, - "Coding LOC": 106, - "Documentation LOC": 23, - "Structural Magnitude": 47.52, - "Control Flow Ratio": "52.4%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.104 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "80.46%", - "Error & Exception Exposure": "76.6%", - "Tech Debt Exposure": "40.68%", - "Testing Exposure": "2.39%", - "API Exposure": "2.8%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.98%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Input Parameters": 1, + "Control Flow Ratio": "38.5%", + "Start Line": 240, + "End Line": 270 + }, { - "Function Name": "MAINLINE", - "Structural Impact": 15.3, - "Lines of Code (LOC)": 67, - "Control Flow Branches": 11, - "Input Parameters": 0, - "Control Flow Ratio": "91.7%", - "Start Line": 68, - "End Line": 134 + "Function Name": "getDefaultContext", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 36, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 389, + "End Line": 424 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 136, - "End Line": 137 + "Function Name": "add_debug", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 2, + "Input Parameters": 4, + "Control Flow Ratio": "28.6%", + "Start Line": 579, + "End Line": 611 + }, + { + "Function Name": "createSink", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "42.9%", + "Start Line": 160, + "End Line": 169 + }, + { + "Function Name": "add_cert", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 2, + "Input Parameters": 4, + "Control Flow Ratio": "50.0%", + "Start Line": 545, + "End Line": 557 + }, + { + "Function Name": "drain", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 2, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 213, + "End Line": 229 + }, + { + "Function Name": "addNotification", + "Structural Impact": 5.8, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "66.7%", + "Start Line": 613, + "End Line": 624 + }, + { + "Function Name": "add_progress", + "Structural Impact": 5.1, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, + "Input Parameters": 4, + "Control Flow Ratio": "25.0%", + "Start Line": 562, + "End Line": 574 + }, + { + "Function Name": "add_timeout", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 4, + "Control Flow Ratio": "50.0%", + "Start Line": 490, + "End Line": 495 + }, + { + "Function Name": "callArray", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "16.7%", + "Start Line": 626, + "End Line": 633 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 11, - "Sequential Logic Declarations": 10, - "Function Parameters": 0, - "Function/Method Declarations": 2, + "Control Flow Branches": 116, + "Sequential Logic Declarations": 102, + "Function Parameters": 27, + "Function/Method Declarations": 20, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, + "Defensive Programming Constructs": 47, + "Type/Safety Bypasses": 1, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, + "I/O and Network Boundaries": 10, "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 28, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "State Mutations / Variable Reassignments": 244, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 36, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 4, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Collection Iterators / Comprehensions": 1, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 1, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 12, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, + "Server-Side Rendering Contexts": 1, + "Event Publishers / Emitters": 3, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, + "Manual Memory Allocation": 13, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Explicit Type Casts": 6, + "Fatal Aborts & Exceptions": 14, + "Thread Sleeps & Blocking Waits": 1, + "Bitwise Operations": 16, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 2, + "Private / Encapsulated Scopes": 20, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 106, + "Structural Space Indentations": 437, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 2, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -347852,25 +348194,25 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 5, + "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 1, + "Orphaned Logic": 8, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, + "High-Entropy / Obfuscated Logic": 1, "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "External Network & I/O Hooks": 2, + "Dynamic Code Execution (Eval/Exec)": 2, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 5, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -347884,43 +348226,81 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 14, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA" + "'close'", + "GuzzleHttp\\Exception\\ConnectException", + "GuzzleHttp\\Exception\\RequestException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\FulfilledPromise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Psr7", + "GuzzleHttp\\TransferStats", + "GuzzleHttp\\Utils", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface", + "Psr\\Http\\Message\\StreamInterface", + "Psr\\Http\\Message\\UriInterface", + "a\n // Connection: close header\n if ($request->getProtocolVersion() === '1.1'\n && !$request->hasHeader('Connection')\n ) \n $request = $request->withHeader('Connection'" ] - }, - "cobol/cics-genapp/lgcmarea.cpy": { + } + } + }, + "java/springboot": { + "Directory Group Magnitude": 1813.24, + "File Count": 8, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "87.5%", + "Static: Literature & Documentation": "12.5%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "11.93%", + "Error & Exception Exposure": "57.62%", + "Tech Debt Exposure": "56.31%", + "Testing Exposure": "60.23%", + "API Exposure": "4.18%", + "Concurrency Exposure": "14.64%", + "State Flux Exposure": "31.05%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "84.17%", + "Instability Exposure": "43.75%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "23.55%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "java/springboot/LICENSE.txt": { "1. Artifact Identity": { - "Filename": "lgcmarea.cpy", - "Path": "cobol/cics-genapp/lgcmarea.cpy", - "Language": "Cobol", + "Filename": "LICENSE.txt", + "Path": "java/springboot/LICENSE.txt", + "Language": "Plaintext", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cpy)" + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.txt)" }, "2. Topological Coordinates": { - "X": 835.81, - "Y": 58.09, - "Z": 2233.54 + "X": 4588.05, + "Y": -161.13, + "Z": -2874.41 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 104, - "Coding LOC": 85, - "Documentation LOC": 18, - "Structural Magnitude": 0.83, + "Total LOC": 202, + "Coding LOC": 0, + "Documentation LOC": 169, + "Structural Magnitude": 4.04, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -347929,19 +348309,19 @@ "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -347963,12 +348343,12 @@ "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 8, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -347983,7 +348363,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 8, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -347994,7 +348374,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 85, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -348050,22 +348430,23 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cics-genapp/lgdpdb01.cbl": { + "java/springboot/AutoConfigurationImportSelector.java": { "1. Artifact Identity": { - "Filename": "lgdpdb01.cbl", - "Path": "cobol/cics-genapp/lgdpdb01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "AutoConfigurationImportSelector.java", + "Path": "java/springboot/AutoConfigurationImportSelector.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "DeferredImportSelector, BeanClassLoaderAware,, DeferredImportSelector", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -211.05, - "Y": -31.99, - "Z": 2057.29 + "X": 4952.09, + "Y": -122.07, + "Z": -2730.55 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -348074,470 +348455,559 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 246, - "Coding LOC": 131, - "Documentation LOC": 85, - "Structural Magnitude": 85.22, - "Control Flow Ratio": "56.7%", + "Total LOC": 574, + "Coding LOC": 413, + "Documentation LOC": 78, + "Structural Magnitude": 248.86, + "Control Flow Ratio": "34.3%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.414 + "Raw Cognitive Density": 0.608 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "93.44%", - "Error & Exception Exposure": "84.3%", - "Tech Debt Exposure": "31.38%", - "Testing Exposure": "2.41%", - "API Exposure": "2.52%", + "Cognitive Load Exposure": "18.07%", + "Error & Exception Exposure": "78.53%", + "Tech Debt Exposure": "75.62%", + "Testing Exposure": "80.0%", + "API Exposure": "4.42%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "9.38%", + "State Flux Exposure": "62.38%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "46.35%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 13.2, - "Lines of Code (LOC)": 65, + "Function Name": "filter", + "Structural Impact": 15.6, + "Lines of Code (LOC)": 29, "Control Flow Branches": 9, - "Input Parameters": 0, - "Control Flow Ratio": "90.0%", - "Start Line": 109, - "End Line": 173 + "Input Parameters": 1, + "Control Flow Ratio": "69.2%", + "Start Line": 399, + "End Line": 427 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 12.4, - "Lines of Code (LOC)": 69, - "Control Flow Branches": 8, + "Function Name": "selectImports", + "Structural Impact": 14.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 13, "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 176, - "End Line": 244 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 17, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 10, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 56, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 13, - "Module Dependencies (Imports)": 2, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 131, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 10, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA", - "SQLCA" - ] - }, - "cobol/cics-genapp/lgdpol01.cbl": { - "1. Artifact Identity": { - "Filename": "lgdpol01.cbl", - "Path": "cobol/cics-genapp/lgdpol01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": 535.78, - "Y": -1.21, - "Z": 1862.55 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 187, - "Coding LOC": 101, - "Documentation LOC": 61, - "Structural Magnitude": 65.42, - "Control Flow Ratio": "57.1%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.453 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "94.33%", - "Error & Exception Exposure": "81.23%", - "Tech Debt Exposure": "43.23%", - "Testing Exposure": "2.43%", - "API Exposure": "2.65%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "11.53%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Control Flow Ratio": "81.2%", + "Start Line": 488, + "End Line": 505 + }, { - "Function Name": "MAINLINE", - "Structural Impact": 14.8, - "Lines of Code (LOC)": 56, - "Control Flow Branches": 11, - "Input Parameters": 0, - "Control Flow Ratio": "91.7%", - "Start Line": 76, - "End Line": 131 + "Function Name": "checkExcludedClasses", + "Structural Impact": 12.7, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 6, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 212, + "End Line": 223 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 8.6, - "Lines of Code (LOC)": 52, + "Function Name": "invokeAwareMethods", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 16, "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 134, - "End Line": 185 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 16, - "Sequential Logic Declarations": 12, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 39, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 10, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 101, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 7, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA" - ] - }, - "cobol/cics-genapp/lgdpvs01.cbl": { - "1. Artifact Identity": { - "Filename": "lgdpvs01.cbl", - "Path": "cobol/cics-genapp/lgdpvs01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -501.76, - "Y": 0.84, - "Z": 2302.51 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 133, - "Coding LOC": 97, - "Documentation LOC": 28, - "Structural Magnitude": 37.84, - "Control Flow Ratio": "36.4%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.948 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "68.86%", - "Error & Exception Exposure": "74.0%", - "Tech Debt Exposure": "70.07%", - "Testing Exposure": "2.38%", - "API Exposure": "2.83%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.91%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Input Parameters": 1, + "Control Flow Ratio": "83.3%", + "Start Line": 329, + "End Line": 344 + }, { - "Function Name": "A-EXIT", - "Structural Impact": 7.9, - "Lines of Code (LOC)": 38, - "Control Flow Branches": 5, + "Function Name": "process", + "Structural Impact": 8.0, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 466, + "End Line": 486 + }, + { + "Function Name": "getExcludeAutoConfigurationsProperty", + "Structural Impact": 7.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 92, - "End Line": 129 + "Control Flow Ratio": "54.5%", + "Start Line": 263, + "End Line": 276 }, { - "Function Name": "MAINLINE", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 20, + "Function Name": "fireAutoConfigurationImportEvents", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 10, "Control Flow Branches": 3, - "Input Parameters": 0, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 314, + "End Line": 323 + }, + { + "Function Name": "handleInvalidExcludes", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 230, + "End Line": 238 + }, + { + "Function Name": "AutoConfigurationImportSelector", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 3, + "Input Parameters": 1, "Control Flow Ratio": "75.0%", - "Start Line": 70, - "End Line": 89 + "Start Line": 113, + "End Line": 116 + }, + { + "Function Name": "sortAutoConfigurations", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 520, + "End Line": 527 + }, + { + "Function Name": "getConfigurationClassFilter", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 282, + "End Line": 293 + }, + { + "Function Name": "getExclusions", + "Structural Impact": 3.9, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 247, + "End Line": 255 + }, + { + "Function Name": "getAttributes", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 176, + "End Line": 182 + }, + { + "Function Name": "getAutoConfigurationEntry", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "25.0%", + "Start Line": 142, + "End Line": 155 + }, + { + "Function Name": "getMetadataReaderFactory", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 529, + "End Line": 537 + }, + { + "Function Name": "selectImports", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 118, + "End Line": 125 + }, + { + "Function Name": "getExclusionFilter", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 127, + "End Line": 130 + }, + { + "Function Name": "isEnabled", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "20.0%", + "Start Line": 162, + "End Line": 167 + }, + { + "Function Name": "getAutoConfigurationReplacements", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 295, + "End Line": 303 + }, + { + "Function Name": "getCandidateConfigurations", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 200, + "End Line": 210 + }, + { + "Function Name": "getAutoConfigurationMetadata", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 513, + "End Line": 518 + }, + { + "Function Name": "getImportGroup", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "25.0%", + "Start Line": 157, + "End Line": 160 + }, + { + "Function Name": "getAnnotationClass", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 188, + "End Line": 190 + }, + { + "Function Name": "asList", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 309, + "End Line": 312 + }, + { + "Function Name": "ConfigurationClassFilter", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 394, + "End Line": 397 + }, + { + "Function Name": "AutoConfigurationEntry", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 558, + "End Line": 561 + }, + { + "Function Name": "setBeanFactory", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 346, + "End Line": 350 + }, + { + "Function Name": "getEntry", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 507, + "End Line": 511 + }, + { + "Function Name": "shouldExclude", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 132, + "End Line": 134 + }, + { + "Function Name": "removeDuplicates", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 305, + "End Line": 307 + }, + { + "Function Name": "setBeanClassLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 356, + "End Line": 359 + }, + { + "Function Name": "setEnvironment", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 365, + "End Line": 368 + }, + { + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 374, + "End Line": 377 + }, + { + "Function Name": "setBeanClassLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 451, + "End Line": 454 + }, + { + "Function Name": "setBeanFactory", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 456, + "End Line": 459 + }, + { + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 461, + "End Line": 464 + }, + { + "Function Name": "getOrder", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 383, + "End Line": 386 + }, + { + "Function Name": "AutoConfigurationEntry", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 547, + "End Line": 550 + }, + { + "Function Name": "AutoConfigurationImportSelector", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 109, + "End Line": 111 + }, + { + "Function Name": "getAutoConfigurationImportFilters", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 278, + "End Line": 280 + }, + { + "Function Name": "getAutoConfigurationImportListeners", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 325, + "End Line": 327 + }, + { + "Function Name": "getBeanFactory", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 352, + "End Line": 354 + }, + { + "Function Name": "getBeanClassLoader", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 361, + "End Line": 363 + }, + { + "Function Name": "getEnvironment", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 370, + "End Line": 372 + }, + { + "Function Name": "getResourceLoader", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 379, + "End Line": 381 + }, + { + "Function Name": "getConfigurations", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 563, + "End Line": 565 + }, + { + "Function Name": "getExclusions", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 567, + "End Line": 569 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 14, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 70, + "Sequential Logic Declarations": 134, + "Function Parameters": 56, + "Function/Method Declarations": 47, + "Class/Entity Declarations": 4, + "Defensive Programming Constructs": 9, + "Type/Safety Bypasses": 26, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 22, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 34, + "State Mutations / Variable Reassignments": 39, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 27, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 11, + "Global State Dependencies": 0, + "Decorators and Annotations": 22, + "Generic Type Abstractions": 44, + "Collection Iterators / Comprehensions": 13, "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 7, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, + "Module Dependencies (Imports)": 42, + "Authorship Metadata": 6, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 4, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 2, - "Explicit Type Casts": 0, + "Structured Telemetry & Logging": 1, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 2, "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, + "Immutable Data Declarations": 18, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, + "Private / Encapsulated Scopes": 52, + "Event Listeners & Subscribers": 1, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 97, + "Structural Tab Indentations": 368, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -348550,15 +349020,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 1, + "Core Var Decl": 46, + "Design Camel Case": 16, + "Design Snake Case": 26, + "Design Pascal Case": 0, "Design Upper Case": 4, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Design Short Vars": 1, + "Design Long Vars": 5, + "Duplicate Logic": 4, + "Orphaned Logic": 5, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -348582,31 +349052,73 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 42, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA" + "java.util.ArrayList", + "java.util.Arrays", + "java.util.Collection", + "java.util.Collections", + "java.util.HashSet", + "java.util.LinkedHashMap", + "java.util.LinkedHashSet", + "java.util.List", + "java.util.Map", + "java.util.Set", + "java.util.concurrent.TimeUnit", + "java.util.function.Predicate", + "java.util.stream.Collectors", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.jspecify.annotations.Nullable", + "org.springframework.beans.BeansException", + "org.springframework.beans.factory.Aware", + "org.springframework.beans.factory.BeanClassLoaderAware", + "org.springframework.beans.factory.BeanFactory", + "org.springframework.beans.factory.BeanFactoryAware", + "org.springframework.beans.factory.NoSuchBeanDefinitionException", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.boot.context.annotation.ImportCandidates", + "org.springframework.boot.context.properties.bind.Binder", + "org.springframework.context.EnvironmentAware", + "org.springframework.context.ResourceLoaderAware", + "org.springframework.context.annotation.Configuration", + "org.springframework.context.annotation.DeferredImportSelector", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.AnnotationAttributes", + "org.springframework.core.env.ConfigurableEnvironment", + "org.springframework.core.env.Environment", + "org.springframework.core.io.ResourceLoader", + "org.springframework.core.io.support.SpringFactoriesLoader", + "org.springframework.core.type.AnnotationMetadata", + "org.springframework.core.type.classreading.CachingMetadataReaderFactory", + "org.springframework.core.type.classreading.MetadataReaderFactory", + "org.springframework.util.Assert", + "org.springframework.util.ClassUtils", + "org.springframework.util.CollectionUtils", + "org.springframework.util.StringUtils" ] }, - "cobol/cics-genapp/lgicdb01.cbl": { + "java/springboot/Binder.java": { "1. Artifact Identity": { - "Filename": "lgicdb01.cbl", - "Path": "cobol/cics-genapp/lgicdb01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "Binder.java", + "Path": "java/springboot/Binder.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "BindContext", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": 411.38, - "Y": 45.49, - "Z": 1188.35 + "X": 5165.19, + "Y": -18.98, + "Z": -1961.59 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -348615,26 +349127,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 246, - "Coding LOC": 141, - "Documentation LOC": 77, - "Structural Magnitude": 93.62, - "Control Flow Ratio": "58.1%", - "Popularity Rank": 0, + "Total LOC": 701, + "Coding LOC": 419, + "Documentation LOC": 208, + "Structural Magnitude": 234.58, + "Control Flow Ratio": "37.0%", + "Popularity Rank": 3, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.339 + "Raw Cognitive Density": 0.263 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "91.33%", - "Error & Exception Exposure": "85.33%", - "Tech Debt Exposure": "62.58%", - "Testing Exposure": "2.42%", - "API Exposure": "2.52%", + "Cognitive Load Exposure": "6.24%", + "Error & Exception Exposure": "87.77%", + "Tech Debt Exposure": "35.65%", + "Testing Exposure": "80.0%", + "API Exposure": "4.06%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "12.98%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -348643,73 +349155,543 @@ }, "5. Function Analysis": [ { - "Function Name": "GET-CUSTOMER-INFO", - "Structural Impact": 16.9, - "Lines of Code (LOC)": 79, - "Control Flow Branches": 12, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 165, - "End Line": 243 + "Function Name": "Binder", + "Structural Impact": 22.4, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 7, + "Input Parameters": 6, + "Control Flow Ratio": "77.8%", + "Start Line": 201, + "End Line": 224 }, { - "Function Name": "MAINLINE", - "Structural Impact": 9.7, - "Lines of Code (LOC)": 53, + "Function Name": "isUnbindableBean", + "Structural Impact": 14.7, + "Lines of Code (LOC)": 13, "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 100, - "End Line": 152 + "Input Parameters": 3, + "Control Flow Ratio": "60.0%", + "Start Line": 529, + "End Line": 541 }, { - "Function Name": "MAINLINE-END", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 155, - "End Line": 157 + "Function Name": "bindDataObject", + "Structural Impact": 9.5, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 498, + "End Line": 514 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, + "Function Name": "bindObject", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 7, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 162, - "End Line": 163 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", + "Control Flow Ratio": "58.3%", + "Start Line": 423, + "End Line": 449 + }, + { + "Function Name": "Binder", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 6, + "Control Flow Ratio": "100.0%", + "Start Line": 176, + "End Line": 184 + }, + { + "Function Name": "handleBindResult", + "Structural Impact": 8.3, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "57.1%", + "Start Line": 383, + "End Line": 407 + }, + { + "Function Name": "bind", + "Structural Impact": 8.0, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "57.1%", + "Start Line": 364, + "End Line": 381 + }, + { + "Function Name": "getAggregateBinder", + "Structural Impact": 7.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "37.5%", + "Start Line": 451, + "End Line": 463 + }, + { + "Function Name": "withSource", + "Structural Impact": 7.7, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 603, + "End Line": 617 + }, + { + "Function Name": "containsNoDescendantOf", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 543, + "End Line": 551 + }, + { + "Function Name": "bindAggregate", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 465, + "End Line": 474 + }, + { + "Function Name": "findProperty", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "57.1%", + "Start Line": 476, + "End Line": 488 + }, + { + "Function Name": "bind", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 354, + "End Line": 362 + }, + { + "Function Name": "handleBindError", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 409, + "End Line": 421 + }, + { + "Function Name": "fromDataObjectBinders", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 516, + "End Line": 527 + }, + { + "Function Name": "withDataObject", + "Structural Impact": 4.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 619, + "End Line": 627 + }, + { + "Function Name": "withIncreasedDepth", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 633, + "End Line": 641 + }, + { + "Function Name": "isBindingDataObject", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 629, + "End Line": 631 + }, + { + "Function Name": "pushConstructorBoundTypes", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 651, + "End Line": 653 + }, + { + "Function Name": "Binder", + "Structural Impact": 2.7, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 5, + "Control Flow Ratio": "0.0%", + "Start Line": 154, + "End Line": 159 + }, + { + "Function Name": "Binder", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 4, + "Control Flow Ratio": "0.0%", + "Start Line": 135, + "End Line": 139 + }, + { + "Function Name": "getSources", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 685, + "End Line": 691 + }, + { + "Function Name": "Binder", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 120, + "End Line": 123 + }, + { + "Function Name": "bind", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 287, + "End Line": 290 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 349, + "End Line": 352 + }, + { + "Function Name": "bind", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 274, + "End Line": 276 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 334, + "End Line": 336 + }, + { + "Function Name": "get", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 572, + "End Line": 576 + }, + { + "Function Name": "Binder", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 109, + "End Line": 111 + }, + { + "Function Name": "bind", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 235, + "End Line": 237 + }, + { + "Function Name": "bind", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 248, + "End Line": 250 + }, + { + "Function Name": "bind", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 261, + "End Line": 263 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 303, + "End Line": 305 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 318, + "End Line": 320 + }, + { + "Function Name": "Binder", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 86, + "End Line": 88 + }, + { + "Function Name": "sourcesAsList", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 90, + "End Line": 93 + }, + { + "Function Name": "Binder", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 100, + "End Line": 102 + }, + { + "Function Name": "get", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 559, + "End Line": 561 + }, + { + "Function Name": "setConfigurationProperty", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 643, + "End Line": 645 + }, + { + "Function Name": "bindProperty", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 490, + "End Line": 496 + }, + { + "Function Name": "getBinder", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 675, + "End Line": 678 + }, + { + "Function Name": "getDepth", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 680, + "End Line": 683 + }, + { + "Function Name": "getConfigurationProperty", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 693, + "End Line": 696 + }, + { + "Function Name": "increaseDepth", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 595, + "End Line": 597 + }, + { + "Function Name": "decreaseDepth", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 599, + "End Line": 601 + }, + { + "Function Name": "clearConfigurationProperty", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 647, + "End Line": 649 + }, + { + "Function Name": "isNestedConstructorBinding", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 655, + "End Line": 657 + }, + { + "Function Name": "popConstructorBoundTypes", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 659, + "End Line": 661 + }, + { + "Function Name": "getPlaceholdersResolver", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 663, + "End Line": 665 + }, + { + "Function Name": "getConverter", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 667, + "End Line": 669 + }, + { + "Function Name": "getCache", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 671, + "End Line": 673 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 18, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 5, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 71, + "Sequential Logic Declarations": 121, + "Function Parameters": 47, + "Function/Method Declarations": 51, + "Class/Entity Declarations": 2, + "Defensive Programming Constructs": 14, + "Type/Safety Bypasses": 63, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 61, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 24, + "State Mutations / Variable Reassignments": 5, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 109, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 11, + "Global State Dependencies": 0, + "Decorators and Annotations": 20, + "Generic Type Abstractions": 86, + "Collection Iterators / Comprehensions": 1, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 12, - "Module Dependencies (Imports)": 3, - "Authorship Metadata": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 32, + "Authorship Metadata": 2, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -348717,27 +349699,27 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 1, + "Fatal Aborts & Exceptions": 4, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 5, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, + "Immutable Data Declarations": 14, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, + "Private / Encapsulated Scopes": 34, + "Event Listeners & Subscribers": 6, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 141, + "Structural Tab Indentations": 384, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 9, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -348750,15 +349732,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 47, + "Design Camel Case": 18, + "Design Snake Case": 28, "Design Pascal Case": 0, - "Design Upper Case": 3, - "Design Short Vars": 0, + "Design Upper Case": 1, + "Design Short Vars": 1, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 3, + "Orphaned Logic": 8, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -348782,33 +349764,63 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, - "Direct Downstream (Dependency Blast Radius)": 0, + "Direct Upstream (Fragility)": 32, + "Direct Downstream (Dependency Blast Radius)": 3, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "java.util.ArrayDeque", + "java.util.Arrays", + "java.util.Collection", + "java.util.Collections", + "java.util.Deque", + "java.util.HashMap", + "java.util.HashSet", + "java.util.List", + "java.util.Map", + "java.util.Set", + "java.util.function.Consumer", + "java.util.function.Function", + "java.util.function.Supplier", + "org.jspecify.annotations.Nullable", + "org.springframework.beans.PropertyEditorRegistry", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.boot.context.properties.bind.Bindable.BindRestriction", + "org.springframework.boot.context.properties.source.ConfigurationProperty", + "org.springframework.boot.context.properties.source.ConfigurationPropertyCaching", + "org.springframework.boot.context.properties.source.ConfigurationPropertyName", + "org.springframework.boot.context.properties.source.ConfigurationPropertySource", + "org.springframework.boot.context.properties.source.ConfigurationPropertySources", + "org.springframework.boot.context.properties.source.ConfigurationPropertyState", + "org.springframework.boot.convert.ApplicationConversionService", + "org.springframework.core.convert.ConversionService", + "org.springframework.core.convert.ConverterNotFoundException", + "org.springframework.core.env.Environment", + "org.springframework.format.support.DefaultFormattingConversionService", + "org.springframework.lang.Contract", + "org.springframework.util.Assert", + "org.springframework.util.ConcurrentReferenceHashMap", + "org.springframework.util.ObjectUtils" ] }, - "cobol/cics-genapp/lgicus01.cbl": { + "java/springboot/JarLauncher.java": { "1. Artifact Identity": { - "Filename": "lgicus01.cbl", - "Path": "cobol/cics-genapp/lgicus01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "JarLauncher.java", + "Path": "java/springboot/JarLauncher.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "ExecutableArchiveLauncher", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -663.81, - "Y": -14.29, - "Z": 1940.15 + "X": 4732.72, + "Y": 6.64, + "Z": -1872.44 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -348817,101 +349829,91 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 167, - "Coding LOC": 96, - "Documentation LOC": 49, - "Structural Magnitude": 64.12, - "Control Flow Ratio": "47.8%", + "Total LOC": 44, + "Coding LOC": 11, + "Documentation LOC": 26, + "Structural Magnitude": 8.52, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.385 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "92.7%", - "Error & Exception Exposure": "85.43%", - "Tech Debt Exposure": "87.29%", - "Testing Exposure": "2.42%", - "API Exposure": "2.71%", + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "99.86%", + "Testing Exposure": "1.83%", + "API Exposure": "6.76%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "73.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "21.25%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 8.7, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 75, - "End Line": 107 - }, - { - "Function Name": "GET-CUSTOMER-INFO", - "Structural Impact": 8.3, - "Lines of Code (LOC)": 47, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 119, - "End Line": 165 + "Function Name": "JarLauncher", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 35, + "End Line": 37 }, { - "Function Name": "MAINLINE-END", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "main", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 0, + "Input Parameters": 1, "Control Flow Ratio": "0.0%", - "Start Line": 110, - "End Line": 111 + "Start Line": 39, + "End Line": 41 }, { - "Function Name": "MAINLINE-EXIT", + "Function Name": "JarLauncher", "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 116, - "End Line": 117 + "Start Line": 32, + "End Line": 33 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 11, - "Sequential Logic Declarations": 12, - "Function Parameters": 0, - "Function/Method Declarations": 4, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 8, + "Function Parameters": 3, + "Function/Method Declarations": 3, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 42, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 4, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 2, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 2, - "Authorship Metadata": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 4, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -348919,7 +349921,7 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, @@ -348931,15 +349933,15 @@ "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Private / Encapsulated Scopes": 1, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 96, + "Structural Tab Indentations": 8, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 6, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -348960,7 +349962,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 3, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -348984,32 +349986,30 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY" - ] + "9. Extracted Dependencies": [] }, - "cobol/cics-genapp/lgicvs01.cbl": { + "java/springboot/OnClassCondition.java": { "1. Artifact Identity": { - "Filename": "lgicvs01.cbl", - "Path": "cobol/cics-genapp/lgicvs01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "OnClassCondition.java", + "Path": "java/springboot/OnClassCondition.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "FilteringSpringBootCondition, OutcomesResolver", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -36.24, - "Y": -7.88, - "Z": 1203.23 + "X": 4360.16, + "Y": -134.84, + "Z": -2381.12 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -349018,81 +350018,201 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 231, - "Coding LOC": 180, - "Documentation LOC": 34, - "Structural Magnitude": 117.3, - "Control Flow Ratio": "67.6%", + "Total LOC": 254, + "Coding LOC": 192, + "Documentation LOC": 27, + "Structural Magnitude": 101.24, + "Control Flow Ratio": "31.9%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.578 + "Raw Cognitive Density": 0.526 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "96.48%", - "Error & Exception Exposure": "80.49%", - "Tech Debt Exposure": "33.3%", - "Testing Exposure": "2.4%", - "API Exposure": "2.55%", - "Concurrency Exposure": "92.4%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "6.85%", + "Cognitive Load Exposure": "24.46%", + "Error & Exception Exposure": "78.8%", + "Tech Debt Exposure": "12.14%", + "Testing Exposure": "80.0%", + "API Exposure": "0.93%", + "Concurrency Exposure": "32.97%", + "State Flux Exposure": "39.63%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "13.82%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 30.6, - "Lines of Code (LOC)": 133, - "Control Flow Branches": 23, + "Function Name": "getMatchOutcome", + "Structural Impact": 10.2, + "Lines of Code (LOC)": 30, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "23.5%", + "Start Line": 86, + "End Line": 115 + }, + { + "Function Name": "resolveOutcomes", + "Structural Impact": 10.1, + "Lines of Code (LOC)": 41, + "Control Flow Branches": 7, "Input Parameters": 0, - "Control Flow Ratio": "95.8%", - "Start Line": 91, - "End Line": 223 + "Control Flow Ratio": "58.3%", + "Start Line": 141, + "End Line": 181 }, { - "Function Name": "A-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "addAll", + "Structural Impact": 9.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "80.0%", + "Start Line": 129, + "End Line": 137 + }, + { + "Function Name": "getOutcome", + "Structural Impact": 7.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 224, + "End Line": 240 + }, + { + "Function Name": "resolveOutcomes", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "71.4%", + "Start Line": 165, + "End Line": 179 + }, + { + "Function Name": "ThreadedOutcomesResolver", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 153, + "End Line": 163 + }, + { + "Function Name": "getOutcomes", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 209, + "End Line": 222 + }, + { + "Function Name": "getOutcomes", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "40.0%", + "Start Line": 48, + "End Line": 62 + }, + { + "Function Name": "getCandidates", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "40.0%", + "Start Line": 117, + "End Line": 127 + }, + { + "Function Name": "StandardOutcomesResolver", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 5, + "Control Flow Ratio": "0.0%", + "Start Line": 195, + "End Line": 202 + }, + { + "Function Name": "createOutcomesResolver", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 4, + "Control Flow Ratio": "0.0%", + "Start Line": 79, + "End Line": 84 + }, + { + "Function Name": "getOutcome", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "20.0%", + "Start Line": 242, + "End Line": 249 + }, + { + "Function Name": "resolveOutcomesThreaded", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 14, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 226, - "End Line": 228 + "Start Line": 64, + "End Line": 77 + }, + { + "Function Name": "resolveOutcomes", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 204, + "End Line": 207 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 23, - "Sequential Logic Declarations": 11, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 10, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 29, + "Sequential Logic Declarations": 62, + "Function Parameters": 8, + "Function/Method Declarations": 14, + "Class/Entity Declarations": 4, + "Defensive Programming Constructs": 6, + "Type/Safety Bypasses": 15, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 30, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 69, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 4, + "State Mutations / Variable Reassignments": 14, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 3, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 12, + "Asynchronous/Concurrent Execution": 8, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, + "Closures and Anonymous Functions": 1, + "Global State Dependencies": 0, + "Decorators and Annotations": 11, + "Generic Type Abstractions": 9, "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 1, - "Metaprogramming & Reflection": 17, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 4, + "Module Dependencies (Imports)": 15, + "Authorship Metadata": 1, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -349105,25 +350225,25 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 3, - "Fatal Aborts & Exceptions": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, - "Thread Synchronization Locks": 1, - "Immutable Data Declarations": 0, + "Thread Synchronization Locks": 3, + "Immutable Data Declarations": 9, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 1, + "Private / Encapsulated Scopes": 21, + "Event Listeners & Subscribers": 8, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 180, + "Structural Tab Indentations": 173, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 1, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, - "Regex Execution": 0, + "Regex Execution": 1, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, @@ -349133,15 +350253,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 1, - "Design Upper Case": 2, - "Design Short Vars": 0, + "Core Var Decl": 25, + "Design Camel Case": 13, + "Design Snake Case": 12, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 1, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -349165,29 +350285,46 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, + "Direct Upstream (Fragility)": 15, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/lgipdb01.cbl": { - "1. Artifact Identity": { - "Filename": "lgipdb01.cbl", - "Path": "cobol/cics-genapp/lgipdb01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -59.32, - "Y": -21.24, - "Z": 1715.59 + "9. Extracted Dependencies": [ + "java.util.ArrayList", + "java.util.Collections", + "java.util.List", + "org.jspecify.annotations.Nullable", + "org.springframework.boot.autoconfigure.AutoConfigurationImportFilter", + "org.springframework.boot.autoconfigure.AutoConfigurationMetadata", + "org.springframework.boot.autoconfigure.condition.ConditionMessage.Style", + "org.springframework.context.annotation.Condition", + "org.springframework.context.annotation.ConditionContext", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.Order", + "org.springframework.core.type.AnnotatedTypeMetadata", + "org.springframework.util.MultiValueMap", + "org.springframework.util.ReflectionUtils", + "org.springframework.util.StringUtils" + ] + }, + "java/springboot/ServletWebServerApplicationContext.java": { + "1. Artifact Identity": { + "Filename": "ServletWebServerApplicationContext.java", + "Path": "java/springboot/ServletWebServerApplicationContext.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "GenericWebApplicationContext", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .java)" + }, + "2. Topological Coordinates": { + "X": 5382.14, + "Y": -53.71, + "Z": -2689.64 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -349196,199 +350333,269 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 1031, - "Coding LOC": 739, - "Documentation LOC": 180, - "Structural Magnitude": 522.38, - "Control Flow Ratio": "84.8%", + "Total LOC": 324, + "Coding LOC": 199, + "Documentation LOC": 89, + "Structural Magnitude": 83.08, + "Control Flow Ratio": "23.1%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.105 + "Raw Cognitive Density": 0.201 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "80.5%", - "Error & Exception Exposure": "85.3%", - "Tech Debt Exposure": "27.34%", + "Cognitive Load Exposure": "5.01%", + "Error & Exception Exposure": "58.28%", + "Tech Debt Exposure": "91.68%", "Testing Exposure": "80.0%", - "API Exposure": "2.0%", + "API Exposure": "5.55%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "10.65%", + "State Flux Exposure": "18.31%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "27.1%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 25.2, - "Lines of Code (LOC)": 84, - "Control Flow Branches": 20, + "Function Name": "createWebServer", + "Structural Impact": 7.2, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "95.2%", - "Start Line": 228, - "End Line": 311 + "Control Flow Ratio": "55.6%", + "Start Line": 183, + "End Line": 206 }, { - "Function Name": "GET-ENDOW-DB2-INFO", - "Structural Impact": 24.3, - "Lines of Code (LOC)": 106, - "Control Flow Branches": 18, + "Function Name": "refresh", + "Structural Impact": 7.0, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "94.7%", - "Start Line": 317, - "End Line": 422 + "Control Flow Ratio": "71.4%", + "Start Line": 140, + "End Line": 158 }, { - "Function Name": "GET-MOTOR-DB2-INFO", - "Structural Impact": 19.6, - "Lines of Code (LOC)": 93, - "Control Flow Branches": 14, + "Function Name": "ExistingWebApplicationScopes", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "100.0%", + "Start Line": 302, + "End Line": 310 + }, + { + "Function Name": "getWebServerFactory", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "93.3%", - "Start Line": 524, - "End Line": 616 + "Control Flow Ratio": "33.3%", + "Start Line": 214, + "End Line": 226 }, { - "Function Name": "GET-HOUSE-DB2-INFO", - "Structural Impact": 19.1, - "Lines of Code (LOC)": 83, - "Control Flow Branches": 14, + "Function Name": "onRefresh", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "93.3%", - "Start Line": 433, - "End Line": 515 + "Control Flow Ratio": "50.0%", + "Start Line": 160, + "End Line": 169 }, { - "Function Name": "GET-Commercial-DB2-INFO-2", - "Structural Impact": 16.0, - "Lines of Code (LOC)": 100, - "Control Flow Branches": 10, + "Function Name": "doClose", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 725, - "End Line": 824 + "Control Flow Ratio": "66.7%", + "Start Line": 171, + "End Line": 181 }, { - "Function Name": "GET-Commercial-DB2-INFO-1", - "Structural Impact": 15.9, - "Lines of Code (LOC)": 98, - "Control Flow Branches": 10, + "Function Name": "getResourceByPath", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "20.0%", + "Start Line": 244, + "End Line": 250 + }, + { + "Function Name": "getSelfInitializer", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 622, - "End Line": 719 + "Control Flow Ratio": "50.0%", + "Start Line": 234, + "End Line": 236 }, { - "Function Name": "GET-Commercial-DB2-INFO-3", - "Structural Impact": 12.3, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 10, + "Function Name": "restore", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 830, - "End Line": 856 + "Control Flow Ratio": "50.0%", + "Start Line": 312, + "End Line": 319 }, { - "Function Name": "GET-Commercial-DB2-INFO-5", - "Structural Impact": 12.3, - "Lines of Code (LOC)": 26, - "Control Flow Branches": 10, + "Function Name": "postProcessBeanFactory", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 133, + "End Line": 138 + }, + { + "Function Name": "ServletWebServerApplicationContext", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 125, + "End Line": 127 + }, + { + "Function Name": "setServerNamespace", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 257, + "End Line": 260 + }, + { + "Function Name": "setServletConfig", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 262, + "End Line": 265 + }, + { + "Function Name": "registerWebApplicationScopes", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 914, - "End Line": 939 + "Control Flow Ratio": "0.0%", + "Start Line": 238, + "End Line": 242 }, { - "Function Name": "GET-Commercial-DB2-INFO-5-Cur", - "Structural Impact": 12.2, - "Lines of Code (LOC)": 85, - "Control Flow Branches": 7, + "Function Name": "getServerNamespace", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "77.8%", - "Start Line": 945, - "End Line": 1029 + "Control Flow Ratio": "0.0%", + "Start Line": 252, + "End Line": 255 }, { - "Function Name": "GET-Commercial-DB2-INFO-3-Cur", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 51, - "Control Flow Branches": 4, + "Function Name": "getServletConfig", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "80.0%", - "Start Line": 862, - "End Line": 912 + "Control Flow Ratio": "0.0%", + "Start Line": 267, + "End Line": 270 }, { - "Function Name": "MAINLINE-EXIT", + "Function Name": "getWebServer", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 277, + "End Line": 280 + }, + { + "Function Name": "ServletWebServerApplicationContext", "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 314, - "End Line": 315 + "Start Line": 117, + "End Line": 118 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 117, - "Sequential Logic Declarations": 21, - "Function Parameters": 0, - "Function/Method Declarations": 11, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 34, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 24, + "Sequential Logic Declarations": 80, + "Function Parameters": 17, + "Function/Method Declarations": 18, + "Class/Entity Declarations": 2, + "Defensive Programming Constructs": 8, + "Type/Safety Bypasses": 8, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 31, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 341, - "Commented-out Code (Dead Logic)": 10, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 18, + "State Mutations / Variable Reassignments": 8, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 19, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 15, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 2, + "Global State Dependencies": 1, + "Decorators and Annotations": 10, + "Generic Type Abstractions": 3, + "Collection Iterators / Comprehensions": 1, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 28, - "Module Dependencies (Imports)": 3, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 40, + "Authorship Metadata": 3, + "Planned Work (TODOs)": 1, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 1, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, + "Structured Telemetry & Logging": 1, + "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Fatal Aborts & Exceptions": 5, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 2, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, + "Immutable Data Declarations": 7, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 15, + "Event Listeners & Subscribers": 3, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 739, + "Structural Tab Indentations": 156, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 25, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -349401,15 +350608,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 10, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 15, + "Design Camel Case": 8, + "Design Snake Case": 5, "Design Pascal Case": 0, - "Design Upper Case": 10, + "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 10, + "Orphaned Logic": 6, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -349433,33 +350640,71 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, + "Direct Upstream (Fragility)": 40, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "jakarta.servlet.Filter", + "jakarta.servlet.Servlet", + "jakarta.servlet.ServletConfig", + "jakarta.servlet.ServletContext", + "jakarta.servlet.ServletException", + "java.util.Collections", + "java.util.HashMap", + "java.util.LinkedHashSet", + "java.util.Map", + "java.util.Set", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.jspecify.annotations.Nullable", + "org.springframework.beans.BeansException", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.beans.factory.config.Scope", + "org.springframework.beans.factory.support.DefaultListableBeanFactory", + "org.springframework.boot.WebApplicationType", + "org.springframework.boot.availability.AvailabilityChangeEvent", + "org.springframework.boot.availability.ReadinessState", + "org.springframework.boot.web.context.servlet.WebApplicationContextInitializer", + "org.springframework.boot.web.server.WebServer", + "org.springframework.boot.web.server.context.ConfigurableWebServerApplicationContext", + "org.springframework.boot.web.server.context.MissingWebServerFactoryBeanException", + "org.springframework.boot.web.server.context.WebServerGracefulShutdownLifecycle", + "org.springframework.boot.web.server.servlet.ServletWebServerFactory", + "org.springframework.boot.web.servlet.FilterRegistrationBean", + "org.springframework.boot.web.servlet.ServletContextInitializer", + "org.springframework.boot.web.servlet.ServletRegistrationBean", + "org.springframework.context.ApplicationContext", + "org.springframework.context.ApplicationContextException", + "org.springframework.core.io.Resource", + "org.springframework.core.metrics.StartupStep", + "org.springframework.util.StringUtils", + "org.springframework.web.context.ServletContextAware", + "org.springframework.web.context.WebApplicationContext", + "org.springframework.web.context.support.GenericWebApplicationContext", + "org.springframework.web.context.support.ServletContextAwareProcessor", + "org.springframework.web.context.support.ServletContextResource", + "org.springframework.web.context.support.WebApplicationContextUtils" ] }, - "cobol/cics-genapp/lgipol01.cbl": { + "java/springboot/SpringApplication.java": { "1. Artifact Identity": { - "Filename": "lgipol01.cbl", - "Path": "cobol/cics-genapp/lgipol01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "SpringApplication.java", + "Path": "java/springboot/SpringApplication.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "SpringApplicationRunListener, Running, BeanFactoryPostProcessor, Ordered, RuntimeException", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": 673.45, - "Y": -1.7, - "Z": 1310.28 + "X": 4890.57, + "Y": -57.51, + "Z": -2338.84 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -349468,26 +350713,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 140, - "Coding LOC": 82, - "Documentation LOC": 44, - "Structural Magnitude": 46.04, - "Control Flow Ratio": "42.1%", + "Total LOC": 1877, + "Coding LOC": 1044, + "Documentation LOC": 626, + "Structural Magnitude": 809.48, + "Control Flow Ratio": "36.8%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.378 + "Raw Cognitive Density": 0.631 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "92.5%", - "Error & Exception Exposure": "82.53%", - "Tech Debt Exposure": "56.07%", - "Testing Exposure": "2.39%", - "API Exposure": "2.8%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "8.65%", + "Cognitive Load Exposure": "19.17%", + "Error & Exception Exposure": "80.3%", + "Tech Debt Exposure": "73.5%", + "Testing Exposure": "80.0%", + "API Exposure": "5.78%", + "Concurrency Exposure": "84.12%", + "State Flux Exposure": "92.03%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -349496,2286 +350741,1377 @@ }, "5. Function Analysis": [ { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 8.1, - "Lines of Code (LOC)": 42, + "Function Name": "prepareContext", + "Structural Impact": 23.2, + "Lines of Code (LOC)": 40, + "Control Flow Branches": 7, + "Input Parameters": 6, + "Control Flow Ratio": "58.3%", + "Start Line": 380, + "End Line": 419 + }, + { + "Function Name": "handleRunFailure", + "Structural Impact": 21.3, + "Lines of Code (LOC)": 26, + "Control Flow Branches": 9, + "Input Parameters": 3, + "Control Flow Ratio": "75.0%", + "Start Line": 803, + "End Line": 828 + }, + { + "Function Name": "logStartupProfileInfo", + "Structural Impact": 17.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 11, + "Input Parameters": 1, + "Control Flow Ratio": "91.7%", + "Start Line": 644, + "End Line": 661 + }, + { + "Function Name": "reportFailure", + "Structural Impact": 16.9, + "Lines of Code (LOC)": 26, + "Control Flow Branches": 8, + "Input Parameters": 2, + "Control Flow Ratio": "80.0%", + "Start Line": 842, + "End Line": 867 + }, + { + "Function Name": "exit", + "Structural Impact": 15.1, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 7, + "Input Parameters": 2, + "Control Flow Ratio": "63.6%", + "Start Line": 1396, + "End Line": 1419 + }, + { + "Function Name": "addAotGeneratedInitializerIfNecessary", + "Structural Impact": 13.7, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 8, + "Input Parameters": 1, + "Control Flow Ratio": "61.5%", + "Start Line": 421, + "End Line": 439 + }, + { + "Function Name": "getOrderSource", + "Structural Impact": 13.4, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 8, + "Input Parameters": 1, + "Control Flow Ratio": "80.0%", + "Start Line": 1860, + "End Line": 1872 + }, + { + "Function Name": "run", + "Structural Impact": 13.3, + "Lines of Code (LOC)": 39, + "Control Flow Branches": 7, + "Input Parameters": 1, + "Control Flow Ratio": "70.0%", + "Start Line": 304, + "End Line": 342 + }, + { + "Function Name": "configurePropertySources", + "Structural Impact": 11.4, + "Lines of Code (LOC)": 21, "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "62.5%", - "Start Line": 97, - "End Line": 138 + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 513, + "End Line": 533 }, { - "Function Name": "MAINLINE", - "Structural Impact": 5.3, - "Lines of Code (LOC)": 27, + "Function Name": "load", + "Structural Impact": 9.5, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "80.0%", + "Start Line": 683, + "End Line": 698 + }, + { + "Function Name": "postProcessApplicationContext", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "83.3%", + "Start Line": 591, + "End Line": 607 + }, + { + "Function Name": "getOrderComparator", + "Structural Impact": 8.8, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "83.3%", + "Start Line": 779, + "End Line": 784 + }, + { + "Function Name": "getExceptionReporters", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 830, + "End Line": 840 + }, + { + "Function Name": "handleExitCode", + "Structural Impact": 7.5, + "Lines of Code (LOC)": 12, "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 881, + "End Line": 892 + }, + { + "Function Name": "startKeepAliveThread", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "71.4%", + "Start Line": 1713, + "End Line": 1729 + }, + { + "Function Name": "deduceEnvironmentClass", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 5, "Input Parameters": 0, + "Control Flow Ratio": "55.6%", + "Start Line": 370, + "End Line": 378 + }, + { + "Function Name": "getRunListeners", + "Structural Impact": 6.3, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 453, + "End Line": 465 + }, + { + "Function Name": "onApplicationEvent", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 1, "Control Flow Ratio": "75.0%", - "Start Line": 68, - "End Line": 94 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 11, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 30, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 8, - "Module Dependencies (Imports)": 2, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 82, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 5, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY" - ] - }, - "cobol/cics-genapp/sampcma.jcl": { - "1. Artifact Identity": { - "Filename": "sampcma.jcl", - "Path": "cobol/cics-genapp/sampcma.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -645.42, - "Y": -15.38, - "Z": 1000.73 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 81, - "Coding LOC": 81, - "Documentation LOC": 0, - "Structural Magnitude": 16.62, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "69.04%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.31%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 30, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 43, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 61, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 61, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/sampncs.jcl": { - "1. Artifact Identity": { - "Filename": "sampncs.jcl", - "Path": "cobol/cics-genapp/sampncs.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -435.37, - "Y": -12.14, - "Z": 2496.44 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 11, - "Coding LOC": 11, - "Documentation LOC": 0, - "Structural Magnitude": 15.22, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.455 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "93.17%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.73%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "73.33%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "8.74%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 4, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/samptsq.jcl": { - "1. Artifact Identity": { - "Filename": "samptsq.jcl", - "Path": "cobol/cics-genapp/samptsq.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 823.6, - "Y": 79.75, - "Z": 1384.72 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 13, - "Coding LOC": 13, - "Documentation LOC": 0, - "Structural Magnitude": 15.26, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.385 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "92.09%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.04%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "86.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "10.33%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 4, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/sampwui.jcl": { - "1. Artifact Identity": { - "Filename": "sampwui.jcl", - "Path": "cobol/cics-genapp/sampwui.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -867.33, - "Y": -10.97, - "Z": 1697.56 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 114, - "Coding LOC": 114, - "Documentation LOC": 0, - "Structural Magnitude": 17.28, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "64.67%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 35, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 51, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 17, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 80, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 80, - "Design Short Vars": 1, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaac01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaac01.jcl", - "Path": "cobol/cics-genapp/wsaac01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 819.16, - "Y": -2.49, - "Z": 1909.44 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaap01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaap01.jcl", - "Path": "cobol/cics-genapp/wsaap01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 534.73, - "Y": 10.78, - "Z": 863.81 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 99, - "Coding LOC": 99, - "Documentation LOC": 0, - "Structural Magnitude": 16.98, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 66, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 66, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaic01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaic01.jcl", - "Path": "cobol/cics-genapp/wsaic01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -809.89, - "Y": -56.64, - "Z": 2254.49 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaip01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaip01.jcl", - "Path": "cobol/cics-genapp/wsaip01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 525.51, - "Y": 23.3, - "Z": 1990.67 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 122, - "Coding LOC": 122, - "Documentation LOC": 0, - "Structural Magnitude": 17.44, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 5, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 82, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 82, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsauc01.jcl": { - "1. Artifact Identity": { - "Filename": "wsauc01.jcl", - "Path": "cobol/cics-genapp/wsauc01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 116.92, - "Y": 14.68, - "Z": 682.8 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaup01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaup01.jcl", - "Path": "cobol/cics-genapp/wsaup01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -103.09, - "Y": -12.32, - "Z": 2283.49 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 99, - "Coding LOC": 99, - "Documentation LOC": 0, - "Structural Magnitude": 16.98, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 66, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 66, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsavc01.jcl": { - "1. Artifact Identity": { - "Filename": "wsavc01.jcl", - "Path": "cobol/cics-genapp/wsavc01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 415.82, - "Y": -16.05, - "Z": 2473.36 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsavp01.jcl": { - "1. Artifact Identity": { - "Filename": "wsavp01.jcl", - "Path": "cobol/cics-genapp/wsavp01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -934.14, - "Y": 17.34, - "Z": 1312.98 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - } - } - }, - "php/guzzle": { - "Directory Group Magnitude": 1830.62, - "File Count": 7, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "37.84%", - "Error & Exception Exposure": "76.97%", - "Tech Debt Exposure": "69.42%", - "Testing Exposure": "35.36%", - "API Exposure": "3.67%", - "Concurrency Exposure": "14.28%", - "State Flux Exposure": "99.99%", - "Commented Logic Exposure": "2.45%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "12.88%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "php/guzzle/Client.php": { - "1. Artifact Identity": { - "Filename": "Client.php", - "Path": "php/guzzle/Client.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2452.79, - "Y": -393.05, - "Z": 4780.27 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 484, - "Coding LOC": 274, - "Documentation LOC": 154, - "Structural Magnitude": 279.18, - "Control Flow Ratio": "53.5%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.027 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "37.6%", - "Error & Exception Exposure": "64.89%", - "Tech Debt Exposure": "62.5%", - "Testing Exposure": "0.0%", - "API Exposure": "3.79%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Start Line": 1703, + "End Line": 1711 + }, + { + "Function Name": "deduceMainApplicationClass", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 286, + "End Line": 290 + }, + { + "Function Name": "findMainClass", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 292, + "End Line": 296 + }, + { + "Function Name": "callRunners", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "28.6%", + "Start Line": 767, + "End Line": 777 + }, + { + "Function Name": "printBanner", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "44.4%", + "Start Line": 559, + "End Line": 570 + }, + { + "Function Name": "callRunner", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "40.0%", + "Start Line": 786, + "End Line": 794 + }, + { + "Function Name": "withHook", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "66.7%", + "Start Line": 1462, + "End Line": 1470 + }, + { + "Function Name": "getOrCreateEnvironment", + "Structural Impact": 5.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "57.1%", + "Start Line": 475, + "End Line": 485 + }, + { + "Function Name": "run", + "Structural Impact": 5.3, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 1353, + "End Line": 1355 + }, + { + "Function Name": "prepareEnvironment", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 1, + "Input Parameters": 3, + "Control Flow Ratio": "33.3%", + "Start Line": 350, + "End Line": 368 + }, + { + "Function Name": "getBeanDefinitionRegistry", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 731, + "End Line": 739 + }, + { + "Function Name": "getExitCodeFromExitCodeGeneratorException", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 912, + "End Line": 920 + }, + { + "Function Name": "run", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "28.6%", + "Start Line": 1534, + "End Line": 1543 + }, + { + "Function Name": "bindToSpringApplication", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 550, + "End Line": 557 + }, + { + "Function Name": "setDefaultProperties", + "Structural Impact": 4.5, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1094, + "End Line": 1099 + }, + { + "Function Name": "with", + "Structural Impact": 4.5, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 1510, + "End Line": 1514 + }, + { + "Function Name": "setApplicationContextFactory", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 1237, + "End Line": 1240 + }, + { + "Function Name": "setInitializers", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 1247, + "End Line": 1249 + }, + { + "Function Name": "setListeners", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 1274, + "End Line": 1276 + }, + { + "Function Name": "setApplicationStartup", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 1302, + "End Line": 1304 + }, + { + "Function Name": "Augmented", + "Structural Impact": 4.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 3, + "Control Flow Ratio": "100.0%", + "Start Line": 1498, + "End Line": 1502 + }, + { + "Function Name": "getExitCodeFromMappedException", + "Structural Impact": 3.9, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "20.0%", + "Start Line": 902, + "End Line": 910 + }, + { + "Function Name": "configureEnvironment", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 498, + "End Line": 504 + }, + { + "Function Name": "getExitCodeFromException", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 894, + "End Line": 900 + }, + { + "Function Name": "FactoryAwareOrderSourceProvider", + "Structural Impact": 3.7, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "100.0%", + "Start Line": 1849, + "End Line": 1852 + }, + { + "Function Name": "run", + "Structural Impact": 3.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 1364, + "End Line": 1366 + }, + { + "Function Name": "getAllSources", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1189, + "End Line": 1198 + }, + { + "Function Name": "processUptime", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1792, + "End Line": 1800 + }, + { + "Function Name": "create", + "Structural Impact": 3.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 1771, + "End Line": 1776 + }, + { + "Function Name": "getRunListener", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1688, + "End Line": 1691 + }, + { + "Function Name": "processUptime", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1816, + "End Line": 1820 + }, + { + "Function Name": "action", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1822, + "End Line": 1825 + }, + { + "Function Name": "startTime", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1831, + "End Line": 1835 + }, + { + "Function Name": "getOrderSource", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1854, + "End Line": 1858 + }, + { + "Function Name": "refreshContext", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 441, + "End Line": 446 + }, + { + "Function Name": "logStartupInfo", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 633, + "End Line": 638 + }, + { + "Function Name": "registerLoggedException", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 874, + "End Line": 879 + }, + { + "Function Name": "close", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1472, + "End Line": 1476 + }, + { + "Function Name": "SpringApplication", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "100.0%", + "Start Line": 259, + "End Line": 261 + }, + { + "Function Name": "setMainApplicationClass", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 948, + "End Line": 950 + }, + { + "Function Name": "addPrimarySources", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1149, + "End Line": 1151 + }, + { + "Function Name": "addInitializers", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1256, + "End Line": 1258 + }, + { + "Function Name": "addListeners", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1283, + "End Line": 1285 + }, + { + "Function Name": "main", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "25.0%", + "Start Line": 1380, + "End Line": 1382 + }, + { + "Function Name": "getClassLoader", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 715, + "End Line": 724 + }, + { + "Function Name": "getApplicationContext", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1586, + "End Line": 1612 + }, + { + "Function Name": "throwIfNotMet", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 1665, + "End Line": 1671 + }, + { + "Function Name": "stopKeepAliveThread", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 1731, + "End Line": 1737 + }, + { + "Function Name": "getApplicationLog", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 671, + "End Line": 676 + }, + { + "Function Name": "callRunner", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 796, + "End Line": 801 + }, + { + "Function Name": "getSpringBootExceptionHandler", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 922, + "End Line": 927 + }, + { + "Function Name": "getMainApplicationClass", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 938, + "End Line": 940 + }, + { + "Function Name": "getInitializers", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1265, + "End Line": 1267 + }, + { + "Function Name": "getListeners", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1293, + "End Line": 1295 + }, + { + "Function Name": "withHook", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 1445, + "End Line": 1450 + }, + { + "Function Name": "getSpringFactoriesInstances", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 471, + "End Line": 473 + }, + { + "Function Name": "createBeanDefinitionLoader", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 747, + "End Line": 749 + }, + { + "Function Name": "configureProfiles", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 543, + "End Line": 544 + }, + { + "Function Name": "afterRefresh", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 764, + "End Line": 765 + }, + { + "Function Name": "asUnmodifiableOrderedSet", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1478, + "End Line": 1482 + }, + { + "Function Name": "withAdditionalProfiles", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1523, + "End Line": 1527 + }, + { + "Function Name": "getSpringFactoriesInstances", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 467, + "End Line": 469 + }, + { + "Function Name": "quoteProfiles", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 663, + "End Line": 665 + }, + { + "Function Name": "refresh", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 755, + "End Line": 757 + }, + { + "Function Name": "isMainThread", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 929, + "End Line": 932 + }, + { + "Function Name": "setWebApplicationType", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 967, + "End Line": 970 + }, + { + "Function Name": "setAllowBeanDefinitionOverriding", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 979, + "End Line": 981 + }, + { + "Function Name": "setAllowCircularReferences", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 990, + "End Line": 992 + }, + { + "Function Name": "setLazyInitialization", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1000, + "End Line": 1002 + }, + { + "Function Name": "setHeadless", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1009, + "End Line": 1011 + }, + { + "Function Name": "setRegisterShutdownHook", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1020, + "End Line": 1022 + }, + { + "Function Name": "setBanner", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1029, + "End Line": 1031 + }, + { + "Function Name": "setBannerMode", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1038, + "End Line": 1040 + }, + { + "Function Name": "setLogStartupInfo", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1047, + "End Line": 1049 + }, + { + "Function Name": "setAddCommandLineProperties", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1056, + "End Line": 1058 + }, + { + "Function Name": "setAddConversionService", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1066, + "End Line": 1068 + }, + { + "Function Name": "addBootstrapRegistryInitializer", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1076, + "End Line": 1079 + }, + { + "Function Name": "setDefaultProperties", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1086, + "End Line": 1088 + }, + { + "Function Name": "setAdditionalProfiles", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1106, + "End Line": 1108 + }, + { + "Function Name": "setBeanNameGenerator", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1122, + "End Line": 1124 + }, + { + "Function Name": "setEnvironment", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1131, + "End Line": 1134 + }, + { + "Function Name": "setSources", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1177, + "End Line": 1180 + }, + { + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1204, + "End Line": 1207 + }, + { + "Function Name": "setEnvironmentPrefix", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1225, + "End Line": 1227 + }, + { + "Function Name": "setKeepAlive", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1332, + "End Line": 1334 + }, + { + "Function Name": "from", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1432, + "End Line": 1435 + }, + { + "Function Name": "contextLoaded", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1554, + "End Line": 1557 + }, + { + "Function Name": "PropertySourceOrderingBeanFactoryPostProcessor", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1598, + "End Line": 1600 + }, + { + "Function Name": "postProcessBeanFactory", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1607, + "End Line": 1610 + }, + { + "Function Name": "AbandonedRunException", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1637, + "End Line": 1639 + }, + { + "Function Name": "NativeImageRequirementsException", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1661, + "End Line": 1663 + }, + { + "Function Name": "SingleUseSpringApplicationHook", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1684, + "End Line": 1686 + }, + { + "Function Name": "getApplicationContext", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1559, + "End Line": 1567 + }, + { + "Function Name": "createApplicationContext", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 579, + "End Line": 584 + }, + { + "Function Name": "createBootstrapContext", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 344, + "End Line": 348 + }, + { + "Function Name": "configureHeadlessProperty", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 448, + "End Line": 451 + }, + { + "Function Name": "getOrder", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1602, + "End Line": 1605 + }, + { + "Function Name": "started", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1754, + "End Line": 1758 + }, + { + "Function Name": "timeTakenToStarted", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1760, + "End Line": 1764 + }, + { + "Function Name": "ready", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1766, + "End Line": 1769 + }, + { + "Function Name": "startTime", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1787, + "End Line": 1790 + }, { - "Function Name": "applyOptions", - "Structural Impact": 61.9, - "Lines of Code (LOC)": 129, - "Control Flow Branches": 31, - "Input Parameters": 2, - "Control Flow Ratio": "75.6%", - "Start Line": 342, - "End Line": 470 + "Function Name": "action", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1802, + "End Line": 1805 }, { - "Function Name": "configureDefaults", - "Structural Impact": 18.0, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 10, - "Input Parameters": 1, - "Control Flow Ratio": "71.4%", - "Start Line": 229, - "End Line": 276 + "Function Name": "SpringApplication", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 273, + "End Line": 273 }, { - "Function Name": "buildUri", - "Structural Impact": 12.8, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 212, - "End Line": 224 + "Function Name": "applyInitializers", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 615, + "End Line": 615 }, { - "Function Name": "prepareDefaults", - "Structural Impact": 11.6, - "Lines of Code (LOC)": 34, - "Control Flow Branches": 6, - "Input Parameters": 1, - "Control Flow Ratio": "60.0%", - "Start Line": 283, - "End Line": 316 + "Function Name": "getResourceLoader", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 705, + "End Line": 707 }, { - "Function Name": "requestAsync", - "Structural Impact": 10.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 4, - "Input Parameters": 3, - "Control Flow Ratio": "57.1%", - "Start Line": 153, - "End Line": 170 + "Function Name": "getWebApplicationType", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 957, + "End Line": 959 }, { - "Function Name": "__call", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "42.9%", - "Start Line": 81, - "End Line": 93 + "Function Name": "getAdditionalProfiles", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1114, + "End Line": 1116 }, { - "Function Name": "__construct", - "Structural Impact": 6.4, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "60.0%", - "Start Line": 57, - "End Line": 71 + "Function Name": "getSources", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1163, + "End Line": 1165 }, { - "Function Name": "getConfig", - "Structural Impact": 6.0, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "60.0%", - "Start Line": 205, - "End Line": 210 + "Function Name": "getEnvironmentPrefix", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1215, + "End Line": 1217 }, { - "Function Name": "transfer", - "Structural Impact": 5.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "40.0%", - "Start Line": 326, - "End Line": 337 + "Function Name": "getApplicationStartup", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1311, + "End Line": 1313 }, { - "Function Name": "request", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, + "Function Name": "isKeepAlive", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 3, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 185, - "End Line": 190 + "Start Line": 1321, + "End Line": 1323 }, { - "Function Name": "sendAsync", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 10, + "Function Name": "getShutdownHandlers", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 2, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 101, - "End Line": 110 + "Start Line": 1342, + "End Line": 1344 }, { - "Function Name": "send", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 6, + "Function Name": "AbandonedRunException", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 2, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 120, - "End Line": 125 + "Start Line": 1627, + "End Line": 1629 }, { - "Function Name": "sendRequest", - "Structural Impact": 1.8, - "Lines of Code (LOC)": 8, + "Function Name": "getApplicationContext", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 132, - "End Line": 139 + "Start Line": 1646, + "End Line": 1648 }, { - "Function Name": "invalidBody", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 8, + "Function Name": "restoreTime", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 475, - "End Line": 482 + "Start Line": 1827, + "End Line": 1829 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 69, - "Sequential Logic Declarations": 60, - "Function Parameters": 14, - "Function/Method Declarations": 14, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 31, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 201, + "Sequential Logic Declarations": 345, + "Function Parameters": 139, + "Function/Method Declarations": 135, + "Class/Entity Declarations": 13, + "Defensive Programming Constructs": 44, + "Type/Safety Bypasses": 81, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 1, - "Exposed API / Public Exports": 8, - "State Mutations / Variable Reassignments": 115, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 95, + "State Mutations / Variable Reassignments": 143, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 38, + "Structured Documentation Blocks": 244, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, + "Asynchronous/Concurrent Execution": 49, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 18, + "Global State Dependencies": 5, + "Decorators and Annotations": 19, + "Generic Type Abstractions": 82, + "Collection Iterators / Comprehensions": 12, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 11, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 2, + "Metaprogramming & Reflection": 5, + "Module Dependencies (Imports)": 89, + "Authorship Metadata": 16, + "Planned Work (TODOs)": 1, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Event Publishers / Emitters": 9, + "Dependency Injection Constructs": 6, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 4, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 9, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 3, + "Structured Telemetry & Logging": 5, + "Ad-hoc Print / Debug Statements": 2, + "Explicit Type Casts": 6, + "Fatal Aborts & Exceptions": 6, + "Thread Sleeps & Blocking Waits": 1, + "Bitwise Operations": 14, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 11, - "Private / Encapsulated Scopes": 7, - "Event Listeners & Subscribers": 0, + "Immutable Data Declarations": 33, + "Resource Deallocation & Cleanup": 5, + "Private / Encapsulated Scopes": 104, + "Event Listeners & Subscribers": 1, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 261, + "Structural Tab Indentations": 952, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -351783,7 +352119,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 0, + "Time Date Logic": 11, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -351792,25 +352128,25 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 105, + "Design Camel Case": 53, + "Design Snake Case": 47, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 5, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 4, "Duplicate Logic": 0, - "Orphaned Logic": 4, + "Orphaned Logic": 24, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 1, + "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 1, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -351824,48 +352160,120 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 18, + "Direct Upstream (Fragility)": 89, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "$options)) \n // Allows default headers to be unset.\n if ($options['headers'] === null) \n $defaults['_conditional'] = []", - "ClientTrait", - "GuzzleHttp\\Cookie\\CookieJar", - "GuzzleHttp\\Exception\\GuzzleException", - "GuzzleHttp\\Exception\\InvalidArgumentException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\PromiseInterface", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface", - "Psr\\Http\\Message\\UriInterface", - "a \"handler\"\n * (if utilized by the concrete client)", - "a URI and optional options array'", - "a default handler will be created\n * that enables all of the request options below by attaching all of the\n * default middleware to the handler.\n * - base_uri: (string|UriInterface) Base URI of the client that is merged\n * into relative URIs. Can be a string or instance of UriInterface.\n * - **: any request option\n *\n * @param array $config Client configuration settings.\n *\n * @see RequestOptions for a list of available request options.\n */\n public function __construct(array $config = [])\n \n if (!isset($config['handler'])) \n $config['handler'] = HandlerStack::create(", - "and a \"base_uri\" if utilized by\n * the concrete client.\n *\n * @param string|null $option The config option to retrieve.\n *\n * @return mixed\n *\n * @deprecated Client::getConfig will be removed in guzzlehttp/guzzle:8.0.\n */\n public function getConfig(?string $option = null)\n \n return $option === null\n ? $this->config\n : ($this->config[$option] ?? null", - "and must return a\n * GuzzleHttp\\Promise\\PromiseInterface that is fulfilled with a\n * Psr7\\Http\\Message\\ResponseInterface on success.\n * If no handler is provided", - "d", - "default request options of the client", - "the following options:\n *\n * - handler: (callable) Function that transfers HTTP requests over the\n * wire. The function is called with a Psr7\\Http\\Message\\RequestInterface\n * and array of transfer options" + "java.lang.StackWalker.StackFrame", + "java.lang.management.ManagementFactory", + "java.lang.reflect.Method", + "java.time.Duration", + "java.util.ArrayList", + "java.util.Arrays", + "java.util.Collection", + "java.util.Collections", + "java.util.Comparator", + "java.util.HashMap", + "java.util.IdentityHashMap", + "java.util.LinkedHashSet", + "java.util.List", + "java.util.Map", + "java.util.Objects", + "java.util.Optional", + "java.util.Properties", + "java.util.Set", + "java.util.concurrent.atomic.AtomicBoolean", + "java.util.concurrent.atomic.AtomicReference", + "java.util.stream.Stream", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.crac.management.CRaCMXBean", + "org.jspecify.annotations.Nullable", + "org.springframework.aot.AotDetector", + "org.springframework.beans.BeansException", + "org.springframework.beans.factory.NoSuchBeanDefinitionException", + "org.springframework.beans.factory.config.BeanDefinition", + "org.springframework.beans.factory.config.BeanFactoryPostProcessor", + "org.springframework.beans.factory.config.ConfigurableBeanFactory", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader", + "org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory", + "org.springframework.beans.factory.support.BeanDefinitionRegistry", + "org.springframework.beans.factory.support.BeanNameGenerator", + "org.springframework.beans.factory.support.DefaultListableBeanFactory", + "org.springframework.beans.factory.support.RootBeanDefinition", + "org.springframework.beans.factory.xml.XmlBeanDefinitionReader", + "org.springframework.boot.Banner.Mode", + "org.springframework.boot.bootstrap.BootstrapRegistry", + "org.springframework.boot.bootstrap.BootstrapRegistryInitializer", + "org.springframework.boot.bootstrap.DefaultBootstrapContext", + "org.springframework.boot.context.properties.bind.Bindable", + "org.springframework.boot.context.properties.bind.Binder", + "org.springframework.boot.context.properties.source.ConfigurationPropertySources", + "org.springframework.boot.convert.ApplicationConversionService", + "org.springframework.boot.env.DefaultPropertiesPropertySource", + "org.springframework.boot.system.JavaVersion", + "org.springframework.context.ApplicationContext", + "org.springframework.context.ApplicationContextInitializer", + "org.springframework.context.ApplicationListener", + "org.springframework.context.ConfigurableApplicationContext", + "org.springframework.context.annotation.AnnotatedBeanDefinitionReader", + "org.springframework.context.annotation.AnnotationConfigUtils", + "org.springframework.context.annotation.ClassPathBeanDefinitionScanner", + "org.springframework.context.annotation.ConfigurationClassPostProcessor", + "org.springframework.context.aot.AotApplicationContextInitializer", + "org.springframework.context.event.ApplicationContextEvent", + "org.springframework.context.event.ContextClosedEvent", + "org.springframework.context.event.ContextRefreshedEvent", + "org.springframework.context.support.AbstractApplicationContext", + "org.springframework.context.support.GenericApplicationContext", + "org.springframework.core.GenericTypeResolver", + "org.springframework.core.NativeDetector", + "org.springframework.core.OrderComparator", + "org.springframework.core.OrderComparator.OrderSourceProvider", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.AnnotationAwareOrderComparator", + "org.springframework.core.annotation.Order", + "org.springframework.core.env.CommandLinePropertySource", + "org.springframework.core.env.CompositePropertySource", + "org.springframework.core.env.ConfigurableEnvironment", + "org.springframework.core.env.Environment", + "org.springframework.core.env.MutablePropertySources", + "org.springframework.core.env.PropertySource", + "org.springframework.core.env.SimpleCommandLinePropertySource", + "org.springframework.core.io.DefaultResourceLoader", + "org.springframework.core.io.ResourceLoader", + "org.springframework.core.io.support.SpringFactoriesLoader", + "org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver", + "org.springframework.core.metrics.ApplicationStartup", + "org.springframework.util.Assert", + "org.springframework.util.ClassUtils", + "org.springframework.util.CollectionUtils", + "org.springframework.util.ObjectUtils", + "org.springframework.util.StringUtils", + "org.springframework.util.function.ThrowingConsumer", + "org.springframework.util.function.ThrowingSupplier" ] }, - "php/guzzle/CurlFactory.php": { + "java/springboot/WebMvcAutoConfiguration.java": { "1. Artifact Identity": { - "Filename": "CurlFactory.php", - "Path": "php/guzzle/CurlFactory.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Filename": "WebMvcAutoConfiguration.java", + "Path": "java/springboot/WebMvcAutoConfiguration.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "WebMvcConfigurer, ServletContextAware, DelegatingWebMvcConfiguration implements ResourceLoaderAware, ResourceHandlerRegistrationCustomizer", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -2460.09, - "Y": -231.59, - "Z": 5234.11 + "X": 4608.87, + "Y": 10.62, + "Z": -2029.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -351874,1046 +352282,585 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 742, - "Coding LOC": 557, - "Documentation LOC": 87, - "Structural Magnitude": 564.94, - "Control Flow Ratio": "61.2%", + "Total LOC": 741, + "Coding LOC": 602, + "Documentation LOC": 44, + "Structural Magnitude": 323.44, + "Control Flow Ratio": "27.7%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.032 + "Raw Cognitive Density": 0.389 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "51.33%", - "Error & Exception Exposure": "76.82%", - "Tech Debt Exposure": "29.23%", + "Cognitive Load Exposure": "17.5%", + "Error & Exception Exposure": "77.3%", + "Tech Debt Exposure": "62.01%", "Testing Exposure": "80.0%", - "API Exposure": "1.69%", + "API Exposure": "5.95%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "5.32%", + "State Flux Exposure": "36.06%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.73%", + "Documentation Exposure": "56.03%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "applyHandlerOptions", - "Structural Impact": 122.4, - "Lines of Code (LOC)": 197, - "Control Flow Branches": 64, + "Function Name": "configureApiVersioning", + "Structural Impact": 33.2, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 22, + "Input Parameters": 1, + "Control Flow Ratio": "95.7%", + "Start Line": 404, + "End Line": 416 + }, + { + "Function Name": "configureApiVersioningUse", + "Structural Impact": 26.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 14, "Input Parameters": 2, - "Control Flow Ratio": "79.0%", - "Start Line": 437, - "End Line": 633 + "Control Flow Ratio": "93.3%", + "Start Line": 418, + "End Line": 424 }, { - "Function Name": "applyBody", - "Structural Impact": 21.9, - "Lines of Code (LOC)": 38, - "Control Flow Branches": 9, - "Input Parameters": 3, - "Control Flow Ratio": "69.2%", - "Start Line": 360, - "End Line": 397 + "Function Name": "WebMvcAutoConfigurationAdapter", + "Structural Impact": 10.9, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 2, + "Input Parameters": 10, + "Control Flow Ratio": "100.0%", + "Start Line": 222, + "End Line": 241 }, { - "Function Name": "retryFailedRewind", - "Structural Impact": 21.8, - "Lines of Code (LOC)": 35, - "Control Flow Branches": 9, - "Input Parameters": 3, - "Control Flow Ratio": "69.2%", - "Start Line": 646, - "End Line": 680 + "Function Name": "customize", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 44, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 672, + "End Line": 715 }, { - "Function Name": "createRejection", - "Structural Impact": 20.4, - "Lines of Code (LOC)": 61, - "Control Flow Branches": 9, - "Input Parameters": 2, - "Control Flow Ratio": "52.9%", - "Start Line": 221, - "End Line": 281 + "Function Name": "addResourceHandler", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "60.0%", + "Start Line": 374, + "End Line": 391 }, { - "Function Name": "createHeaderFn", - "Structural Impact": 19.4, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 11, + "Function Name": "configureContentNegotiation", + "Structural Impact": 7.8, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 4, "Input Parameters": 1, - "Control Flow Ratio": "57.9%", - "Start Line": 682, - "End Line": 729 + "Control Flow Ratio": "66.7%", + "Start Line": 293, + "End Line": 306 }, { - "Function Name": "create", - "Structural Impact": 17.4, - "Lines of Code (LOC)": 37, - "Control Flow Branches": 8, - "Input Parameters": 2, - "Control Flow Ratio": "61.5%", - "Start Line": 48, - "End Line": 84 + "Function Name": "extendHandlerExceptionResolvers", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "80.0%", + "Start Line": 624, + "End Line": 634 }, { - "Function Name": "applyMethod", - "Structural Impact": 13.5, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 332, - "End Line": 358 + "Function Name": "addResourceHandlers", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 353, + "End Line": 368 }, { - "Function Name": "applyHeaders", - "Structural Impact": 11.4, - "Lines of Code (LOC)": 20, - "Control Flow Branches": 5, - "Input Parameters": 2, - "Control Flow Ratio": "62.5%", - "Start Line": 399, - "End Line": 418 + "Function Name": "configureAsyncSupport", + "Structural Impact": 6.4, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 254, + "End Line": 267 }, { - "Function Name": "finish", - "Structural Impact": 11.1, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 4, + "Function Name": "welcomePageHandlerMapping", + "Structural Impact": 6.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, "Input Parameters": 3, "Control Flow Ratio": "50.0%", - "Start Line": 152, - "End Line": 172 - }, - { - "Function Name": "getDefaultConf", - "Structural Impact": 9.8, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "71.4%", - "Start Line": 304, - "End Line": 330 + "Start Line": 478, + "End Line": 483 }, { - "Function Name": "finishError", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 3, + "Function Name": "welcomePageNotAcceptableHandlerMapping", + "Structural Impact": 6.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 2, "Input Parameters": 3, "Control Flow Ratio": "50.0%", - "Start Line": 191, - "End Line": 208 + "Start Line": 485, + "End Line": 491 }, { - "Function Name": "release", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 22, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 122, - "End Line": 143 + "Function Name": "getIndexHtmlResource", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 534, + "End Line": 546 }, { - "Function Name": "sanitizeCurlError", - "Structural Impact": 6.0, - "Lines of Code (LOC)": 17, + "Function Name": "getConfigurableWebBindingInitializer", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 10, "Control Flow Branches": 2, "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 283, - "End Line": 299 + "Control Flow Ratio": "40.0%", + "Start Line": 601, + "End Line": 610 }, { - "Function Name": "removeHeader", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 10, + "Function Name": "configureResourceChain", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 9, "Control Flow Branches": 2, "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 690, + "End Line": 698 + }, + { + "Function Name": "singleDispatcherServlet", + "Structural Impact": 5.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 286, + "End Line": 291 + }, + { + "Function Name": "configurePathMatch", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 2, + "Input Parameters": 1, "Control Flow Ratio": "40.0%", - "Start Line": 426, - "End Line": 435 + "Start Line": 269, + "End Line": 284 }, { - "Function Name": "supportsHttp2", + "Function Name": "getVersionResourceResolver", + "Structural Impact": 4.9, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 700, + "End Line": 713 + }, + { + "Function Name": "getIndexHtmlResource", "Structural Impact": 4.6, "Lines of Code (LOC)": 12, "Control Flow Branches": 3, "Input Parameters": 0, "Control Flow Ratio": "60.0%", - "Start Line": 86, - "End Line": 97 + "Start Line": 552, + "End Line": 563 }, { - "Function Name": "supportsTls13", + "Function Name": "getSeconds", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 393, + "End Line": 396 + }, + { + "Function Name": "createRequestMappingHandlerAdapter", "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, + "Lines of Code (LOC)": 10, "Control Flow Branches": 2, "Input Parameters": 0, "Control Flow Ratio": "50.0%", - "Start Line": 110, - "End Line": 120 + "Start Line": 467, + "End Line": 476 }, { - "Function Name": "__destruct", + "Function Name": "createRequestMappingHandlerMapping", "Structural Impact": 3.5, "Lines of Code (LOC)": 10, "Control Flow Branches": 2, "Input Parameters": 0, "Control Flow Ratio": "50.0%", - "Start Line": 731, - "End Line": 740 + "Start Line": 590, + "End Line": 599 }, { - "Function Name": "supportsTls12", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, + "Function Name": "createExceptionHandlerExceptionResolver", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 99, - "End Line": 108 + "Control Flow Ratio": "50.0%", + "Start Line": 612, + "End Line": 622 }, { - "Function Name": "getCurlVersion", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 10, + "Function Name": "customizeResourceHandlerRegistration", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 5, "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 210, - "End Line": 219 + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 398, + "End Line": 402 }, { - "Function Name": "invokeStats", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 13, + "Function Name": "EnableWebMvcConfiguration", + "Structural Impact": 2.9, + "Lines of Code (LOC)": 10, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 5, "Control Flow Ratio": "0.0%", - "Start Line": 174, - "End Line": 186 + "Start Line": 456, + "End Line": 465 }, { - "Function Name": "__construct", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, + "Function Name": "createWelcomePageHandlerMapping", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 12, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 4, "Control Flow Ratio": "0.0%", - "Start Line": 43, - "End Line": 46 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 150, - "Sequential Logic Declarations": 95, - "Function Parameters": 25, - "Function/Method Declarations": 21, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 36, - "Type/Safety Bypasses": 2, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 7, - "State Mutations / Variable Reassignments": 230, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 21, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 3, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 10, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 1, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 7, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 4, - "Fatal Aborts & Exceptions": 13, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 14, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 2, - "Resource Deallocation & Cleanup": 8, - "Private / Encapsulated Scopes": 19, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 542, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 1, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 2, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 2, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 4, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 4, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 12, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 11, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "GuzzleHttp\\Exception\\ConnectException", - "GuzzleHttp\\Exception\\RequestException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\FulfilledPromise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Psr7\\LazyOpenStream", - "GuzzleHttp\\TransferStats", - "GuzzleHttp\\Utils", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\UriInterface", - "s a special format for empty headers.\n // See https://github.com/guzzle/guzzle/issues/1882 for more details.\n $conf[\\CURLOPT_HTTPHEADER][] = \"$name" - ] - }, - "php/guzzle/CurlMultiHandler.php": { - "1. Artifact Identity": { - "Filename": "CurlMultiHandler.php", - "Path": "php/guzzle/CurlMultiHandler.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2245.97, - "Y": -173.3, - "Z": 5517.75 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 288, - "Coding LOC": 165, - "Documentation LOC": 78, - "Structural Magnitude": 143.4, - "Control Flow Ratio": "47.8%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.053 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "38.53%", - "Error & Exception Exposure": "80.78%", - "Tech Debt Exposure": "95.05%", - "Testing Exposure": "80.0%", - "API Exposure": "2.29%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "6.37%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "__construct", - "Structural Impact": 9.4, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "71.4%", - "Start Line": 69, - "End Line": 87 + "Start Line": 493, + "End Line": 504 }, { - "Function Name": "tick", - "Structural Impact": 8.8, - "Lines of Code (LOC)": 35, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 147, - "End Line": 181 + "Function Name": "create", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 4, + "Control Flow Ratio": "0.0%", + "Start Line": 664, + "End Line": 674 }, { - "Function Name": "processMessages", - "Structural Impact": 7.2, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 5, + "Function Name": "localeResolver", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "83.3%", - "Start Line": 251, - "End Line": 273 + "Control Flow Ratio": "20.0%", + "Start Line": 506, + "End Line": 518 }, { - "Function Name": "__get", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 3, - "Input Parameters": 1, + "Function Name": "mvcValidator", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 1, + "Input Parameters": 0, "Control Flow Ratio": "33.3%", - "Start Line": 97, - "End Line": 117 + "Start Line": 577, + "End Line": 588 }, { - "Function Name": "cancel", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 229, - "End Line": 249 + "Function Name": "getMessageCodesResolver", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "25.0%", + "Start Line": 338, + "End Line": 346 }, { - "Function Name": "execute", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "80.0%", - "Start Line": 197, - "End Line": 208 + "Function Name": "addResourceHandler", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 370, + "End Line": 372 }, { - "Function Name": "addRequest", - "Structural Impact": 4.8, + "Function Name": "viewResolver", + "Structural Impact": 2.0, "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, + "Control Flow Branches": 0, "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 210, - "End Line": 220 - }, - { - "Function Name": "timeToNext", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "40.0%", - "Start Line": 275, - "End Line": 286 + "Control Flow Ratio": "0.0%", + "Start Line": 326, + "End Line": 336 }, { - "Function Name": "__invoke", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 16, + "Function Name": "registerHints", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 5, "Control Flow Branches": 0, "Input Parameters": 2, "Control Flow Ratio": "0.0%", - "Start Line": 127, - "End Line": 142 + "Start Line": 732, + "End Line": 736 }, { - "Function Name": "__destruct", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 119, - "End Line": 125 + "Function Name": "configureMessageConverters", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 248, + "End Line": 252 }, { - "Function Name": "tickInQueue", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 186, - "End Line": 192 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 33, - "Sequential Logic Declarations": 36, - "Function Parameters": 12, - "Function/Method Declarations": 11, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 7, - "Type/Safety Bypasses": 1, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 6, - "State Mutations / Variable Reassignments": 74, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 27, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 1, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 3, - "Module Dependencies (Imports)": 6, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 1, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 1, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 5, - "Fatal Aborts & Exceptions": 2, - "Thread Sleeps & Blocking Waits": 2, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 5, - "Private / Encapsulated Scopes": 12, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 154, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 4, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 1, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 6, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "Closure", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\Promise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Utils", - "Psr\\Http\\Message\\RequestInterface" - ] - }, - "php/guzzle/Middleware.php": { - "1. Artifact Identity": { - "Filename": "Middleware.php", - "Path": "php/guzzle/Middleware.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2034.16, - "Y": -363.79, - "Z": 4955.94 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 269, - "Coding LOC": 154, - "Documentation LOC": 92, - "Structural Magnitude": 96.68, - "Control Flow Ratio": "13.3%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.61 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "18.2%", - "Error & Exception Exposure": "60.86%", - "Tech Debt Exposure": "84.82%", - "Testing Exposure": "2.44%", - "API Exposure": "8.57%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.94%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "tap", - "Structural Impact": 9.5, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 135, - "End Line": 150 + "Function Name": "resourceHandlerRegistrationCustomizer", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 653, + "End Line": 657 }, { - "Function Name": "log", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 3, - "Input Parameters": 3, - "Control Flow Ratio": "16.7%", - "Start Line": 198, - "End Line": 224 + "Function Name": "customize", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 684, + "End Line": 688 }, { - "Function Name": "httpErrors", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 20, - "Control Flow Branches": 3, + "Function Name": "setServletContext", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 1, - "Control Flow Ratio": "20.0%", - "Start Line": 58, - "End Line": 77 + "Control Flow Ratio": "0.0%", + "Start Line": 243, + "End Line": 246 }, { - "Function Name": "history", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 2, + "Function Name": "addFormatters", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 1, - "Control Flow Ratio": "11.8%", - "Start Line": 88, - "End Line": 120 + "Control Flow Ratio": "0.0%", + "Start Line": 348, + "End Line": 351 }, { - "Function Name": "cookies", - "Structural Impact": 4.2, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 2, + "Function Name": "mvcConversionService", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "14.3%", - "Start Line": 26, - "End Line": 48 + "Control Flow Ratio": "0.0%", + "Start Line": 565, + "End Line": 575 }, { - "Function Name": "retry", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "14.3%", - "Start Line": 179, - "End Line": 184 + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 636, + "End Line": 639 }, { - "Function Name": "mapRequest", - "Structural Impact": 1.8, - "Lines of Code (LOC)": 8, + "Function Name": "ResourceChainResourceHandlerRegistrationCustomizer", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 1, "Control Flow Ratio": "0.0%", - "Start Line": 244, - "End Line": 251 + "Start Line": 680, + "End Line": 682 }, { - "Function Name": "mapResponse", - "Structural Impact": 1.8, + "Function Name": "defaultViewResolver", + "Structural Impact": 1.4, "Lines of Code (LOC)": 8, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 260, - "End Line": 267 + "Start Line": 308, + "End Line": 315 }, { - "Function Name": "redirect", + "Function Name": "beanNameViewResolver", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 317, + "End Line": 324 + }, + { + "Function Name": "hiddenHttpMethodFilter", "Structural Impact": 1.3, "Lines of Code (LOC)": 6, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 157, - "End Line": 162 + "Start Line": 176, + "End Line": 181 }, { - "Function Name": "prepareBody", + "Function Name": "formContentFilter", "Structural Impact": 1.3, "Lines of Code (LOC)": 6, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 230, - "End Line": 235 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 16, - "Sequential Logic Declarations": 104, - "Function Parameters": 33, - "Function/Method Declarations": 10, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 8, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 10, - "State Mutations / Variable Reassignments": 38, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 30, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 10, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 3, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 7, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 3, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 4, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 5, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 1, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 142, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 6, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 6, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 7, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "GuzzleHttp\\Cookie\\CookieJarInterface", - "GuzzleHttp\\Exception\\RequestException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\PromiseInterface", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface", - "Psr\\Log\\LoggerInterface" - ] - }, - "php/guzzle/Pool.php": { - "1. Artifact Identity": { - "Filename": "Pool.php", - "Path": "php/guzzle/Pool.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2610.74, - "Y": -81.14, - "Z": 5964.69 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 126, - "Coding LOC": 64, - "Documentation LOC": 50, - "Structural Magnitude": 87.08, - "Control Flow Ratio": "27.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.5 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "47.63%", - "Error & Exception Exposure": "86.41%", - "Tech Debt Exposure": "80.32%", - "Testing Exposure": "2.52%", - "API Exposure": "3.43%", - "Concurrency Exposure": "99.99%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Start Line": 183, + "End Line": 188 + }, { - "Function Name": "__construct", - "Structural Impact": 17.4, - "Lines of Code (LOC)": 28, - "Control Flow Branches": 7, - "Input Parameters": 3, - "Control Flow Ratio": "46.7%", - "Start Line": 41, - "End Line": 68 + "Function Name": "flashMapManager", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 520, + "End Line": 525 }, { - "Function Name": "cmpCallback", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "28.6%", - "Start Line": 111, - "End Line": 124 + "Function Name": "viewNameTranslator", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 527, + "End Line": 532 }, { - "Function Name": "batch", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 11, + "Function Name": "problemDetailsExceptionHandler", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, "Control Flow Branches": 0, - "Input Parameters": 3, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 96, - "End Line": 106 + "Start Line": 721, + "End Line": 726 }, { - "Function Name": "promise", + "Function Name": "mvcApiVersionStrategy", "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Lines of Code (LOC)": 5, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 73, - "End Line": 76 + "Start Line": 641, + "End Line": 645 + }, + { + "Function Name": "requestContextFilter", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 426, + "End Line": 427 + }, + { + "Function Name": "getIndexHtmlResource", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 548, + "End Line": 550 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 10, - "Sequential Logic Declarations": 27, - "Function Parameters": 7, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 92, + "Sequential Logic Declarations": 240, + "Function Parameters": 73, + "Function/Method Declarations": 50, + "Class/Entity Declarations": 9, + "Defensive Programming Constructs": 6, + "Type/Safety Bypasses": 34, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 3, - "State Mutations / Variable Reassignments": 43, + "Exposed API / Public Exports": 41, + "State Mutations / Variable Reassignments": 38, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 15, + "Structured Documentation Blocks": 5, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 12, + "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 3, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 29, + "Global State Dependencies": 2, + "Decorators and Annotations": 78, + "Generic Type Abstractions": 22, + "Collection Iterators / Comprehensions": 8, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 5, - "Authorship Metadata": 0, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 118, + "Authorship Metadata": 10, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 27, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 2, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 1, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, + "Explicit Type Casts": 1, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 4, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 1, - "Private / Encapsulated Scopes": 2, + "Thread Synchronization Locks": 7, + "Immutable Data Declarations": 21, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 37, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 54, + "Structural Tab Indentations": 475, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -352921,7 +352868,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 0, + "Time Date Logic": 3, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -352930,15 +352877,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 43, + "Design Camel Case": 16, + "Design Snake Case": 24, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 3, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 1, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 18, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -352946,7 +352893,7 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 2, + "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, @@ -352962,156 +352909,223 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, + "Direct Upstream (Fragility)": 118, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\EachPromise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Promise\\PromisorInterface", - "Psr\\Http\\Message\\RequestInterface" + "jakarta.servlet.Servlet", + "jakarta.servlet.ServletContext", + "java.time.Duration", + "java.util.List", + "java.util.Locale", + "java.util.Map", + "java.util.function.Consumer", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.jspecify.annotations.Nullable", + "org.springframework.aot.hint.RuntimeHints", + "org.springframework.aot.hint.RuntimeHintsRegistrar", + "org.springframework.aot.hint.TypeReference", + "org.springframework.beans.factory.BeanFactory", + "org.springframework.beans.factory.ListableBeanFactory", + "org.springframework.beans.factory.NoSuchBeanDefinitionException", + "org.springframework.beans.factory.ObjectProvider", + "org.springframework.boot.autoconfigure.AutoConfiguration", + "org.springframework.boot.autoconfigure.AutoConfigureOrder", + "org.springframework.boot.autoconfigure.EnableAutoConfiguration", + "org.springframework.boot.autoconfigure.condition.ConditionalOnBean", + "org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty", + "org.springframework.boot.autoconfigure.condition.ConditionalOnClass", + "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean", + "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingFilterBean", + "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication", + "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type", + "org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration", + "org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders", + "org.springframework.boot.autoconfigure.web.ConditionalOnEnabledResourceChain", + "org.springframework.boot.autoconfigure.web.WebProperties", + "org.springframework.boot.autoconfigure.web.WebProperties.Resources", + "org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy", + "org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints", + "org.springframework.boot.autoconfigure.web.format.DateTimeFormatters", + "org.springframework.boot.autoconfigure.web.format.WebConversionService", + "org.springframework.boot.context.properties.EnableConfigurationProperties", + "org.springframework.boot.context.properties.PropertyMapper", + "org.springframework.boot.convert.ApplicationConversionService", + "org.springframework.boot.http.converter.autoconfigure.ServerHttpMessageConvertersCustomizer", + "org.springframework.boot.servlet.filter.OrderedFormContentFilter", + "org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter", + "org.springframework.boot.servlet.filter.OrderedRequestContextFilter", + "org.springframework.boot.validation.autoconfigure.ValidatorAdapter", + "org.springframework.boot.web.servlet.ServletRegistrationBean", + "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion", + "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use", + "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format", + "org.springframework.context.ApplicationContext", + "org.springframework.context.ResourceLoaderAware", + "org.springframework.context.annotation.Bean", + "org.springframework.context.annotation.Configuration", + "org.springframework.context.annotation.Import", + "org.springframework.context.annotation.ImportRuntimeHints", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.Order", + "org.springframework.core.io.Resource", + "org.springframework.core.io.ResourceLoader", + "org.springframework.core.task.AsyncTaskExecutor", + "org.springframework.format.FormatterRegistry", + "org.springframework.format.support.FormattingConversionService", + "org.springframework.http.CacheControl", + "org.springframework.http.MediaType", + "org.springframework.http.converter.HttpMessageConverters.ServerBuilder", + "org.springframework.lang.Contract", + "org.springframework.util.AntPathMatcher", + "org.springframework.util.Assert", + "org.springframework.util.ClassUtils", + "org.springframework.util.CollectionUtils", + "org.springframework.validation.DefaultMessageCodesResolver", + "org.springframework.validation.MessageCodesResolver", + "org.springframework.validation.Validator", + "org.springframework.web.accept.ApiVersionDeprecationHandler", + "org.springframework.web.accept.ApiVersionParser", + "org.springframework.web.accept.ApiVersionResolver", + "org.springframework.web.accept.ApiVersionStrategy", + "org.springframework.web.accept.ContentNegotiationManager", + "org.springframework.web.bind.support.ConfigurableWebBindingInitializer", + "org.springframework.web.context.ServletContextAware", + "org.springframework.web.context.request.RequestContextListener", + "org.springframework.web.context.support.ServletContextResource", + "org.springframework.web.filter.FormContentFilter", + "org.springframework.web.filter.HiddenHttpMethodFilter", + "org.springframework.web.filter.RequestContextFilter", + "org.springframework.web.servlet.DispatcherServlet", + "org.springframework.web.servlet.FlashMapManager", + "org.springframework.web.servlet.HandlerExceptionResolver", + "org.springframework.web.servlet.LocaleResolver", + "org.springframework.web.servlet.RequestToViewNameTranslator", + "org.springframework.web.servlet.View", + "org.springframework.web.servlet.ViewResolver", + "org.springframework.web.servlet.config.annotation.ApiVersionConfigurer", + "org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer", + "org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer", + "org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration", + "org.springframework.web.servlet.config.annotation.EnableWebMvc", + "org.springframework.web.servlet.config.annotation.PathMatchConfigurer", + "org.springframework.web.servlet.config.annotation.ResourceChainRegistration", + "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration", + "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry", + "org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport", + "org.springframework.web.servlet.config.annotation.WebMvcConfigurer", + "org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver", + "org.springframework.web.servlet.handler.AbstractUrlHandlerMapping", + "org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver", + "org.springframework.web.servlet.i18n.FixedLocaleResolver", + "org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver", + "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter", + "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping", + "org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler", + "org.springframework.web.servlet.resource.EncodedResourceResolver", + "org.springframework.web.servlet.resource.ResourceResolver", + "org.springframework.web.servlet.resource.ResourceUrlProvider", + "org.springframework.web.servlet.resource.VersionResourceResolver", + "org.springframework.web.servlet.view.BeanNameViewResolver", + "org.springframework.web.servlet.view.ContentNegotiatingViewResolver", + "org.springframework.web.servlet.view.InternalResourceViewResolver", + "org.springframework.web.util.UrlPathHelper" ] - }, - "php/guzzle/RequestException.php": { + } + } + }, + "cobol/cics-genapp": { + "Directory Group Magnitude": 1806.79, + "File Count": 30, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "96.7%", + "Static: Literature & Documentation": "3.3%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "48.53%", + "Error & Exception Exposure": "54.17%", + "Tech Debt Exposure": "44.14%", + "Testing Exposure": "7.44%", + "API Exposure": "1.38%", + "Concurrency Exposure": "3.08%", + "State Flux Exposure": "53.32%", + "Commented Logic Exposure": "4.47%", + "Specification Exposure": "95.33%", + "Instability Exposure": "48.33%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.36%", + "Hardcoded Payload Artifacts": "3.3%" + }, + "Files": { + "cobol/cics-genapp/README.md": { "1. Artifact Identity": { - "Filename": "RequestException.php", - "Path": "php/guzzle/RequestException.php", - "Language": "Php", + "Filename": "README.md", + "Path": "cobol/cics-genapp/README.md", + "Language": "Markdown", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": -2961.36, - "Y": -250.76, - "Z": 5284.34 + "X": 822.03, + "Y": 0.68, + "Z": 1217.08 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 151, - "Coding LOC": 88, - "Documentation LOC": 44, - "Structural Magnitude": 123.76, - "Control Flow Ratio": "35.7%", - "Popularity Rank": 3, + "Total LOC": 106, + "Coding LOC": 0, + "Documentation LOC": 80, + "Structural Magnitude": 2.12, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.943 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "34.21%", - "Error & Exception Exposure": "90.58%", - "Tech Debt Exposure": "99.25%", - "Testing Exposure": "2.58%", - "API Exposure": "5.79%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "16.85%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, - "5. Function Analysis": [ - { - "Function Name": "create", - "Structural Impact": 27.0, - "Lines of Code (LOC)": 50, - "Control Flow Branches": 9, - "Input Parameters": 5, - "Control Flow Ratio": "60.0%", - "Start Line": 63, - "End Line": 112 - }, - { - "Function Name": "__construct", - "Structural Impact": 10.5, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 3, - "Input Parameters": 5, - "Control Flow Ratio": "75.0%", - "Start Line": 31, - "End Line": 44 - }, - { - "Function Name": "wrapException", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "25.0%", - "Start Line": 49, - "End Line": 52 - }, - { - "Function Name": "getResponse", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 125, - "End Line": 128 - }, - { - "Function Name": "getRequest", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 117, - "End Line": 120 - }, - { - "Function Name": "hasResponse", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 133, - "End Line": 136 - }, - { - "Function Name": "getHandlerContext", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 146, - "End Line": 149 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 15, - "Sequential Logic Declarations": 27, - "Function Parameters": 7, - "Function/Method Declarations": 7, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 6, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 7, - "State Mutations / Variable Reassignments": 68, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 18, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, @@ -353122,7 +353136,7 @@ "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 5, + "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -353132,22 +353146,22 @@ "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 3, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 1, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 3, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 78, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -353172,11 +353186,11 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 6, - "Instructional Code Examples": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 8, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Structured Literature Headers": 3, + "Hyperlinked Literature References": 1, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -353196,35 +353210,29 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, - "Direct Downstream (Dependency Blast Radius)": 3, + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "GuzzleHttp\\BodySummarizer", - "GuzzleHttp\\BodySummarizerInterface", - "Psr\\Http\\Client\\RequestExceptionInterface", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface" - ] + "9. Extracted Dependencies": [] }, - "php/guzzle/StreamHandler.php": { + "cobol/cics-genapp/lgacdb01.cbl": { "1. Artifact Identity": { - "Filename": "StreamHandler.php", - "Path": "php/guzzle/StreamHandler.php", - "Language": "Php", + "Filename": "lgacdb01.cbl", + "Path": "cobol/cics-genapp/lgacdb01.cbl", + "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": -2787.02, - "Y": -175.26, - "Z": 5541.07 + "X": 214.83, + "Y": 52.55, + "Z": 1865.15 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -353233,289 +353241,129 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 635, - "Coding LOC": 454, - "Documentation LOC": 90, - "Structural Magnitude": 535.58, - "Control Flow Ratio": "53.2%", + "Total LOC": 329, + "Coding LOC": 213, + "Documentation LOC": 79, + "Structural Magnitude": 114.96, + "Control Flow Ratio": "64.9%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.021 + "Raw Cognitive Density": 1.235 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "37.36%", - "Error & Exception Exposure": "78.48%", - "Tech Debt Exposure": "34.8%", - "Testing Exposure": "80.0%", - "API Exposure": "0.1%", + "Cognitive Load Exposure": "87.42%", + "Error & Exception Exposure": "79.19%", + "Tech Debt Exposure": "37.64%", + "Testing Exposure": "2.4%", + "API Exposure": "2.39%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "5.43%", + "Commented Logic Exposure": "10.16%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" + "Hardcoded Payload Artifacts": "99.01%" }, "5. Function Analysis": [ { - "Function Name": "createStream", - "Structural Impact": 39.0, - "Lines of Code (LOC)": 87, - "Control Flow Branches": 19, - "Input Parameters": 2, - "Control Flow Ratio": "57.6%", - "Start Line": 275, - "End Line": 361 - }, - { - "Function Name": "createResponse", - "Structural Impact": 31.5, - "Lines of Code (LOC)": 49, - "Control Flow Branches": 12, - "Input Parameters": 4, - "Control Flow Ratio": "54.5%", - "Start Line": 110, - "End Line": 158 - }, - { - "Function Name": "__invoke", - "Structural Impact": 30.6, - "Lines of Code (LOC)": 57, - "Control Flow Branches": 15, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 36, - "End Line": 92 - }, - { - "Function Name": "add_proxy", - "Structural Impact": 21.6, - "Lines of Code (LOC)": 29, - "Control Flow Branches": 8, - "Input Parameters": 4, - "Control Flow Ratio": "80.0%", - "Start Line": 429, - "End Line": 457 - }, - { - "Function Name": "resolveHost", - "Structural Impact": 20.3, - "Lines of Code (LOC)": 25, - "Control Flow Branches": 10, - "Input Parameters": 2, - "Control Flow Ratio": "62.5%", - "Start Line": 363, - "End Line": 387 + "Function Name": "INSERT-CUSTOMER", + "Structural Impact": 20.7, + "Lines of Code (LOC)": 114, + "Control Flow Branches": 14, + "Input Parameters": 0, + "Control Flow Ratio": "87.5%", + "Start Line": 212, + "End Line": 325 }, { - "Function Name": "checkDecode", - "Structural Impact": 17.5, - "Lines of Code (LOC)": 30, + "Function Name": "MAINLINE", + "Structural Impact": 11.2, + "Lines of Code (LOC)": 65, "Control Flow Branches": 7, - "Input Parameters": 3, - "Control Flow Ratio": "70.0%", - "Start Line": 174, - "End Line": 203 - }, - { - "Function Name": "add_crypto_method", - "Structural Impact": 14.2, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 5, - "Input Parameters": 4, - "Control Flow Ratio": "62.5%", - "Start Line": 500, - "End Line": 514 - }, - { - "Function Name": "parse_proxy", - "Structural Impact": 13.9, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 8, - "Input Parameters": 1, - "Control Flow Ratio": "72.7%", - "Start Line": 462, - "End Line": 485 - }, - { - "Function Name": "invokeStats", - "Structural Impact": 12.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 4, - "Input Parameters": 5, - "Control Flow Ratio": "66.7%", - "Start Line": 94, - "End Line": 105 - }, - { - "Function Name": "add_verify", - "Structural Impact": 12.3, - "Lines of Code (LOC)": 22, - "Control Flow Branches": 4, - "Input Parameters": 4, - "Control Flow Ratio": "50.0%", - "Start Line": 519, - "End Line": 540 - }, - { - "Function Name": "createResource", - "Structural Impact": 10.0, - "Lines of Code (LOC)": 31, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "38.5%", - "Start Line": 240, - "End Line": 270 - }, - { - "Function Name": "getDefaultContext", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 36, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 389, - "End Line": 424 - }, - { - "Function Name": "add_debug", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 2, - "Input Parameters": 4, - "Control Flow Ratio": "28.6%", - "Start Line": 579, - "End Line": 611 - }, - { - "Function Name": "createSink", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "42.9%", - "Start Line": 160, - "End Line": 169 - }, - { - "Function Name": "add_cert", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 2, - "Input Parameters": 4, - "Control Flow Ratio": "50.0%", - "Start Line": 545, - "End Line": 557 - }, - { - "Function Name": "drain", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 213, - "End Line": 229 - }, - { - "Function Name": "addNotification", - "Structural Impact": 5.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "66.7%", - "Start Line": 613, - "End Line": 624 + "Input Parameters": 0, + "Control Flow Ratio": "87.5%", + "Start Line": 126, + "End Line": 190 }, { - "Function Name": "add_progress", - "Structural Impact": 5.1, + "Function Name": "Obtain-CUSTOMER-Number", + "Structural Impact": 4.7, "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 4, - "Control Flow Ratio": "25.0%", - "Start Line": 562, - "End Line": 574 - }, - { - "Function Name": "add_timeout", - "Structural Impact": 4.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 4, - "Control Flow Ratio": "50.0%", - "Start Line": 490, - "End Line": 495 + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 196, + "End Line": 208 }, { - "Function Name": "callArray", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "16.7%", - "Start Line": 626, - "End Line": 633 + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 193, + "End Line": 194 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 116, - "Sequential Logic Declarations": 102, - "Function Parameters": 27, - "Function/Method Declarations": 20, + "Control Flow Branches": 24, + "Sequential Logic Declarations": 13, + "Function Parameters": 0, + "Function/Method Declarations": 4, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 47, - "Type/Safety Bypasses": 1, + "Defensive Programming Constructs": 8, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 10, + "I/O and Network Boundaries": 9, "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 244, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 36, + "State Mutations / Variable Reassignments": 72, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 4, - "Global State Dependencies": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 1, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 12, + "Metaprogramming & Reflection": 18, + "Module Dependencies (Imports)": 3, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 1, - "Event Publishers / Emitters": 3, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 13, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 6, - "Fatal Aborts & Exceptions": 14, - "Thread Sleeps & Blocking Waits": 1, - "Bitwise Operations": 16, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 2, - "Private / Encapsulated Scopes": 20, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 437, + "Structural Space Indentations": 213, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 14, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -353528,29 +353376,29 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 3, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 8, + "Orphaned Logic": 3, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 1, + "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 2, - "Dynamic Code Execution (Eval/Exec)": 2, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 5, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, + "Embedded Credentials & Keys": 1, "Sec Extension Mismatch": 0, "Sec Entropy": 0, "Sec Tainted Injection": 0, @@ -353560,130 +353408,125 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 14, + "Direct Upstream (Fragility)": 3, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "'close'", - "GuzzleHttp\\Exception\\ConnectException", - "GuzzleHttp\\Exception\\RequestException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\FulfilledPromise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Psr7", - "GuzzleHttp\\TransferStats", - "GuzzleHttp\\Utils", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface", - "Psr\\Http\\Message\\StreamInterface", - "Psr\\Http\\Message\\UriInterface", - "a\n // Connection: close header\n if ($request->getProtocolVersion() === '1.1'\n && !$request->hasHeader('Connection')\n ) \n $request = $request->withHeader('Connection'" + "LGCMAREA", + "LGPOLICY", + "SQLCA" ] - } - } - }, - "java/springboot": { - "Directory Group Magnitude": 1813.24, - "File Count": 8, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "87.5%", - "Static: Literature & Documentation": "12.5%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "11.93%", - "Error & Exception Exposure": "57.62%", - "Tech Debt Exposure": "56.31%", - "Testing Exposure": "60.23%", - "API Exposure": "4.18%", - "Concurrency Exposure": "14.64%", - "State Flux Exposure": "31.05%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "84.17%", - "Instability Exposure": "43.75%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "23.55%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "java/springboot/LICENSE.txt": { + }, + "cobol/cics-genapp/lgacdb02.cbl": { "1. Artifact Identity": { - "Filename": "LICENSE.txt", - "Path": "java/springboot/LICENSE.txt", - "Language": "Plaintext", + "Filename": "lgacdb02.cbl", + "Path": "cobol/cics-genapp/lgacdb02.cbl", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.txt)" + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4588.05, - "Y": -161.13, - "Z": -2874.41 + "X": -308.06, + "Y": 34.29, + "Z": 953.84 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 202, - "Coding LOC": 0, - "Documentation LOC": 169, - "Structural Magnitude": 4.04, - "Control Flow Ratio": "0.0%", + "Total LOC": 226, + "Coding LOC": 126, + "Documentation LOC": 75, + "Structural Magnitude": 73.92, + "Control Flow Ratio": "55.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "91.16%", + "Error & Exception Exposure": "81.45%", + "Tech Debt Exposure": "51.98%", + "Testing Exposure": "2.41%", + "API Exposure": "2.56%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "9.94%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "INSERT-CUSTOMER-PASSWORD", + "Structural Impact": 12.2, + "Lines of Code (LOC)": 65, + "Control Flow Branches": 8, + "Input Parameters": 0, + "Control Flow Ratio": "80.0%", + "Start Line": 159, + "End Line": 223 + }, + { + "Function Name": "MAINLINE", + "Structural Impact": 11.1, + "Lines of Code (LOC)": 41, + "Control Flow Branches": 8, + "Input Parameters": 0, + "Control Flow Ratio": "88.9%", + "Start Line": 113, + "End Line": 153 + }, + { + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 156, + "End Line": 157 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, + "Control Flow Branches": 16, + "Sequential Logic Declarations": 13, "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Function/Method Declarations": 3, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 5, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, + "I/O and Network Boundaries": 5, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 46, + "Commented-out Code (Dead Logic)": 2, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, + "Metaprogramming & Reflection": 11, + "Module Dependencies (Imports)": 2, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -353692,11 +353535,11 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, + "Pointer Arithmetic & Addressing": 2, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, + "Ad-hoc Print / Debug Statements": 1, "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, @@ -353708,11 +353551,11 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 126, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 8, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -353725,15 +353568,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 2, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -353757,30 +353600,32 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, + "Direct Upstream (Fragility)": 2, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [] + "9. Extracted Dependencies": [ + "LGPOLICY", + "SQLCA" + ] }, - "java/springboot/AutoConfigurationImportSelector.java": { + "cobol/cics-genapp/lgacus01.cbl": { "1. Artifact Identity": { - "Filename": "AutoConfigurationImportSelector.java", - "Path": "java/springboot/AutoConfigurationImportSelector.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "DeferredImportSelector, BeanClassLoaderAware,, DeferredImportSelector", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgacus01.cbl", + "Path": "cobol/cics-genapp/lgacus01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4952.09, - "Y": -122.07, - "Z": -2730.55 + "X": 238.52, + "Y": -12.34, + "Z": 875.02 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -353789,559 +353634,119 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 574, - "Coding LOC": 413, - "Documentation LOC": 78, - "Structural Magnitude": 248.86, - "Control Flow Ratio": "34.3%", + "Total LOC": 180, + "Coding LOC": 95, + "Documentation LOC": 61, + "Structural Magnitude": 63.7, + "Control Flow Ratio": "47.8%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.608 + "Raw Cognitive Density": 1.392 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "18.07%", - "Error & Exception Exposure": "78.53%", - "Tech Debt Exposure": "75.62%", - "Testing Exposure": "80.0%", - "API Exposure": "4.42%", + "Cognitive Load Exposure": "92.88%", + "Error & Exception Exposure": "85.62%", + "Tech Debt Exposure": "71.53%", + "Testing Exposure": "2.42%", + "API Exposure": "2.67%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "62.38%", - "Commented Logic Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "18.24%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "46.35%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "filter", - "Structural Impact": 15.6, - "Lines of Code (LOC)": 29, - "Control Flow Branches": 9, - "Input Parameters": 1, - "Control Flow Ratio": "69.2%", - "Start Line": 399, - "End Line": 427 - }, - { - "Function Name": "selectImports", - "Structural Impact": 14.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 13, - "Input Parameters": 0, - "Control Flow Ratio": "81.2%", - "Start Line": 488, - "End Line": 505 - }, - { - "Function Name": "checkExcludedClasses", - "Structural Impact": 12.7, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 212, - "End Line": 223 - }, - { - "Function Name": "invokeAwareMethods", + "Function Name": "MAINLINE", "Structural Impact": 9.3, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "83.3%", - "Start Line": 329, - "End Line": 344 - }, - { - "Function Name": "process", - "Structural Impact": 8.0, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 466, - "End Line": 486 - }, - { - "Function Name": "getExcludeAutoConfigurationsProperty", - "Structural Impact": 7.7, - "Lines of Code (LOC)": 14, + "Lines of Code (LOC)": 46, "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "54.5%", - "Start Line": 263, - "End Line": 276 - }, - { - "Function Name": "fireAutoConfigurationImportEvents", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 314, - "End Line": 323 - }, - { - "Function Name": "handleInvalidExcludes", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 230, - "End Line": 238 - }, - { - "Function Name": "AutoConfigurationImportSelector", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 113, - "End Line": 116 - }, - { - "Function Name": "sortAutoConfigurations", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 520, - "End Line": 527 - }, - { - "Function Name": "getConfigurationClassFilter", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 282, - "End Line": 293 - }, - { - "Function Name": "getExclusions", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 247, - "End Line": 255 - }, - { - "Function Name": "getAttributes", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 176, - "End Line": 182 - }, - { - "Function Name": "getAutoConfigurationEntry", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "25.0%", - "Start Line": 142, - "End Line": 155 - }, - { - "Function Name": "getMetadataReaderFactory", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 529, - "End Line": 537 - }, - { - "Function Name": "selectImports", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 118, - "End Line": 125 - }, - { - "Function Name": "getExclusionFilter", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 127, - "End Line": 130 - }, - { - "Function Name": "isEnabled", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "20.0%", - "Start Line": 162, - "End Line": 167 - }, - { - "Function Name": "getAutoConfigurationReplacements", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 295, - "End Line": 303 - }, - { - "Function Name": "getCandidateConfigurations", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 200, - "End Line": 210 - }, - { - "Function Name": "getAutoConfigurationMetadata", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 513, - "End Line": 518 - }, - { - "Function Name": "getImportGroup", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "25.0%", - "Start Line": 157, - "End Line": 160 - }, - { - "Function Name": "getAnnotationClass", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 188, - "End Line": 190 - }, - { - "Function Name": "asList", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 309, - "End Line": 312 - }, - { - "Function Name": "ConfigurationClassFilter", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 394, - "End Line": 397 - }, - { - "Function Name": "AutoConfigurationEntry", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 558, - "End Line": 561 - }, - { - "Function Name": "setBeanFactory", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 346, - "End Line": 350 - }, - { - "Function Name": "getEntry", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 507, - "End Line": 511 - }, - { - "Function Name": "shouldExclude", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 132, - "End Line": 134 - }, - { - "Function Name": "removeDuplicates", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 305, - "End Line": 307 - }, - { - "Function Name": "setBeanClassLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 356, - "End Line": 359 - }, - { - "Function Name": "setEnvironment", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 365, - "End Line": 368 - }, - { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 374, - "End Line": 377 - }, - { - "Function Name": "setBeanClassLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 451, - "End Line": 454 - }, - { - "Function Name": "setBeanFactory", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 456, - "End Line": 459 - }, - { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 461, - "End Line": 464 - }, - { - "Function Name": "getOrder", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 383, - "End Line": 386 - }, - { - "Function Name": "AutoConfigurationEntry", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 547, - "End Line": 550 - }, - { - "Function Name": "AutoConfigurationImportSelector", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 109, - "End Line": 111 - }, - { - "Function Name": "getAutoConfigurationImportFilters", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 278, - "End Line": 280 - }, - { - "Function Name": "getAutoConfigurationImportListeners", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 325, - "End Line": 327 - }, - { - "Function Name": "getBeanFactory", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 352, - "End Line": 354 - }, - { - "Function Name": "getBeanClassLoader", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 361, - "End Line": 363 - }, - { - "Function Name": "getEnvironment", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 370, - "End Line": 372 - }, - { - "Function Name": "getResourceLoader", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 379, - "End Line": 381 + "Control Flow Ratio": "85.7%", + "Start Line": 76, + "End Line": 121 }, - { - "Function Name": "getConfigurations", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + { + "Function Name": "INSERT-CUSTOMER", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 563, - "End Line": 565 + "Control Flow Ratio": "71.4%", + "Start Line": 127, + "End Line": 174 }, { - "Function Name": "getExclusions", + "Function Name": "MAINLINE-EXIT", "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 567, - "End Line": 569 + "Start Line": 124, + "End Line": 125 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 70, - "Sequential Logic Declarations": 134, - "Function Parameters": 56, - "Function/Method Declarations": 47, - "Class/Entity Declarations": 4, - "Defensive Programming Constructs": 9, - "Type/Safety Bypasses": 26, + "Control Flow Branches": 11, + "Sequential Logic Declarations": 12, + "Function Parameters": 0, + "Function/Method Declarations": 3, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 34, - "State Mutations / Variable Reassignments": 39, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 27, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 42, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 11, - "Global State Dependencies": 0, - "Decorators and Annotations": 22, - "Generic Type Abstractions": 44, - "Collection Iterators / Comprehensions": 13, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 7, - "Module Dependencies (Imports)": 42, - "Authorship Metadata": 6, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 4, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, + "Pointer Arithmetic & Addressing": 2, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, + "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, - "Fatal Aborts & Exceptions": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 18, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 52, - "Event Listeners & Subscribers": 1, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 368, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 95, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 6, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -354354,15 +353759,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 46, - "Design Camel Case": 16, - "Design Snake Case": 26, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 4, - "Design Short Vars": 1, - "Design Long Vars": 5, - "Duplicate Logic": 4, - "Orphaned Logic": 5, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -354386,73 +353791,32 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 42, + "Direct Upstream (Fragility)": 2, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "java.util.ArrayList", - "java.util.Arrays", - "java.util.Collection", - "java.util.Collections", - "java.util.HashSet", - "java.util.LinkedHashMap", - "java.util.LinkedHashSet", - "java.util.List", - "java.util.Map", - "java.util.Set", - "java.util.concurrent.TimeUnit", - "java.util.function.Predicate", - "java.util.stream.Collectors", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.jspecify.annotations.Nullable", - "org.springframework.beans.BeansException", - "org.springframework.beans.factory.Aware", - "org.springframework.beans.factory.BeanClassLoaderAware", - "org.springframework.beans.factory.BeanFactory", - "org.springframework.beans.factory.BeanFactoryAware", - "org.springframework.beans.factory.NoSuchBeanDefinitionException", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.boot.context.annotation.ImportCandidates", - "org.springframework.boot.context.properties.bind.Binder", - "org.springframework.context.EnvironmentAware", - "org.springframework.context.ResourceLoaderAware", - "org.springframework.context.annotation.Configuration", - "org.springframework.context.annotation.DeferredImportSelector", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.AnnotationAttributes", - "org.springframework.core.env.ConfigurableEnvironment", - "org.springframework.core.env.Environment", - "org.springframework.core.io.ResourceLoader", - "org.springframework.core.io.support.SpringFactoriesLoader", - "org.springframework.core.type.AnnotationMetadata", - "org.springframework.core.type.classreading.CachingMetadataReaderFactory", - "org.springframework.core.type.classreading.MetadataReaderFactory", - "org.springframework.util.Assert", - "org.springframework.util.ClassUtils", - "org.springframework.util.CollectionUtils", - "org.springframework.util.StringUtils" + "LGCMAREA", + "LGPOLICY" ] }, - "java/springboot/Binder.java": { + "cobol/cics-genapp/lgacvs01.cbl": { "1. Artifact Identity": { - "Filename": "Binder.java", - "Path": "java/springboot/Binder.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "BindContext", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgacvs01.cbl", + "Path": "cobol/cics-genapp/lgacvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 5165.19, - "Y": -18.98, - "Z": -1961.59 + "X": -127.26, + "Y": -13.5, + "Z": 950.49 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -354461,25 +353825,25 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 701, - "Coding LOC": 419, - "Documentation LOC": 208, - "Structural Magnitude": 234.58, - "Control Flow Ratio": "37.0%", - "Popularity Rank": 3, + "Total LOC": 122, + "Coding LOC": 88, + "Documentation LOC": 25, + "Structural Magnitude": 33.56, + "Control Flow Ratio": "36.4%", + "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.263 + "Raw Cognitive Density": 1.011 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "6.24%", - "Error & Exception Exposure": "87.77%", - "Tech Debt Exposure": "35.65%", - "Testing Exposure": "80.0%", - "API Exposure": "4.06%", + "Cognitive Load Exposure": "73.99%", + "Error & Exception Exposure": "72.45%", + "Tech Debt Exposure": "76.73%", + "Testing Exposure": "2.38%", + "API Exposure": "2.88%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "99.77%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", @@ -354489,543 +353853,645 @@ }, "5. Function Analysis": [ { - "Function Name": "Binder", - "Structural Impact": 22.4, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 7, - "Input Parameters": 6, - "Control Flow Ratio": "77.8%", - "Start Line": 201, - "End Line": 224 - }, - { - "Function Name": "isUnbindableBean", - "Structural Impact": 14.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 6, - "Input Parameters": 3, - "Control Flow Ratio": "60.0%", - "Start Line": 529, - "End Line": 541 - }, - { - "Function Name": "bindDataObject", - "Structural Impact": 9.5, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 498, - "End Line": 514 - }, - { - "Function Name": "bindObject", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 7, - "Input Parameters": 0, - "Control Flow Ratio": "58.3%", - "Start Line": 423, - "End Line": 449 - }, - { - "Function Name": "Binder", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 6, - "Control Flow Ratio": "100.0%", - "Start Line": 176, - "End Line": 184 - }, - { - "Function Name": "handleBindResult", - "Structural Impact": 8.3, - "Lines of Code (LOC)": 25, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "57.1%", - "Start Line": 383, - "End Line": 407 - }, - { - "Function Name": "bind", - "Structural Impact": 8.0, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "57.1%", - "Start Line": 364, - "End Line": 381 - }, - { - "Function Name": "getAggregateBinder", - "Structural Impact": 7.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "37.5%", - "Start Line": 451, - "End Line": 463 - }, - { - "Function Name": "withSource", - "Structural Impact": 7.7, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 603, - "End Line": 617 - }, - { - "Function Name": "containsNoDescendantOf", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 543, - "End Line": 551 - }, - { - "Function Name": "bindAggregate", - "Structural Impact": 6.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 465, - "End Line": 474 - }, - { - "Function Name": "findProperty", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "57.1%", - "Start Line": 476, - "End Line": 488 - }, - { - "Function Name": "bind", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 354, - "End Line": 362 - }, - { - "Function Name": "handleBindError", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 409, - "End Line": 421 - }, - { - "Function Name": "fromDataObjectBinders", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, + "Function Name": "A-EXIT", + "Structural Impact": 7.8, + "Lines of Code (LOC)": 37, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 516, - "End Line": 527 + "Control Flow Ratio": "55.6%", + "Start Line": 82, + "End Line": 118 }, { - "Function Name": "withDataObject", - "Structural Impact": 4.5, - "Lines of Code (LOC)": 9, + "Function Name": "MAINLINE", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 19, "Control Flow Branches": 3, "Input Parameters": 0, "Control Flow Ratio": "75.0%", - "Start Line": 619, - "End Line": 627 - }, - { - "Function Name": "withIncreasedDepth", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 633, - "End Line": 641 - }, - { - "Function Name": "isBindingDataObject", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 629, - "End Line": 631 - }, - { - "Function Name": "pushConstructorBoundTypes", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 651, - "End Line": 653 - }, - { - "Function Name": "Binder", - "Structural Impact": 2.7, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 5, - "Control Flow Ratio": "0.0%", - "Start Line": 154, - "End Line": 159 - }, - { - "Function Name": "Binder", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 135, - "End Line": 139 - }, - { - "Function Name": "getSources", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 685, - "End Line": 691 - }, - { - "Function Name": "Binder", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 120, - "End Line": 123 - }, - { - "Function Name": "bind", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 287, - "End Line": 290 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 349, - "End Line": 352 - }, - { - "Function Name": "bind", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 274, - "End Line": 276 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 334, - "End Line": 336 - }, - { - "Function Name": "get", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 572, - "End Line": 576 - }, - { - "Function Name": "Binder", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 109, - "End Line": 111 - }, - { - "Function Name": "bind", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 235, - "End Line": 237 - }, - { - "Function Name": "bind", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 248, - "End Line": 250 - }, - { - "Function Name": "bind", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 261, - "End Line": 263 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 303, - "End Line": 305 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 318, - "End Line": 320 - }, - { - "Function Name": "Binder", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 86, - "End Line": 88 - }, - { - "Function Name": "sourcesAsList", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 90, - "End Line": 93 - }, - { - "Function Name": "Binder", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 100, - "End Line": 102 - }, - { - "Function Name": "get", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 559, - "End Line": 561 - }, - { - "Function Name": "setConfigurationProperty", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 643, - "End Line": 645 - }, - { - "Function Name": "bindProperty", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 490, - "End Line": 496 - }, + "Start Line": 61, + "End Line": 79 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 8, + "Sequential Logic Declarations": 14, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 18, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 8, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 2, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 88, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 4, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 4, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 3, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA" + ] + }, + "cobol/cics-genapp/lgapdb01.cbl": { + "1. Artifact Identity": { + "Filename": "lgapdb01.cbl", + "Path": "cobol/cics-genapp/lgapdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -316.24, + "Y": -27.32, + "Z": 1750.03 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 596, + "Coding LOC": 408, + "Documentation LOC": 112, + "Structural Magnitude": 224.46, + "Control Flow Ratio": "75.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.184 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "85.01%", + "Error & Exception Exposure": "79.14%", + "Tech Debt Exposure": "32.67%", + "Testing Exposure": "80.0%", + "API Exposure": "2.17%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "16.23%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getBinder", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 30.2, + "Lines of Code (LOC)": 105, + "Control Flow Branches": 24, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 675, - "End Line": 678 + "Control Flow Ratio": "96.0%", + "Start Line": 144, + "End Line": 248 }, { - "Function Name": "getDepth", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "INSERT-COMMERCIAL", + "Structural Impact": 14.5, + "Lines of Code (LOC)": 110, + "Control Flow Branches": 8, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 680, - "End Line": 683 + "Control Flow Ratio": "80.0%", + "Start Line": 482, + "End Line": 591 }, { - "Function Name": "getConfigurationProperty", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "INSERT-POLICY", + "Structural Impact": 11.1, + "Lines of Code (LOC)": 62, + "Control Flow Branches": 7, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 693, - "End Line": 696 + "Control Flow Ratio": "87.5%", + "Start Line": 254, + "End Line": 315 }, { - "Function Name": "increaseDepth", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "INSERT-ENDOW", + "Structural Impact": 10.6, + "Lines of Code (LOC)": 71, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 595, - "End Line": 597 + "Control Flow Ratio": "85.7%", + "Start Line": 323, + "End Line": 393 }, { - "Function Name": "decreaseDepth", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "INSERT-MOTOR", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 42, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 599, - "End Line": 601 + "Control Flow Ratio": "75.0%", + "Start Line": 436, + "End Line": 477 }, { - "Function Name": "clearConfigurationProperty", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "INSERT-HOUSE", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 34, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 647, - "End Line": 649 + "Control Flow Ratio": "75.0%", + "Start Line": 398, + "End Line": 431 }, { - "Function Name": "isNestedConstructorBinding", + "Function Name": "MAINLINE-EXIT", "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 655, - "End Line": 657 - }, + "Start Line": 251, + "End Line": 252 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 51, + "Sequential Logic Declarations": 17, + "Function Parameters": 0, + "Function/Method Declarations": 7, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 12, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 19, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 136, + "Commented-out Code (Dead Logic)": 9, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 31, + "Module Dependencies (Imports)": 3, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 408, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 24, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 4, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 4, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 6, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 3, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgapol01.cbl": { + "1. Artifact Identity": { + "Filename": "lgapol01.cbl", + "Path": "cobol/cics-genapp/lgapol01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": 104.64, + "Y": 13.12, + "Z": 2457.4 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 170, + "Coding LOC": 89, + "Documentation LOC": 57, + "Structural Magnitude": 53.18, + "Control Flow Ratio": "47.6%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.424 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "93.68%", + "Error & Exception Exposure": "82.52%", + "Tech Debt Exposure": "50.7%", + "Testing Exposure": "2.41%", + "API Exposure": "2.7%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "19.6%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "popConstructorBoundTypes", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 8.3, + "Lines of Code (LOC)": 47, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 659, - "End Line": 661 + "Control Flow Ratio": "83.3%", + "Start Line": 78, + "End Line": 124 }, { - "Function Name": "getPlaceholdersResolver", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 8.1, + "Lines of Code (LOC)": 42, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 663, - "End Line": 665 - }, + "Control Flow Ratio": "62.5%", + "Start Line": 127, + "End Line": 168 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 10, + "Sequential Logic Declarations": 11, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 34, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 89, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 6, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA" + ] + }, + "cobol/cics-genapp/lgapvs01.cbl": { + "1. Artifact Identity": { + "Filename": "lgapvs01.cbl", + "Path": "cobol/cics-genapp/lgapvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -587.84, + "Y": 21.53, + "Z": 1385.51 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 189, + "Coding LOC": 146, + "Documentation LOC": 28, + "Structural Magnitude": 105.52, + "Control Flow Ratio": "51.7%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.264 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "88.64%", + "Error & Exception Exposure": "90.6%", + "Tech Debt Exposure": "43.19%", + "Testing Exposure": "2.39%", + "API Exposure": "2.64%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getConverter", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 13.7, + "Lines of Code (LOC)": 54, + "Control Flow Branches": 10, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 667, - "End Line": 669 + "Control Flow Ratio": "90.9%", + "Start Line": 92, + "End Line": 145 }, { - "Function Name": "getCache", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "A-EXIT", + "Structural Impact": 7.9, + "Lines of Code (LOC)": 38, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 671, - "End Line": 673 + "Control Flow Ratio": "55.6%", + "Start Line": 148, + "End Line": 185 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 71, - "Sequential Logic Declarations": 121, - "Function Parameters": 47, - "Function/Method Declarations": 51, - "Class/Entity Declarations": 2, - "Defensive Programming Constructs": 14, - "Type/Safety Bypasses": 63, + "Control Flow Branches": 15, + "Sequential Logic Declarations": 14, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 24, - "State Mutations / Variable Reassignments": 5, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 80, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 109, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 11, - "Global State Dependencies": 0, - "Decorators and Annotations": 20, - "Generic Type Abstractions": 86, - "Collection Iterators / Comprehensions": 1, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 32, - "Authorship Metadata": 2, + "Metaprogramming & Reflection": 11, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -355037,23 +354503,23 @@ "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 1, - "Fatal Aborts & Exceptions": 4, + "Ad-hoc Print / Debug Statements": 2, + "Explicit Type Casts": 4, + "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 5, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 14, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 34, - "Event Listeners & Subscribers": 6, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 384, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 146, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 4, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -355066,15 +354532,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 47, - "Design Camel Case": 18, - "Design Snake Case": 28, - "Design Pascal Case": 0, - "Design Upper Case": 1, - "Design Short Vars": 1, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 4, + "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 8, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -355098,63 +354564,31 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 32, - "Direct Downstream (Dependency Blast Radius)": 3, + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "java.util.ArrayDeque", - "java.util.Arrays", - "java.util.Collection", - "java.util.Collections", - "java.util.Deque", - "java.util.HashMap", - "java.util.HashSet", - "java.util.List", - "java.util.Map", - "java.util.Set", - "java.util.function.Consumer", - "java.util.function.Function", - "java.util.function.Supplier", - "org.jspecify.annotations.Nullable", - "org.springframework.beans.PropertyEditorRegistry", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.boot.context.properties.bind.Bindable.BindRestriction", - "org.springframework.boot.context.properties.source.ConfigurationProperty", - "org.springframework.boot.context.properties.source.ConfigurationPropertyCaching", - "org.springframework.boot.context.properties.source.ConfigurationPropertyName", - "org.springframework.boot.context.properties.source.ConfigurationPropertySource", - "org.springframework.boot.context.properties.source.ConfigurationPropertySources", - "org.springframework.boot.context.properties.source.ConfigurationPropertyState", - "org.springframework.boot.convert.ApplicationConversionService", - "org.springframework.core.convert.ConversionService", - "org.springframework.core.convert.ConverterNotFoundException", - "org.springframework.core.env.Environment", - "org.springframework.format.support.DefaultFormattingConversionService", - "org.springframework.lang.Contract", - "org.springframework.util.Assert", - "org.springframework.util.ConcurrentReferenceHashMap", - "org.springframework.util.ObjectUtils" + "LGCMAREA" ] }, - "java/springboot/JarLauncher.java": { + "cobol/cics-genapp/lgastat1.cbl": { "1. Artifact Identity": { - "Filename": "JarLauncher.java", - "Path": "java/springboot/JarLauncher.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "ExecutableArchiveLauncher", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgastat1.cbl", + "Path": "cobol/cics-genapp/lgastat1.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4732.72, - "Y": 6.64, - "Z": -1872.44 + "X": -652.73, + "Y": -25.22, + "Z": 1431.5 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -355163,91 +354597,240 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 44, - "Coding LOC": 11, - "Documentation LOC": 26, - "Structural Magnitude": 8.52, - "Control Flow Ratio": "0.0%", + "Total LOC": 141, + "Coding LOC": 106, + "Documentation LOC": 23, + "Structural Magnitude": 47.52, + "Control Flow Ratio": "52.4%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.104 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "99.86%", - "Testing Exposure": "1.83%", - "API Exposure": "6.76%", + "Cognitive Load Exposure": "80.46%", + "Error & Exception Exposure": "76.6%", + "Tech Debt Exposure": "40.68%", + "Testing Exposure": "2.39%", + "API Exposure": "2.8%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "99.98%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "73.33%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "21.25%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "JarLauncher", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 35, - "End Line": 37 - }, - { - "Function Name": "main", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 39, - "End Line": 41 + "Function Name": "MAINLINE", + "Structural Impact": 15.3, + "Lines of Code (LOC)": 67, + "Control Flow Branches": 11, + "Input Parameters": 0, + "Control Flow Ratio": "91.7%", + "Start Line": 68, + "End Line": 134 }, { - "Function Name": "JarLauncher", + "Function Name": "MAINLINE-EXIT", "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 32, - "End Line": 33 + "Start Line": 136, + "End Line": 137 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 8, - "Function Parameters": 3, - "Function/Method Declarations": 3, + "Control Flow Branches": 11, + "Sequential Logic Declarations": 10, + "Function Parameters": 0, + "Function/Method Declarations": 2, "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 28, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 106, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 2, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 5, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA" + ] + }, + "cobol/cics-genapp/lgcmarea.cpy": { + "1. Artifact Identity": { + "Filename": "lgcmarea.cpy", + "Path": "cobol/cics-genapp/lgcmarea.cpy", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cpy)" + }, + "2. Topological Coordinates": { + "X": 835.81, + "Y": 58.09, + "Z": 2233.54 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 104, + "Coding LOC": 85, + "Documentation LOC": 18, + "Structural Magnitude": 0.83, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 4, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 2, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 8, "Module Dependencies (Imports)": 0, - "Authorship Metadata": 4, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -355260,18 +354843,18 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, + "Explicit Type Casts": 8, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 1, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 8, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 85, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -355296,7 +354879,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 1, + "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -355327,23 +354910,22 @@ }, "9. Extracted Dependencies": [] }, - "java/springboot/OnClassCondition.java": { + "cobol/cics-genapp/lgdpdb01.cbl": { "1. Artifact Identity": { - "Filename": "OnClassCondition.java", - "Path": "java/springboot/OnClassCondition.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "FilteringSpringBootCondition, OutcomesResolver", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgdpdb01.cbl", + "Path": "cobol/cics-genapp/lgdpdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4360.16, - "Y": -134.84, - "Z": -2381.12 + "X": -211.05, + "Y": -31.99, + "Z": 2057.29 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -355352,201 +354934,262 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 254, - "Coding LOC": 192, - "Documentation LOC": 27, - "Structural Magnitude": 101.24, - "Control Flow Ratio": "31.9%", + "Total LOC": 246, + "Coding LOC": 131, + "Documentation LOC": 85, + "Structural Magnitude": 85.22, + "Control Flow Ratio": "56.7%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.526 + "Raw Cognitive Density": 1.414 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "24.46%", - "Error & Exception Exposure": "78.8%", - "Tech Debt Exposure": "12.14%", - "Testing Exposure": "80.0%", - "API Exposure": "0.93%", - "Concurrency Exposure": "32.97%", - "State Flux Exposure": "39.63%", - "Commented Logic Exposure": "0.0%", + "Cognitive Load Exposure": "93.44%", + "Error & Exception Exposure": "84.3%", + "Tech Debt Exposure": "31.38%", + "Testing Exposure": "2.41%", + "API Exposure": "2.52%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "9.38%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.82%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "getMatchOutcome", - "Structural Impact": 10.2, - "Lines of Code (LOC)": 30, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "23.5%", - "Start Line": 86, - "End Line": 115 - }, - { - "Function Name": "resolveOutcomes", - "Structural Impact": 10.1, - "Lines of Code (LOC)": 41, - "Control Flow Branches": 7, - "Input Parameters": 0, - "Control Flow Ratio": "58.3%", - "Start Line": 141, - "End Line": 181 - }, - { - "Function Name": "addAll", - "Structural Impact": 9.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "80.0%", - "Start Line": 129, - "End Line": 137 - }, - { - "Function Name": "getOutcome", - "Structural Impact": 7.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 6, + "Function Name": "MAINLINE", + "Structural Impact": 13.2, + "Lines of Code (LOC)": 65, + "Control Flow Branches": 9, "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 224, - "End Line": 240 + "Control Flow Ratio": "90.0%", + "Start Line": 109, + "End Line": 173 }, { - "Function Name": "resolveOutcomes", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 5, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 12.4, + "Lines of Code (LOC)": 69, + "Control Flow Branches": 8, "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 165, - "End Line": 179 - }, - { - "Function Name": "ThreadedOutcomesResolver", - "Structural Impact": 4.8, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 1, "Control Flow Ratio": "66.7%", - "Start Line": 153, - "End Line": 163 - }, - { - "Function Name": "getOutcomes", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 209, - "End Line": 222 - }, - { - "Function Name": "getOutcomes", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "40.0%", - "Start Line": 48, - "End Line": 62 - }, - { - "Function Name": "getCandidates", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "40.0%", - "Start Line": 117, - "End Line": 127 - }, - { - "Function Name": "StandardOutcomesResolver", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 0, - "Input Parameters": 5, - "Control Flow Ratio": "0.0%", - "Start Line": 195, - "End Line": 202 - }, - { - "Function Name": "createOutcomesResolver", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 79, - "End Line": 84 - }, - { - "Function Name": "getOutcome", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "20.0%", - "Start Line": 242, - "End Line": 249 - }, + "Start Line": 176, + "End Line": 244 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 17, + "Sequential Logic Declarations": 13, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 6, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 10, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 56, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 13, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 131, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 10, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 2, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgdpol01.cbl": { + "1. Artifact Identity": { + "Filename": "lgdpol01.cbl", + "Path": "cobol/cics-genapp/lgdpol01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": 535.78, + "Y": -1.21, + "Z": 1862.55 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 187, + "Coding LOC": 101, + "Documentation LOC": 61, + "Structural Magnitude": 65.42, + "Control Flow Ratio": "57.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.453 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "94.33%", + "Error & Exception Exposure": "81.23%", + "Tech Debt Exposure": "43.23%", + "Testing Exposure": "2.43%", + "API Exposure": "2.65%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "11.53%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "resolveOutcomesThreaded", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 14.8, + "Lines of Code (LOC)": 56, + "Control Flow Branches": 11, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 64, - "End Line": 77 + "Control Flow Ratio": "91.7%", + "Start Line": 76, + "End Line": 131 }, { - "Function Name": "resolveOutcomes", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 8.6, + "Lines of Code (LOC)": 52, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 204, - "End Line": 207 + "Control Flow Ratio": "55.6%", + "Start Line": 134, + "End Line": 185 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 29, - "Sequential Logic Declarations": 62, - "Function Parameters": 8, - "Function/Method Declarations": 14, - "Class/Entity Declarations": 4, + "Control Flow Branches": 16, + "Sequential Logic Declarations": 12, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 15, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 4, - "State Mutations / Variable Reassignments": 14, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 3, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 39, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 8, + "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 1, - "Global State Dependencies": 0, - "Decorators and Annotations": 11, - "Generic Type Abstractions": 9, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 4, - "Module Dependencies (Imports)": 15, - "Authorship Metadata": 1, + "Metaprogramming & Reflection": 10, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -355554,7 +355197,7 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, + "Pointer Arithmetic & Addressing": 2, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, @@ -355563,21 +355206,21 @@ "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, - "Thread Synchronization Locks": 3, - "Immutable Data Declarations": 9, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 21, - "Event Listeners & Subscribers": 8, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 173, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 101, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 7, "Feature Flags": 0, "Serialization Parsing": 0, - "Regex Execution": 1, + "Regex Execution": 0, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, @@ -355585,14 +355228,14 @@ "Local Inference & Tensor Math": 0, "Traditional Machine Learning (Stats/Trees)": 0, "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 25, - "Design Camel Case": 13, - "Design Snake Case": 12, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, "Design Upper Case": 0, - "Design Short Vars": 1, + "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, "Orphaned Logic": 1, @@ -355619,46 +355262,31 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 15, + "Direct Upstream (Fragility)": 1, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "java.util.ArrayList", - "java.util.Collections", - "java.util.List", - "org.jspecify.annotations.Nullable", - "org.springframework.boot.autoconfigure.AutoConfigurationImportFilter", - "org.springframework.boot.autoconfigure.AutoConfigurationMetadata", - "org.springframework.boot.autoconfigure.condition.ConditionMessage.Style", - "org.springframework.context.annotation.Condition", - "org.springframework.context.annotation.ConditionContext", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.Order", - "org.springframework.core.type.AnnotatedTypeMetadata", - "org.springframework.util.MultiValueMap", - "org.springframework.util.ReflectionUtils", - "org.springframework.util.StringUtils" + "LGCMAREA" ] }, - "java/springboot/ServletWebServerApplicationContext.java": { + "cobol/cics-genapp/lgdpvs01.cbl": { "1. Artifact Identity": { - "Filename": "ServletWebServerApplicationContext.java", - "Path": "java/springboot/ServletWebServerApplicationContext.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "GenericWebApplicationContext", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgdpvs01.cbl", + "Path": "cobol/cics-genapp/lgdpvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 5382.14, - "Y": -53.71, - "Z": -2689.64 + "X": -501.76, + "Y": 0.84, + "Z": 2302.51 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -355667,269 +355295,109 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 324, - "Coding LOC": 199, - "Documentation LOC": 89, - "Structural Magnitude": 83.08, - "Control Flow Ratio": "23.1%", + "Total LOC": 133, + "Coding LOC": 97, + "Documentation LOC": 28, + "Structural Magnitude": 37.84, + "Control Flow Ratio": "36.4%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.201 + "Raw Cognitive Density": 0.948 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.01%", - "Error & Exception Exposure": "58.28%", - "Tech Debt Exposure": "91.68%", - "Testing Exposure": "80.0%", - "API Exposure": "5.55%", + "Cognitive Load Exposure": "68.86%", + "Error & Exception Exposure": "74.0%", + "Tech Debt Exposure": "70.07%", + "Testing Exposure": "2.38%", + "API Exposure": "2.83%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "18.31%", + "State Flux Exposure": "99.91%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "27.1%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "createWebServer", - "Structural Impact": 7.2, - "Lines of Code (LOC)": 24, + "Function Name": "A-EXIT", + "Structural Impact": 7.9, + "Lines of Code (LOC)": 38, "Control Flow Branches": 5, "Input Parameters": 0, "Control Flow Ratio": "55.6%", - "Start Line": 183, - "End Line": 206 - }, - { - "Function Name": "refresh", - "Structural Impact": 7.0, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 140, - "End Line": 158 - }, - { - "Function Name": "ExistingWebApplicationScopes", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "100.0%", - "Start Line": 302, - "End Line": 310 + "Start Line": 92, + "End Line": 129 }, { - "Function Name": "getWebServerFactory", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 13, + "Function Name": "MAINLINE", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 20, "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 214, - "End Line": 226 - }, - { - "Function Name": "onRefresh", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 160, - "End Line": 169 - }, - { - "Function Name": "doClose", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 171, - "End Line": 181 - }, - { - "Function Name": "getResourceByPath", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "20.0%", - "Start Line": 244, - "End Line": 250 - }, - { - "Function Name": "getSelfInitializer", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 234, - "End Line": 236 - }, - { - "Function Name": "restore", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 312, - "End Line": 319 - }, - { - "Function Name": "postProcessBeanFactory", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 133, - "End Line": 138 - }, - { - "Function Name": "ServletWebServerApplicationContext", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 125, - "End Line": 127 - }, - { - "Function Name": "setServerNamespace", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 257, - "End Line": 260 - }, - { - "Function Name": "setServletConfig", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 262, - "End Line": 265 - }, - { - "Function Name": "registerWebApplicationScopes", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 238, - "End Line": 242 - }, - { - "Function Name": "getServerNamespace", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 252, - "End Line": 255 - }, - { - "Function Name": "getServletConfig", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 267, - "End Line": 270 - }, - { - "Function Name": "getWebServer", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 277, - "End Line": 280 - }, - { - "Function Name": "ServletWebServerApplicationContext", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 117, - "End Line": 118 + "Control Flow Ratio": "75.0%", + "Start Line": 70, + "End Line": 89 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 24, - "Sequential Logic Declarations": 80, - "Function Parameters": 17, - "Function/Method Declarations": 18, - "Class/Entity Declarations": 2, - "Defensive Programming Constructs": 8, - "Type/Safety Bypasses": 8, + "Control Flow Branches": 8, + "Sequential Logic Declarations": 14, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 18, - "State Mutations / Variable Reassignments": 8, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 22, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 19, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 2, + "Closures and Anonymous Functions": 0, "Global State Dependencies": 1, - "Decorators and Annotations": 10, - "Generic Type Abstractions": 3, - "Collection Iterators / Comprehensions": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 40, - "Authorship Metadata": 3, - "Planned Work (TODOs)": 1, + "Metaprogramming & Reflection": 7, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 1, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, - "Ad-hoc Print / Debug Statements": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 2, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 5, + "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 7, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 15, - "Event Listeners & Subscribers": 3, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 156, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 97, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 4, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -355942,15 +355410,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 15, - "Design Camel Case": 8, - "Design Snake Case": 5, - "Design Pascal Case": 0, - "Design Upper Case": 2, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 4, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 6, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -355974,71 +355442,31 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 40, + "Direct Upstream (Fragility)": 1, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "jakarta.servlet.Filter", - "jakarta.servlet.Servlet", - "jakarta.servlet.ServletConfig", - "jakarta.servlet.ServletContext", - "jakarta.servlet.ServletException", - "java.util.Collections", - "java.util.HashMap", - "java.util.LinkedHashSet", - "java.util.Map", - "java.util.Set", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.jspecify.annotations.Nullable", - "org.springframework.beans.BeansException", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.beans.factory.config.Scope", - "org.springframework.beans.factory.support.DefaultListableBeanFactory", - "org.springframework.boot.WebApplicationType", - "org.springframework.boot.availability.AvailabilityChangeEvent", - "org.springframework.boot.availability.ReadinessState", - "org.springframework.boot.web.context.servlet.WebApplicationContextInitializer", - "org.springframework.boot.web.server.WebServer", - "org.springframework.boot.web.server.context.ConfigurableWebServerApplicationContext", - "org.springframework.boot.web.server.context.MissingWebServerFactoryBeanException", - "org.springframework.boot.web.server.context.WebServerGracefulShutdownLifecycle", - "org.springframework.boot.web.server.servlet.ServletWebServerFactory", - "org.springframework.boot.web.servlet.FilterRegistrationBean", - "org.springframework.boot.web.servlet.ServletContextInitializer", - "org.springframework.boot.web.servlet.ServletRegistrationBean", - "org.springframework.context.ApplicationContext", - "org.springframework.context.ApplicationContextException", - "org.springframework.core.io.Resource", - "org.springframework.core.metrics.StartupStep", - "org.springframework.util.StringUtils", - "org.springframework.web.context.ServletContextAware", - "org.springframework.web.context.WebApplicationContext", - "org.springframework.web.context.support.GenericWebApplicationContext", - "org.springframework.web.context.support.ServletContextAwareProcessor", - "org.springframework.web.context.support.ServletContextResource", - "org.springframework.web.context.support.WebApplicationContextUtils" + "LGCMAREA" ] }, - "java/springboot/SpringApplication.java": { + "cobol/cics-genapp/lgicdb01.cbl": { "1. Artifact Identity": { - "Filename": "SpringApplication.java", - "Path": "java/springboot/SpringApplication.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "SpringApplicationRunListener, Running, BeanFactoryPostProcessor, Ordered, RuntimeException", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgicdb01.cbl", + "Path": "cobol/cics-genapp/lgicdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4890.57, - "Y": -57.51, - "Z": -2338.84 + "X": 411.38, + "Y": 45.49, + "Z": 1188.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -356047,1404 +355475,2908 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 1877, - "Coding LOC": 1044, - "Documentation LOC": 626, - "Structural Magnitude": 809.48, - "Control Flow Ratio": "36.8%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.631 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "19.17%", - "Error & Exception Exposure": "80.3%", - "Tech Debt Exposure": "73.5%", - "Testing Exposure": "80.0%", - "API Exposure": "5.78%", - "Concurrency Exposure": "84.12%", - "State Flux Exposure": "92.03%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "prepareContext", - "Structural Impact": 23.2, - "Lines of Code (LOC)": 40, - "Control Flow Branches": 7, - "Input Parameters": 6, - "Control Flow Ratio": "58.3%", - "Start Line": 380, - "End Line": 419 - }, - { - "Function Name": "handleRunFailure", - "Structural Impact": 21.3, - "Lines of Code (LOC)": 26, - "Control Flow Branches": 9, - "Input Parameters": 3, - "Control Flow Ratio": "75.0%", - "Start Line": 803, - "End Line": 828 - }, - { - "Function Name": "logStartupProfileInfo", - "Structural Impact": 17.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 11, - "Input Parameters": 1, - "Control Flow Ratio": "91.7%", - "Start Line": 644, - "End Line": 661 - }, - { - "Function Name": "reportFailure", - "Structural Impact": 16.9, - "Lines of Code (LOC)": 26, - "Control Flow Branches": 8, - "Input Parameters": 2, - "Control Flow Ratio": "80.0%", - "Start Line": 842, - "End Line": 867 - }, - { - "Function Name": "exit", - "Structural Impact": 15.1, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 7, - "Input Parameters": 2, - "Control Flow Ratio": "63.6%", - "Start Line": 1396, - "End Line": 1419 - }, - { - "Function Name": "addAotGeneratedInitializerIfNecessary", - "Structural Impact": 13.7, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 8, - "Input Parameters": 1, - "Control Flow Ratio": "61.5%", - "Start Line": 421, - "End Line": 439 - }, - { - "Function Name": "getOrderSource", - "Structural Impact": 13.4, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 8, - "Input Parameters": 1, - "Control Flow Ratio": "80.0%", - "Start Line": 1860, - "End Line": 1872 - }, - { - "Function Name": "run", - "Structural Impact": 13.3, - "Lines of Code (LOC)": 39, - "Control Flow Branches": 7, - "Input Parameters": 1, - "Control Flow Ratio": "70.0%", - "Start Line": 304, - "End Line": 342 - }, - { - "Function Name": "configurePropertySources", - "Structural Impact": 11.4, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 5, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 513, - "End Line": 533 - }, - { - "Function Name": "load", - "Structural Impact": 9.5, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "80.0%", - "Start Line": 683, - "End Line": 698 - }, - { - "Function Name": "postProcessApplicationContext", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "83.3%", - "Start Line": 591, - "End Line": 607 - }, - { - "Function Name": "getOrderComparator", - "Structural Impact": 8.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "83.3%", - "Start Line": 779, - "End Line": 784 - }, - { - "Function Name": "getExceptionReporters", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 830, - "End Line": 840 - }, - { - "Function Name": "handleExitCode", - "Structural Impact": 7.5, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 881, - "End Line": 892 - }, - { - "Function Name": "startKeepAliveThread", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 1713, - "End Line": 1729 - }, - { - "Function Name": "deduceEnvironmentClass", - "Structural Impact": 6.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 370, - "End Line": 378 - }, - { - "Function Name": "getRunListeners", - "Structural Impact": 6.3, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 453, - "End Line": 465 - }, - { - "Function Name": "onApplicationEvent", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 1703, - "End Line": 1711 - }, - { - "Function Name": "deduceMainApplicationClass", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 286, - "End Line": 290 - }, - { - "Function Name": "findMainClass", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 292, - "End Line": 296 - }, - { - "Function Name": "callRunners", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "28.6%", - "Start Line": 767, - "End Line": 777 - }, - { - "Function Name": "printBanner", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "44.4%", - "Start Line": 559, - "End Line": 570 - }, - { - "Function Name": "callRunner", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "40.0%", - "Start Line": 786, - "End Line": 794 - }, - { - "Function Name": "withHook", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "66.7%", - "Start Line": 1462, - "End Line": 1470 - }, - { - "Function Name": "getOrCreateEnvironment", - "Structural Impact": 5.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "57.1%", - "Start Line": 475, - "End Line": 485 - }, - { - "Function Name": "run", - "Structural Impact": 5.3, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 1353, - "End Line": 1355 - }, - { - "Function Name": "prepareEnvironment", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 1, - "Input Parameters": 3, - "Control Flow Ratio": "33.3%", - "Start Line": 350, - "End Line": 368 - }, - { - "Function Name": "getBeanDefinitionRegistry", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 731, - "End Line": 739 - }, - { - "Function Name": "getExitCodeFromExitCodeGeneratorException", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 912, - "End Line": 920 - }, - { - "Function Name": "run", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "28.6%", - "Start Line": 1534, - "End Line": 1543 - }, - { - "Function Name": "bindToSpringApplication", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 550, - "End Line": 557 - }, - { - "Function Name": "setDefaultProperties", - "Structural Impact": 4.5, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1094, - "End Line": 1099 - }, - { - "Function Name": "with", - "Structural Impact": 4.5, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 1510, - "End Line": 1514 - }, - { - "Function Name": "setApplicationContextFactory", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 1237, - "End Line": 1240 - }, - { - "Function Name": "setInitializers", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 1247, - "End Line": 1249 - }, - { - "Function Name": "setListeners", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 1274, - "End Line": 1276 - }, - { - "Function Name": "setApplicationStartup", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 1302, - "End Line": 1304 - }, - { - "Function Name": "Augmented", - "Structural Impact": 4.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 3, - "Control Flow Ratio": "100.0%", - "Start Line": 1498, - "End Line": 1502 - }, - { - "Function Name": "getExitCodeFromMappedException", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "20.0%", - "Start Line": 902, - "End Line": 910 - }, - { - "Function Name": "configureEnvironment", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 498, - "End Line": 504 - }, - { - "Function Name": "getExitCodeFromException", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 894, - "End Line": 900 - }, - { - "Function Name": "FactoryAwareOrderSourceProvider", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 1849, - "End Line": 1852 - }, - { - "Function Name": "run", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 1364, - "End Line": 1366 - }, - { - "Function Name": "getAllSources", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1189, - "End Line": 1198 - }, - { - "Function Name": "processUptime", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1792, - "End Line": 1800 - }, - { - "Function Name": "create", - "Structural Impact": 3.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 1771, - "End Line": 1776 - }, - { - "Function Name": "getRunListener", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1688, - "End Line": 1691 - }, - { - "Function Name": "processUptime", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1816, - "End Line": 1820 - }, - { - "Function Name": "action", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1822, - "End Line": 1825 - }, - { - "Function Name": "startTime", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1831, - "End Line": 1835 - }, - { - "Function Name": "getOrderSource", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1854, - "End Line": 1858 - }, - { - "Function Name": "refreshContext", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 441, - "End Line": 446 - }, - { - "Function Name": "logStartupInfo", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 633, - "End Line": 638 - }, - { - "Function Name": "registerLoggedException", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 874, - "End Line": 879 - }, - { - "Function Name": "close", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1472, - "End Line": 1476 - }, - { - "Function Name": "SpringApplication", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "100.0%", - "Start Line": 259, - "End Line": 261 - }, - { - "Function Name": "setMainApplicationClass", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 948, - "End Line": 950 - }, - { - "Function Name": "addPrimarySources", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1149, - "End Line": 1151 - }, - { - "Function Name": "addInitializers", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1256, - "End Line": 1258 - }, - { - "Function Name": "addListeners", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1283, - "End Line": 1285 - }, + "Total LOC": 246, + "Coding LOC": 141, + "Documentation LOC": 77, + "Structural Magnitude": 93.62, + "Control Flow Ratio": "58.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.339 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "91.33%", + "Error & Exception Exposure": "85.33%", + "Tech Debt Exposure": "62.58%", + "Testing Exposure": "2.42%", + "API Exposure": "2.52%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "12.98%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "main", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "25.0%", - "Start Line": 1380, - "End Line": 1382 + "Function Name": "GET-CUSTOMER-INFO", + "Structural Impact": 16.9, + "Lines of Code (LOC)": 79, + "Control Flow Branches": 12, + "Input Parameters": 0, + "Control Flow Ratio": "85.7%", + "Start Line": 165, + "End Line": 243 }, { - "Function Name": "getClassLoader", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, + "Function Name": "MAINLINE", + "Structural Impact": 9.7, + "Lines of Code (LOC)": 53, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 715, - "End Line": 724 + "Control Flow Ratio": "85.7%", + "Start Line": 100, + "End Line": 152 }, { - "Function Name": "getApplicationContext", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 27, + "Function Name": "MAINLINE-END", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1586, - "End Line": 1612 - }, - { - "Function Name": "throwIfNotMet", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 1665, - "End Line": 1671 - }, - { - "Function Name": "stopKeepAliveThread", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 1731, - "End Line": 1737 - }, - { - "Function Name": "getApplicationLog", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 671, - "End Line": 676 + "Start Line": 155, + "End Line": 157 }, { - "Function Name": "callRunner", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 796, - "End Line": 801 - }, - { - "Function Name": "getSpringBootExceptionHandler", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 922, - "End Line": 927 - }, - { - "Function Name": "getMainApplicationClass", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 938, - "End Line": 940 - }, + "Control Flow Ratio": "0.0%", + "Start Line": 162, + "End Line": 163 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 18, + "Sequential Logic Declarations": 13, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 5, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 61, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 12, + "Module Dependencies (Imports)": 3, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 141, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 9, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 3, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 3, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 3, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 3, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgicus01.cbl": { + "1. Artifact Identity": { + "Filename": "lgicus01.cbl", + "Path": "cobol/cics-genapp/lgicus01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -663.81, + "Y": -14.29, + "Z": 1940.15 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 167, + "Coding LOC": 96, + "Documentation LOC": 49, + "Structural Magnitude": 64.12, + "Control Flow Ratio": "47.8%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.385 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "92.7%", + "Error & Exception Exposure": "85.43%", + "Tech Debt Exposure": "87.29%", + "Testing Exposure": "2.42%", + "API Exposure": "2.71%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getInitializers", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, + "Function Name": "MAINLINE", + "Structural Impact": 8.7, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1265, - "End Line": 1267 + "Control Flow Ratio": "85.7%", + "Start Line": 75, + "End Line": 107 }, { - "Function Name": "getListeners", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, + "Function Name": "GET-CUSTOMER-INFO", + "Structural Impact": 8.3, + "Lines of Code (LOC)": 47, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1293, - "End Line": 1295 - }, - { - "Function Name": "withHook", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 1445, - "End Line": 1450 - }, - { - "Function Name": "getSpringFactoriesInstances", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 471, - "End Line": 473 - }, - { - "Function Name": "createBeanDefinitionLoader", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 747, - "End Line": 749 + "Control Flow Ratio": "71.4%", + "Start Line": 119, + "End Line": 165 }, { - "Function Name": "configureProfiles", - "Structural Impact": 1.8, + "Function Name": "MAINLINE-END", + "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, - "Input Parameters": 2, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 543, - "End Line": 544 + "Start Line": 110, + "End Line": 111 }, { - "Function Name": "afterRefresh", - "Structural Impact": 1.8, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 764, - "End Line": 765 - }, - { - "Function Name": "asUnmodifiableOrderedSet", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1478, - "End Line": 1482 - }, - { - "Function Name": "withAdditionalProfiles", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1523, - "End Line": 1527 - }, - { - "Function Name": "getSpringFactoriesInstances", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 467, - "End Line": 469 - }, - { - "Function Name": "quoteProfiles", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 663, - "End Line": 665 - }, - { - "Function Name": "refresh", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 755, - "End Line": 757 - }, - { - "Function Name": "isMainThread", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 929, - "End Line": 932 - }, - { - "Function Name": "setWebApplicationType", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 967, - "End Line": 970 - }, - { - "Function Name": "setAllowBeanDefinitionOverriding", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 979, - "End Line": 981 - }, - { - "Function Name": "setAllowCircularReferences", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 990, - "End Line": 992 - }, - { - "Function Name": "setLazyInitialization", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1000, - "End Line": 1002 - }, - { - "Function Name": "setHeadless", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1009, - "End Line": 1011 - }, - { - "Function Name": "setRegisterShutdownHook", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1020, - "End Line": 1022 - }, - { - "Function Name": "setBanner", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1029, - "End Line": 1031 - }, - { - "Function Name": "setBannerMode", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1038, - "End Line": 1040 - }, - { - "Function Name": "setLogStartupInfo", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1047, - "End Line": 1049 - }, - { - "Function Name": "setAddCommandLineProperties", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1056, - "End Line": 1058 - }, - { - "Function Name": "setAddConversionService", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1066, - "End Line": 1068 - }, - { - "Function Name": "addBootstrapRegistryInitializer", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1076, - "End Line": 1079 - }, - { - "Function Name": "setDefaultProperties", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1086, - "End Line": 1088 - }, + "Start Line": 116, + "End Line": 117 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 11, + "Sequential Logic Declarations": 12, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 42, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 96, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 6, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 3, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 2, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY" + ] + }, + "cobol/cics-genapp/lgicvs01.cbl": { + "1. Artifact Identity": { + "Filename": "lgicvs01.cbl", + "Path": "cobol/cics-genapp/lgicvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -36.24, + "Y": -7.88, + "Z": 1203.23 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 231, + "Coding LOC": 180, + "Documentation LOC": 34, + "Structural Magnitude": 117.3, + "Control Flow Ratio": "67.6%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.578 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "96.48%", + "Error & Exception Exposure": "80.49%", + "Tech Debt Exposure": "33.3%", + "Testing Exposure": "2.4%", + "API Exposure": "2.55%", + "Concurrency Exposure": "92.4%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "6.85%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "setAdditionalProfiles", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1106, - "End Line": 1108 + "Function Name": "MAINLINE", + "Structural Impact": 30.6, + "Lines of Code (LOC)": 133, + "Control Flow Branches": 23, + "Input Parameters": 0, + "Control Flow Ratio": "95.8%", + "Start Line": 91, + "End Line": 223 }, { - "Function Name": "setBeanNameGenerator", - "Structural Impact": 1.6, + "Function Name": "A-EXIT", + "Structural Impact": 1.1, "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1122, - "End Line": 1124 - }, - { - "Function Name": "setEnvironment", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1131, - "End Line": 1134 - }, - { - "Function Name": "setSources", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1177, - "End Line": 1180 - }, + "Start Line": 226, + "End Line": 228 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 23, + "Sequential Logic Declarations": 11, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 10, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 30, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 69, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 12, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 1, + "Metaprogramming & Reflection": 17, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 3, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 1, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 1, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 180, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 1, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 3, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 2, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/lgipdb01.cbl": { + "1. Artifact Identity": { + "Filename": "lgipdb01.cbl", + "Path": "cobol/cics-genapp/lgipdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -59.32, + "Y": -21.24, + "Z": 1715.59 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 1031, + "Coding LOC": 739, + "Documentation LOC": 180, + "Structural Magnitude": 522.38, + "Control Flow Ratio": "84.8%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.105 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "80.5%", + "Error & Exception Exposure": "85.3%", + "Tech Debt Exposure": "27.34%", + "Testing Exposure": "80.0%", + "API Exposure": "2.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "10.65%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1204, - "End Line": 1207 + "Function Name": "MAINLINE", + "Structural Impact": 25.2, + "Lines of Code (LOC)": 84, + "Control Flow Branches": 20, + "Input Parameters": 0, + "Control Flow Ratio": "95.2%", + "Start Line": 228, + "End Line": 311 }, { - "Function Name": "setEnvironmentPrefix", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1225, - "End Line": 1227 + "Function Name": "GET-ENDOW-DB2-INFO", + "Structural Impact": 24.3, + "Lines of Code (LOC)": 106, + "Control Flow Branches": 18, + "Input Parameters": 0, + "Control Flow Ratio": "94.7%", + "Start Line": 317, + "End Line": 422 }, { - "Function Name": "setKeepAlive", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1332, - "End Line": 1334 + "Function Name": "GET-MOTOR-DB2-INFO", + "Structural Impact": 19.6, + "Lines of Code (LOC)": 93, + "Control Flow Branches": 14, + "Input Parameters": 0, + "Control Flow Ratio": "93.3%", + "Start Line": 524, + "End Line": 616 }, { - "Function Name": "from", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1432, - "End Line": 1435 + "Function Name": "GET-HOUSE-DB2-INFO", + "Structural Impact": 19.1, + "Lines of Code (LOC)": 83, + "Control Flow Branches": 14, + "Input Parameters": 0, + "Control Flow Ratio": "93.3%", + "Start Line": 433, + "End Line": 515 }, { - "Function Name": "contextLoaded", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1554, - "End Line": 1557 + "Function Name": "GET-Commercial-DB2-INFO-2", + "Structural Impact": 16.0, + "Lines of Code (LOC)": 100, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 725, + "End Line": 824 }, { - "Function Name": "PropertySourceOrderingBeanFactoryPostProcessor", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1598, - "End Line": 1600 + "Function Name": "GET-Commercial-DB2-INFO-1", + "Structural Impact": 15.9, + "Lines of Code (LOC)": 98, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 622, + "End Line": 719 }, { - "Function Name": "postProcessBeanFactory", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1607, - "End Line": 1610 + "Function Name": "GET-Commercial-DB2-INFO-3", + "Structural Impact": 12.3, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 830, + "End Line": 856 }, { - "Function Name": "AbandonedRunException", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1637, - "End Line": 1639 + "Function Name": "GET-Commercial-DB2-INFO-5", + "Structural Impact": 12.3, + "Lines of Code (LOC)": 26, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 914, + "End Line": 939 }, { - "Function Name": "NativeImageRequirementsException", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1661, - "End Line": 1663 + "Function Name": "GET-Commercial-DB2-INFO-5-Cur", + "Structural Impact": 12.2, + "Lines of Code (LOC)": 85, + "Control Flow Branches": 7, + "Input Parameters": 0, + "Control Flow Ratio": "77.8%", + "Start Line": 945, + "End Line": 1029 }, { - "Function Name": "SingleUseSpringApplicationHook", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1684, - "End Line": 1686 + "Function Name": "GET-Commercial-DB2-INFO-3-Cur", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 51, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "80.0%", + "Start Line": 862, + "End Line": 912 }, { - "Function Name": "getApplicationContext", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 9, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1559, - "End Line": 1567 - }, + "Start Line": 314, + "End Line": 315 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 117, + "Sequential Logic Declarations": 21, + "Function Parameters": 0, + "Function/Method Declarations": 11, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 34, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 31, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 341, + "Commented-out Code (Dead Logic)": 10, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 15, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 28, + "Module Dependencies (Imports)": 3, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 2, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 739, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 25, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 10, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 10, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 10, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 3, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgipol01.cbl": { + "1. Artifact Identity": { + "Filename": "lgipol01.cbl", + "Path": "cobol/cics-genapp/lgipol01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": 673.45, + "Y": -1.7, + "Z": 1310.28 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 140, + "Coding LOC": 82, + "Documentation LOC": 44, + "Structural Magnitude": 46.04, + "Control Flow Ratio": "42.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.378 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "92.5%", + "Error & Exception Exposure": "82.53%", + "Tech Debt Exposure": "56.07%", + "Testing Exposure": "2.39%", + "API Exposure": "2.8%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "8.65%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "createApplicationContext", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 8.1, + "Lines of Code (LOC)": 42, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 579, - "End Line": 584 + "Control Flow Ratio": "62.5%", + "Start Line": 97, + "End Line": 138 }, { - "Function Name": "createBootstrapContext", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, + "Function Name": "MAINLINE", + "Structural Impact": 5.3, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 68, + "End Line": 94 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 8, + "Sequential Logic Declarations": 11, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 30, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 8, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 82, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 5, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 2, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY" + ] + }, + "cobol/cics-genapp/sampcma.jcl": { + "1. Artifact Identity": { + "Filename": "sampcma.jcl", + "Path": "cobol/cics-genapp/sampcma.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -640.14, + "Y": -15.26, + "Z": 1007.07 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 81, + "Coding LOC": 81, + "Documentation LOC": 0, + "Structural Magnitude": 6.42, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "69.04%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.35%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "CMAS", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 76, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 344, - "End Line": 348 - }, + "Start Line": 6, + "End Line": 81 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 30, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 43, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 61, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 61, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/sampncs.jcl": { + "1. Artifact Identity": { + "Filename": "sampncs.jcl", + "Path": "cobol/cics-genapp/sampncs.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -388.82, + "Y": 10.14, + "Z": 700.59 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 11, + "Coding LOC": 11, + "Documentation LOC": 0, + "Structural Magnitude": 1.62, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.455 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "93.17%", + "Tech Debt Exposure": "100.0%", + "Testing Exposure": "1.8%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "73.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "8.74%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "configureHeadlessProperty", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "NCSERVER", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 448, - "End Line": 451 - }, + "Start Line": 5, + "End Line": 11 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 4, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/samptsq.jcl": { + "1. Artifact Identity": { + "Filename": "samptsq.jcl", + "Path": "cobol/cics-genapp/samptsq.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -404.39, + "Y": 20.53, + "Z": 2657.68 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 13, + "Coding LOC": 13, + "Documentation LOC": 0, + "Structural Magnitude": 1.66, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.385 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "92.09%", + "Tech Debt Exposure": "100.0%", + "Testing Exposure": "2.1%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "86.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "10.33%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getOrder", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "SHARETSQ", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 9, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1602, - "End Line": 1605 - }, + "Start Line": 5, + "End Line": 13 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 4, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/sampwui.jcl": { + "1. Artifact Identity": { + "Filename": "sampwui.jcl", + "Path": "cobol/cics-genapp/sampwui.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -861.41, + "Y": -10.75, + "Z": 1697.32 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 114, + "Coding LOC": 114, + "Documentation LOC": 0, + "Structural Magnitude": 8.78, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "64.67%", + "Tech Debt Exposure": "37.14%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "started", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, + "Function Name": "GENAPP1", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 110, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1754, - "End Line": 1758 - }, + "Start Line": 5, + "End Line": 114 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 35, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 51, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 17, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 80, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 80, + "Design Short Vars": 1, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaac01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaac01.jcl", + "Path": "cobol/cics-genapp/wsaac01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 802.55, + "Y": -3.07, + "Z": 1907.2 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "timeTakenToStarted", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1760, - "End Line": 1764 - }, + "Start Line": 13, + "End Line": 32 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 18, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaap01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaap01.jcl", + "Path": "cobol/cics-genapp/wsaap01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 530.06, + "Y": 10.56, + "Z": 868.46 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 99, + "Coding LOC": 99, + "Documentation LOC": 0, + "Structural Magnitude": 7.98, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "ready", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1766, - "End Line": 1769 + "Start Line": 14, + "End Line": 35 }, { - "Function Name": "startTime", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1787, - "End Line": 1790 + "Start Line": 36, + "End Line": 57 }, { - "Function Name": "action", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1802, - "End Line": 1805 + "Start Line": 58, + "End Line": 79 }, { - "Function Name": "SpringApplication", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 273, - "End Line": 273 - }, + "Start Line": 80, + "End Line": 99 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 66, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 66, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaic01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaic01.jcl", + "Path": "cobol/cics-genapp/wsaic01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -796.13, + "Y": -56.03, + "Z": 2244.92 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "applyInitializers", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 615, - "End Line": 615 - }, + "Start Line": 13, + "End Line": 32 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 18, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaip01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaip01.jcl", + "Path": "cobol/cics-genapp/wsaip01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 521.73, + "Y": 23.2, + "Z": 1987.48 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 122, + "Coding LOC": 122, + "Documentation LOC": 0, + "Structural Magnitude": 9.94, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "72.78%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getResourceLoader", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSM", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 705, - "End Line": 707 + "Start Line": 15, + "End Line": 36 }, { - "Function Name": "getWebApplicationType", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSH", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 957, - "End Line": 959 + "Start Line": 37, + "End Line": 58 }, { - "Function Name": "getAdditionalProfiles", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSE", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1114, - "End Line": 1116 + "Start Line": 59, + "End Line": 80 }, { - "Function Name": "getSources", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSB", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1163, - "End Line": 1165 + "Start Line": 81, + "End Line": 102 }, { - "Function Name": "getEnvironmentPrefix", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSB", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1215, - "End Line": 1217 - }, + "Start Line": 103, + "End Line": 122 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 5, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 82, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 82, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 3, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsauc01.jcl": { + "1. Artifact Identity": { + "Filename": "wsauc01.jcl", + "Path": "cobol/cics-genapp/wsauc01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 113.25, + "Y": 14.36, + "Z": 699.16 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getApplicationStartup", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1311, - "End Line": 1313 - }, + "Start Line": 13, + "End Line": 32 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 18, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaup01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaup01.jcl", + "Path": "cobol/cics-genapp/wsaup01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -102.79, + "Y": -12.23, + "Z": 2276.91 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 99, + "Coding LOC": 99, + "Documentation LOC": 0, + "Structural Magnitude": 7.98, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "isKeepAlive", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1321, - "End Line": 1323 + "Start Line": 14, + "End Line": 35 }, { - "Function Name": "getShutdownHandlers", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1342, - "End Line": 1344 + "Start Line": 36, + "End Line": 57 }, { - "Function Name": "AbandonedRunException", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1627, - "End Line": 1629 + "Start Line": 58, + "End Line": 79 }, { - "Function Name": "getApplicationContext", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1646, - "End Line": 1648 - }, + "Start Line": 80, + "End Line": 99 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 66, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 66, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsavc01.jcl": { + "1. Artifact Identity": { + "Filename": "wsavc01.jcl", + "Path": "cobol/cics-genapp/wsavc01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 407.49, + "Y": -16.19, + "Z": 2458.81 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "98.93%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "restoreTime", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSVS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1827, - "End Line": 1829 + "Start Line": 13, + "End Line": 32 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 201, - "Sequential Logic Declarations": 345, - "Function Parameters": 139, - "Function/Method Declarations": 135, - "Class/Entity Declarations": 13, - "Defensive Programming Constructs": 44, - "Type/Safety Bypasses": 81, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 95, - "State Mutations / Variable Reassignments": 143, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 244, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 49, + "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 18, - "Global State Dependencies": 5, - "Decorators and Annotations": 19, - "Generic Type Abstractions": 82, - "Collection Iterators / Comprehensions": 12, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 5, - "Module Dependencies (Imports)": 89, - "Authorship Metadata": 16, - "Planned Work (TODOs)": 1, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 9, - "Dependency Injection Constructs": 6, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 5, - "Ad-hoc Print / Debug Statements": 2, - "Explicit Type Casts": 6, - "Fatal Aborts & Exceptions": 6, - "Thread Sleeps & Blocking Waits": 1, - "Bitwise Operations": 14, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 33, - "Resource Deallocation & Cleanup": 5, - "Private / Encapsulated Scopes": 104, - "Event Listeners & Subscribers": 1, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 952, + "Structural Tab Indentations": 0, "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, @@ -357453,7 +358385,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 11, + "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -357462,15 +358394,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 105, - "Design Camel Case": 53, - "Design Snake Case": 47, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 5, + "Design Upper Case": 18, "Design Short Vars": 0, - "Design Long Vars": 4, + "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 24, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -357494,120 +358426,29 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 89, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "java.lang.StackWalker.StackFrame", - "java.lang.management.ManagementFactory", - "java.lang.reflect.Method", - "java.time.Duration", - "java.util.ArrayList", - "java.util.Arrays", - "java.util.Collection", - "java.util.Collections", - "java.util.Comparator", - "java.util.HashMap", - "java.util.IdentityHashMap", - "java.util.LinkedHashSet", - "java.util.List", - "java.util.Map", - "java.util.Objects", - "java.util.Optional", - "java.util.Properties", - "java.util.Set", - "java.util.concurrent.atomic.AtomicBoolean", - "java.util.concurrent.atomic.AtomicReference", - "java.util.stream.Stream", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.crac.management.CRaCMXBean", - "org.jspecify.annotations.Nullable", - "org.springframework.aot.AotDetector", - "org.springframework.beans.BeansException", - "org.springframework.beans.factory.NoSuchBeanDefinitionException", - "org.springframework.beans.factory.config.BeanDefinition", - "org.springframework.beans.factory.config.BeanFactoryPostProcessor", - "org.springframework.beans.factory.config.ConfigurableBeanFactory", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader", - "org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory", - "org.springframework.beans.factory.support.BeanDefinitionRegistry", - "org.springframework.beans.factory.support.BeanNameGenerator", - "org.springframework.beans.factory.support.DefaultListableBeanFactory", - "org.springframework.beans.factory.support.RootBeanDefinition", - "org.springframework.beans.factory.xml.XmlBeanDefinitionReader", - "org.springframework.boot.Banner.Mode", - "org.springframework.boot.bootstrap.BootstrapRegistry", - "org.springframework.boot.bootstrap.BootstrapRegistryInitializer", - "org.springframework.boot.bootstrap.DefaultBootstrapContext", - "org.springframework.boot.context.properties.bind.Bindable", - "org.springframework.boot.context.properties.bind.Binder", - "org.springframework.boot.context.properties.source.ConfigurationPropertySources", - "org.springframework.boot.convert.ApplicationConversionService", - "org.springframework.boot.env.DefaultPropertiesPropertySource", - "org.springframework.boot.system.JavaVersion", - "org.springframework.context.ApplicationContext", - "org.springframework.context.ApplicationContextInitializer", - "org.springframework.context.ApplicationListener", - "org.springframework.context.ConfigurableApplicationContext", - "org.springframework.context.annotation.AnnotatedBeanDefinitionReader", - "org.springframework.context.annotation.AnnotationConfigUtils", - "org.springframework.context.annotation.ClassPathBeanDefinitionScanner", - "org.springframework.context.annotation.ConfigurationClassPostProcessor", - "org.springframework.context.aot.AotApplicationContextInitializer", - "org.springframework.context.event.ApplicationContextEvent", - "org.springframework.context.event.ContextClosedEvent", - "org.springframework.context.event.ContextRefreshedEvent", - "org.springframework.context.support.AbstractApplicationContext", - "org.springframework.context.support.GenericApplicationContext", - "org.springframework.core.GenericTypeResolver", - "org.springframework.core.NativeDetector", - "org.springframework.core.OrderComparator", - "org.springframework.core.OrderComparator.OrderSourceProvider", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.AnnotationAwareOrderComparator", - "org.springframework.core.annotation.Order", - "org.springframework.core.env.CommandLinePropertySource", - "org.springframework.core.env.CompositePropertySource", - "org.springframework.core.env.ConfigurableEnvironment", - "org.springframework.core.env.Environment", - "org.springframework.core.env.MutablePropertySources", - "org.springframework.core.env.PropertySource", - "org.springframework.core.env.SimpleCommandLinePropertySource", - "org.springframework.core.io.DefaultResourceLoader", - "org.springframework.core.io.ResourceLoader", - "org.springframework.core.io.support.SpringFactoriesLoader", - "org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver", - "org.springframework.core.metrics.ApplicationStartup", - "org.springframework.util.Assert", - "org.springframework.util.ClassUtils", - "org.springframework.util.CollectionUtils", - "org.springframework.util.ObjectUtils", - "org.springframework.util.StringUtils", - "org.springframework.util.function.ThrowingConsumer", - "org.springframework.util.function.ThrowingSupplier" - ] + "9. Extracted Dependencies": [] }, - "java/springboot/WebMvcAutoConfiguration.java": { + "cobol/cics-genapp/wsavp01.jcl": { "1. Artifact Identity": { - "Filename": "WebMvcAutoConfiguration.java", - "Path": "java/springboot/WebMvcAutoConfiguration.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "WebMvcConfigurer, ServletContextAware, DelegatingWebMvcConfiguration implements ResourceLoaderAware, ResourceHandlerRegistrationCustomizer", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "wsavp01.jcl", + "Path": "cobol/cics-genapp/wsavp01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": 4608.87, - "Y": 10.62, - "Z": -2029.94 + "X": -918.17, + "Y": 17.86, + "Z": 1318.09 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -357616,584 +358457,94 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 741, - "Coding LOC": 602, - "Documentation LOC": 44, - "Structural Magnitude": 323.44, - "Control Flow Ratio": "27.7%", + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.389 + "Raw Cognitive Density": 0.156 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "17.5%", - "Error & Exception Exposure": "77.3%", - "Tech Debt Exposure": "62.01%", - "Testing Exposure": "80.0%", - "API Exposure": "5.95%", + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "98.93%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "36.06%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "56.03%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "configureApiVersioning", - "Structural Impact": 33.2, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 22, - "Input Parameters": 1, - "Control Flow Ratio": "95.7%", - "Start Line": 404, - "End Line": 416 - }, - { - "Function Name": "configureApiVersioningUse", - "Structural Impact": 26.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 14, - "Input Parameters": 2, - "Control Flow Ratio": "93.3%", - "Start Line": 418, - "End Line": 424 - }, - { - "Function Name": "WebMvcAutoConfigurationAdapter", - "Structural Impact": 10.9, + "Function Name": "LS2WSVS", + "Structural Impact": 1.5, "Lines of Code (LOC)": 20, - "Control Flow Branches": 2, - "Input Parameters": 10, - "Control Flow Ratio": "100.0%", - "Start Line": 222, - "End Line": 241 - }, - { - "Function Name": "customize", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 44, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 672, - "End Line": 715 - }, - { - "Function Name": "addResourceHandler", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 3, - "Input Parameters": 3, - "Control Flow Ratio": "60.0%", - "Start Line": 374, - "End Line": 391 - }, - { - "Function Name": "configureContentNegotiation", - "Structural Impact": 7.8, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 293, - "End Line": 306 - }, - { - "Function Name": "extendHandlerExceptionResolvers", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "80.0%", - "Start Line": 624, - "End Line": 634 - }, - { - "Function Name": "addResourceHandlers", - "Structural Impact": 6.5, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 353, - "End Line": 368 - }, - { - "Function Name": "configureAsyncSupport", - "Structural Impact": 6.4, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 254, - "End Line": 267 - }, - { - "Function Name": "welcomePageHandlerMapping", - "Structural Impact": 6.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 478, - "End Line": 483 - }, - { - "Function Name": "welcomePageNotAcceptableHandlerMapping", - "Structural Impact": 6.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 485, - "End Line": 491 - }, - { - "Function Name": "getIndexHtmlResource", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 534, - "End Line": 546 - }, - { - "Function Name": "getConfigurableWebBindingInitializer", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "40.0%", - "Start Line": 601, - "End Line": 610 - }, - { - "Function Name": "configureResourceChain", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 690, - "End Line": 698 - }, - { - "Function Name": "singleDispatcherServlet", - "Structural Impact": 5.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 286, - "End Line": 291 - }, - { - "Function Name": "configurePathMatch", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 269, - "End Line": 284 - }, - { - "Function Name": "getVersionResourceResolver", - "Structural Impact": 4.9, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 700, - "End Line": 713 - }, - { - "Function Name": "getIndexHtmlResource", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 552, - "End Line": 563 - }, - { - "Function Name": "getSeconds", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 393, - "End Line": 396 - }, - { - "Function Name": "createRequestMappingHandlerAdapter", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 467, - "End Line": 476 - }, - { - "Function Name": "createRequestMappingHandlerMapping", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 590, - "End Line": 599 - }, - { - "Function Name": "createExceptionHandlerExceptionResolver", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 612, - "End Line": 622 - }, - { - "Function Name": "customizeResourceHandlerRegistration", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 398, - "End Line": 402 - }, - { - "Function Name": "EnableWebMvcConfiguration", - "Structural Impact": 2.9, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 0, - "Input Parameters": 5, - "Control Flow Ratio": "0.0%", - "Start Line": 456, - "End Line": 465 - }, - { - "Function Name": "createWelcomePageHandlerMapping", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 493, - "End Line": 504 - }, - { - "Function Name": "create", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 664, - "End Line": 674 - }, - { - "Function Name": "localeResolver", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "20.0%", - "Start Line": 506, - "End Line": 518 - }, - { - "Function Name": "mvcValidator", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 577, - "End Line": 588 - }, - { - "Function Name": "getMessageCodesResolver", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "25.0%", - "Start Line": 338, - "End Line": 346 - }, - { - "Function Name": "addResourceHandler", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 370, - "End Line": 372 - }, - { - "Function Name": "viewResolver", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 326, - "End Line": 336 - }, - { - "Function Name": "registerHints", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 732, - "End Line": 736 - }, - { - "Function Name": "configureMessageConverters", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 248, - "End Line": 252 - }, - { - "Function Name": "resourceHandlerRegistrationCustomizer", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 653, - "End Line": 657 - }, - { - "Function Name": "customize", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 684, - "End Line": 688 - }, - { - "Function Name": "setServletContext", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 243, - "End Line": 246 - }, - { - "Function Name": "addFormatters", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 348, - "End Line": 351 - }, - { - "Function Name": "mvcConversionService", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 565, - "End Line": 575 - }, - { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 636, - "End Line": 639 - }, - { - "Function Name": "ResourceChainResourceHandlerRegistrationCustomizer", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 680, - "End Line": 682 - }, - { - "Function Name": "defaultViewResolver", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 308, - "End Line": 315 - }, - { - "Function Name": "beanNameViewResolver", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 317, - "End Line": 324 - }, - { - "Function Name": "hiddenHttpMethodFilter", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 176, - "End Line": 181 - }, - { - "Function Name": "formContentFilter", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 183, - "End Line": 188 - }, - { - "Function Name": "flashMapManager", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 520, - "End Line": 525 - }, - { - "Function Name": "viewNameTranslator", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 527, - "End Line": 532 - }, - { - "Function Name": "problemDetailsExceptionHandler", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 721, - "End Line": 726 - }, - { - "Function Name": "mvcApiVersionStrategy", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 641, - "End Line": 645 - }, - { - "Function Name": "requestContextFilter", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 426, - "End Line": 427 - }, - { - "Function Name": "getIndexHtmlResource", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 548, - "End Line": 550 + "Start Line": 13, + "End Line": 32 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 92, - "Sequential Logic Declarations": 240, - "Function Parameters": 73, - "Function/Method Declarations": 50, - "Class/Entity Declarations": 9, - "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 34, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 41, - "State Mutations / Variable Reassignments": 38, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 5, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 29, - "Global State Dependencies": 2, - "Decorators and Annotations": 78, - "Generic Type Abstractions": 22, - "Collection Iterators / Comprehensions": 8, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 118, - "Authorship Metadata": 10, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 27, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, + "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 1, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 4, - "Thread Synchronization Locks": 7, - "Immutable Data Declarations": 21, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 37, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 475, + "Structural Tab Indentations": 0, "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, @@ -358202,7 +358553,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 3, + "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -358211,15 +358562,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 43, - "Design Camel Case": 16, - "Design Snake Case": 24, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 3, + "Design Upper Case": 18, "Design Short Vars": 0, - "Design Long Vars": 1, + "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 18, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -358243,131 +358594,12 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 118, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "jakarta.servlet.Servlet", - "jakarta.servlet.ServletContext", - "java.time.Duration", - "java.util.List", - "java.util.Locale", - "java.util.Map", - "java.util.function.Consumer", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.jspecify.annotations.Nullable", - "org.springframework.aot.hint.RuntimeHints", - "org.springframework.aot.hint.RuntimeHintsRegistrar", - "org.springframework.aot.hint.TypeReference", - "org.springframework.beans.factory.BeanFactory", - "org.springframework.beans.factory.ListableBeanFactory", - "org.springframework.beans.factory.NoSuchBeanDefinitionException", - "org.springframework.beans.factory.ObjectProvider", - "org.springframework.boot.autoconfigure.AutoConfiguration", - "org.springframework.boot.autoconfigure.AutoConfigureOrder", - "org.springframework.boot.autoconfigure.EnableAutoConfiguration", - "org.springframework.boot.autoconfigure.condition.ConditionalOnBean", - "org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty", - "org.springframework.boot.autoconfigure.condition.ConditionalOnClass", - "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean", - "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingFilterBean", - "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication", - "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type", - "org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration", - "org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders", - "org.springframework.boot.autoconfigure.web.ConditionalOnEnabledResourceChain", - "org.springframework.boot.autoconfigure.web.WebProperties", - "org.springframework.boot.autoconfigure.web.WebProperties.Resources", - "org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy", - "org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints", - "org.springframework.boot.autoconfigure.web.format.DateTimeFormatters", - "org.springframework.boot.autoconfigure.web.format.WebConversionService", - "org.springframework.boot.context.properties.EnableConfigurationProperties", - "org.springframework.boot.context.properties.PropertyMapper", - "org.springframework.boot.convert.ApplicationConversionService", - "org.springframework.boot.http.converter.autoconfigure.ServerHttpMessageConvertersCustomizer", - "org.springframework.boot.servlet.filter.OrderedFormContentFilter", - "org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter", - "org.springframework.boot.servlet.filter.OrderedRequestContextFilter", - "org.springframework.boot.validation.autoconfigure.ValidatorAdapter", - "org.springframework.boot.web.servlet.ServletRegistrationBean", - "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion", - "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use", - "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format", - "org.springframework.context.ApplicationContext", - "org.springframework.context.ResourceLoaderAware", - "org.springframework.context.annotation.Bean", - "org.springframework.context.annotation.Configuration", - "org.springframework.context.annotation.Import", - "org.springframework.context.annotation.ImportRuntimeHints", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.Order", - "org.springframework.core.io.Resource", - "org.springframework.core.io.ResourceLoader", - "org.springframework.core.task.AsyncTaskExecutor", - "org.springframework.format.FormatterRegistry", - "org.springframework.format.support.FormattingConversionService", - "org.springframework.http.CacheControl", - "org.springframework.http.MediaType", - "org.springframework.http.converter.HttpMessageConverters.ServerBuilder", - "org.springframework.lang.Contract", - "org.springframework.util.AntPathMatcher", - "org.springframework.util.Assert", - "org.springframework.util.ClassUtils", - "org.springframework.util.CollectionUtils", - "org.springframework.validation.DefaultMessageCodesResolver", - "org.springframework.validation.MessageCodesResolver", - "org.springframework.validation.Validator", - "org.springframework.web.accept.ApiVersionDeprecationHandler", - "org.springframework.web.accept.ApiVersionParser", - "org.springframework.web.accept.ApiVersionResolver", - "org.springframework.web.accept.ApiVersionStrategy", - "org.springframework.web.accept.ContentNegotiationManager", - "org.springframework.web.bind.support.ConfigurableWebBindingInitializer", - "org.springframework.web.context.ServletContextAware", - "org.springframework.web.context.request.RequestContextListener", - "org.springframework.web.context.support.ServletContextResource", - "org.springframework.web.filter.FormContentFilter", - "org.springframework.web.filter.HiddenHttpMethodFilter", - "org.springframework.web.filter.RequestContextFilter", - "org.springframework.web.servlet.DispatcherServlet", - "org.springframework.web.servlet.FlashMapManager", - "org.springframework.web.servlet.HandlerExceptionResolver", - "org.springframework.web.servlet.LocaleResolver", - "org.springframework.web.servlet.RequestToViewNameTranslator", - "org.springframework.web.servlet.View", - "org.springframework.web.servlet.ViewResolver", - "org.springframework.web.servlet.config.annotation.ApiVersionConfigurer", - "org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer", - "org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer", - "org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration", - "org.springframework.web.servlet.config.annotation.EnableWebMvc", - "org.springframework.web.servlet.config.annotation.PathMatchConfigurer", - "org.springframework.web.servlet.config.annotation.ResourceChainRegistration", - "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration", - "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry", - "org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport", - "org.springframework.web.servlet.config.annotation.WebMvcConfigurer", - "org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver", - "org.springframework.web.servlet.handler.AbstractUrlHandlerMapping", - "org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver", - "org.springframework.web.servlet.i18n.FixedLocaleResolver", - "org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver", - "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter", - "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping", - "org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler", - "org.springframework.web.servlet.resource.EncodedResourceResolver", - "org.springframework.web.servlet.resource.ResourceResolver", - "org.springframework.web.servlet.resource.ResourceUrlProvider", - "org.springframework.web.servlet.resource.VersionResourceResolver", - "org.springframework.web.servlet.view.BeanNameViewResolver", - "org.springframework.web.servlet.view.ContentNegotiatingViewResolver", - "org.springframework.web.servlet.view.InternalResourceViewResolver", - "org.springframework.web.util.UrlPathHelper" - ] + "9. Extracted Dependencies": [] } } }, @@ -401090,9 +401322,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 6191.76, + "X": -1741.39, "Y": -220.38, - "Z": -2072.27 + "Z": -4282.67 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -401258,9 +401490,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5945.34, + "X": -1987.81, "Y": -198.77, - "Z": -2898.8 + "Z": -5109.21 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -401560,9 +401792,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5907.16, + "X": -2026.0, "Y": -210.0, - "Z": -2164.94 + "Z": -4375.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -401863,9 +402095,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5694.63, + "X": -2238.53, "Y": -122.11, - "Z": -2243.44 + "Z": -4453.85 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -402121,9 +402353,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5477.3, + "X": -2455.85, "Y": -77.95, - "Z": -2539.94 + "Z": -4750.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -403791,815 +404023,6 @@ } } }, - "m4/curl/m4": { - "Directory Group Magnitude": 403.69, - "File Count": 5, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "4.78%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "16.13%", - "Testing Exposure": "2.3%", - "API Exposure": "1.74%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "19.01%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "m4/curl/m4/curl-confopts.m4": { - "1. Artifact Identity": { - "Filename": "curl-confopts.m4", - "Path": "m4/curl/m4/curl-confopts.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -2258.03, - "Y": -81.9, - "Z": -4152.97 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 577, - "Coding LOC": 375, - "Documentation LOC": 163, - "Structural Magnitude": 91.12, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "3.46%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 5, - "Function Parameters": 9, - "Function/Method Declarations": 14, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 1, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 2, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 5, - "Preprocessor Macros": 2, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 47, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 324, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 108, - "Design Camel Case": 0, - "Design Snake Case": 57, - "Design Pascal Case": 0, - "Design Upper Case": 35, - "Design Short Vars": 0, - "Design Long Vars": 1, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/curl-mbedtls.m4": { - "1. Artifact Identity": { - "Filename": "curl-mbedtls.m4", - "Path": "m4/curl/m4/curl-mbedtls.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -1723.24, - "Y": 5.26, - "Z": -4139.45 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 123, - "Coding LOC": 70, - "Documentation LOC": 35, - "Structural Magnitude": 18.4, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "80.67%", - "Testing Exposure": "2.3%", - "API Exposure": "4.56%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "31.65%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 2, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 1, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 2, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 2, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 66, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 30, - "Design Camel Case": 0, - "Design Snake Case": 15, - "Design Pascal Case": 0, - "Design Upper Case": 15, - "Design Short Vars": 0, - "Design Long Vars": 2, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/curl-sysconfig.m4": { - "1. Artifact Identity": { - "Filename": "curl-sysconfig.m4", - "Path": "m4/curl/m4/curl-sysconfig.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -2513.8, - "Y": -179.89, - "Z": -4732.49 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 52, - "Coding LOC": 21, - "Documentation LOC": 29, - "Structural Magnitude": 15.42, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.238 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.43%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "27.66%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 3, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 18, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 2, - "Design Pascal Case": 0, - "Design Upper Case": 3, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/xc-am-iface.m4": { - "1. Artifact Identity": { - "Filename": "xc-am-iface.m4", - "Path": "m4/curl/m4/xc-am-iface.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -1951.85, - "Y": -20.22, - "Z": -4938.76 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 86, - "Coding LOC": 19, - "Documentation LOC": 59, - "Structural Magnitude": 29.88, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.263 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "12.48%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 3, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 1, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/zz40-xc-ovr.m4": { - "1. Artifact Identity": { - "Filename": "zz40-xc-ovr.m4", - "Path": "m4/curl/m4/zz40-xc-ovr.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -2010.8, - "Y": -92.58, - "Z": -4512.34 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 668, - "Coding LOC": 338, - "Documentation LOC": 253, - "Structural Magnitude": 248.87, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.71%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 37, - "Function Parameters": 51, - "Function/Method Declarations": 19, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 37, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 4, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 4, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 2, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 92, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 50, - "Design Camel Case": 0, - "Design Snake Case": 37, - "Design Pascal Case": 0, - "Design Upper Case": 10, - "Design Short Vars": 0, - "Design Long Vars": 3, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - } - } - }, "python/wtfpython": { "Directory Group Magnitude": 313.92, "File Count": 6, @@ -413779,6 +413202,366 @@ } } }, + "m4/gnucobol": { + "Directory Group Magnitude": 192.98, + "File Count": 2, + "Ecosystem Fingerprint (Archetypes)": { + "Static: Literature & Documentation": "50.0%", + "Unclassified": "50.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "2.61%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "13.66%", + "Testing Exposure": "1.15%", + "API Exposure": "5.51%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "2.44%", + "Specification Exposure": "50.0%", + "Instability Exposure": "25.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "14.78%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "m4/gnucobol/COPYING": { + "1. Artifact Identity": { + "Filename": "COPYING", + "Path": "m4/gnucobol/COPYING", + "Language": "Plaintext", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (COPYING)" + }, + "2. Topological Coordinates": { + "X": -4837.47, + "Y": -126.2, + "Z": 4397.2 + }, + "3. Architectural Profile": { + "Repository Archetype": "Static: Literature & Documentation", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": "N/A", + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 675, + "Coding LOC": 0, + "Documentation LOC": 553, + "Structural Magnitude": 13.5, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "m4/gnucobol/configure.ac": { + "1. Artifact Identity": { + "Filename": "configure.ac", + "Path": "m4/gnucobol/configure.ac", + "Language": "M4", + "Architect": "Unknown Architect", + "Indentation Style": "Mixed (37.6% Spaces / 62.4% Tabs)", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (configure.ac)" + }, + "2. Topological Coordinates": { + "X": -4585.56, + "Y": -118.16, + "Z": 3970.81 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 2922, + "Coding LOC": 2144, + "Documentation LOC": 517, + "Structural Magnitude": 179.48, + "Control Flow Ratio": "100.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.026 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.21%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "27.32%", + "Testing Exposure": "2.31%", + "API Exposure": "11.01%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "4.88%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.55%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "AC_PROG_F77", + "Structural Impact": 55.5, + "Lines of Code (LOC)": 1532, + "Control Flow Branches": 36, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 658, + "End Line": 2189 + }, + { + "Function Name": "AC_PROG_CXX", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 657, + "End Line": 657 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 50, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 42, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 80, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 1, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 10, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 1, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 1, + "Planned Work (TODOs)": 1, + "Acknowledged Tech Debt (FIXMEs)": 12, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 126, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 240, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 70, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 814, + "Structural Space Indentations": 491, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 362, + "Design Camel Case": 0, + "Design Snake Case": 85, + "Design Pascal Case": 0, + "Design Upper Case": 273, + "Design Short Vars": 8, + "Design Long Vars": 4, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + } + } + }, "typescript/fp-ts": { "Directory Group Magnitude": 160.92, "File Count": 5, @@ -413815,9 +413598,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": -1531.64, + "X": -5106.54, "Y": 181.53, - "Z": -4310.34 + "Z": 1284.92 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -413973,9 +413756,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -1288.88, + "X": -4863.78, "Y": 268.6, - "Z": -3997.95 + "Z": 1597.31 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -414731,9 +414514,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -800.47, + "X": -4375.37, "Y": 226.81, - "Z": -3856.98 + "Z": 1738.28 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -414889,9 +414672,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -1053.74, + "X": -4628.64, "Y": 63.28, - "Z": -4419.59 + "Z": 1175.67 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -415409,9 +415192,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -1057.64, + "X": -4632.54, "Y": 177.34, - "Z": -4314.5 + "Z": 1280.75 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -417751,92 +417534,91 @@ } } }, - "m4/gnucobol": { - "Directory Group Magnitude": 137.88, - "File Count": 2, + "assembly/hellosilicon": { + "Directory Group Magnitude": 134.16, + "File Count": 4, "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "50.0%", - "Unclassified": "50.0%" + "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "2.61%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "12.98%", - "Testing Exposure": "1.15%", - "API Exposure": "5.51%", + "Cognitive Load Exposure": "11.35%", + "Error & Exception Exposure": "21.7%", + "Tech Debt Exposure": "24.89%", + "Testing Exposure": "2.49%", + "API Exposure": "3.2%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "2.44%", - "Specification Exposure": "50.0%", - "Instability Exposure": "25.0%", + "Commented Logic Exposure": "26.46%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.92%", + "Documentation Exposure": "55.29%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "m4/gnucobol/COPYING": { + "assembly/hellosilicon/makefile": { "1. Artifact Identity": { - "Filename": "COPYING", - "Path": "m4/gnucobol/COPYING", - "Language": "Plaintext", + "Filename": "makefile", + "Path": "assembly/hellosilicon/makefile", + "Language": "Makefile", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Tabs", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (COPYING)" + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": -4831.63, - "Y": -126.34, - "Z": 4391.91 + "X": 2.77, + "Y": 39.33, + "Z": 5315.33 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 675, - "Coding LOC": 0, - "Documentation LOC": 553, - "Structural Magnitude": 13.5, - "Control Flow Ratio": "0.0%", + "Total LOC": 32, + "Coding LOC": 23, + "Documentation LOC": 0, + "Structural Magnitude": 53.96, + "Control Flow Ratio": "30.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.348 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "11.67%", + "Error & Exception Exposure": "86.8%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "6.28%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "89.9%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, + "Control Flow Branches": 3, + "Sequential Logic Declarations": 7, "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function/Method Declarations": 7, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, + "High-Risk Execution Commands": 1, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 2, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -417870,11 +417652,11 @@ "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, + "Resource Deallocation & Cleanup": 2, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, + "Structural Tab Indentations": 6, "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, @@ -417892,6 +417674,163 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 7, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 7, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "assembly/hellosilicon/fileio.S": { + "1. Artifact Identity": { + "Filename": "fileio.S", + "Path": "assembly/hellosilicon/fileio.S", + "Language": "Assembly", + "Architect": "Unknown Architect", + "Indentation Style": "Mixed (80.0% Spaces / 20.0% Tabs)", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .s)" + }, + "2. Topological Coordinates": { + "X": 295.7, + "Y": 89.29, + "Z": 5650.5 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 51, + "Coding LOC": 44, + "Documentation LOC": 1, + "Structural Magnitude": 15.88, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.114 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "7.27%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "38.5%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 17, + "Function Parameters": 21, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 8, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 5, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 13, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 5, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 5, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 5, + "Structural Space Indentations": 20, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, @@ -417931,22 +417870,22 @@ }, "9. Extracted Dependencies": [] }, - "m4/gnucobol/configure.ac": { + "assembly/hellosilicon/mainpie.s": { "1. Artifact Identity": { - "Filename": "configure.ac", - "Path": "m4/gnucobol/configure.ac", - "Language": "M4", + "Filename": "mainpie.s", + "Path": "assembly/hellosilicon/mainpie.s", + "Language": "Assembly", "Architect": "Unknown Architect", - "Indentation Style": "Mixed (37.6% Spaces / 62.4% Tabs)", + "Indentation Style": "Mixed (10.0% Spaces / 90.0% Tabs)", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (configure.ac)" + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .s)" }, "2. Topological Coordinates": { - "X": -4582.63, - "Y": -118.16, - "Z": 3968.17 + "X": 13.0, + "Y": 59.94, + "Z": 4909.58 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -417955,95 +417894,303 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 2922, - "Coding LOC": 2144, - "Documentation LOC": 517, - "Structural Magnitude": 124.38, - "Control Flow Ratio": "100.0%", + "Total LOC": 54, + "Coding LOC": 41, + "Documentation LOC": 0, + "Structural Magnitude": 24.22, + "Control Flow Ratio": "40.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.026 + "Raw Cognitive Density": 0.317 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.21%", + "Cognitive Load Exposure": "15.04%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "25.96%", - "Testing Exposure": "2.3%", - "API Exposure": "11.01%", + "Tech Debt Exposure": "99.56%", + "Testing Exposure": "2.7%", + "API Exposure": "3.46%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "4.88%", + "Commented Logic Exposure": "58.26%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "27.84%", + "Documentation Exposure": "57.32%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "AC_PROG_F77", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 40, - "Control Flow Branches": 0, + "Function Name": "DownloadCreditCardNumbers", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "42.9%", + "Start Line": 13, + "End Line": 21 + }, + { + "Function Name": "_start", + "Structural Impact": 7.5, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 36, + "End Line": 47 + }, + { + "Function Name": "calltoupper", + "Structural Impact": 4.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 3, + "Control Flow Ratio": "20.0%", + "Start Line": 23, + "End Line": 29 + }, + { + "Function Name": "aftertoupper", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 658, - "End Line": 697 + "Control Flow Ratio": "33.3%", + "Start Line": 31, + "End Line": 34 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 50, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 2, + "Control Flow Branches": 8, + "Sequential Logic Declarations": 12, + "Function Parameters": 12, + "Function/Method Declarations": 6, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 42, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 2, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 1, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 2, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 2, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 18, + "Structural Space Indentations": 2, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "assembly/hellosilicon/matrixmultneon.s": { + "1. Artifact Identity": { + "Filename": "matrixmultneon.s", + "Path": "assembly/hellosilicon/matrixmultneon.s", + "Language": "Assembly", + "Architect": "Unknown Architect", + "Indentation Style": "Tabs", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .s)" + }, + "2. Topological Coordinates": { + "X": -238.43, + "Y": 69.27, + "Z": 5768.43 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 93, + "Coding LOC": 80, + "Documentation LOC": 0, + "Structural Magnitude": 40.1, + "Control Flow Ratio": "34.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.237 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "11.41%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.64%", + "API Exposure": "3.05%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "47.58%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "35.43%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "main", + "Structural Impact": 21.7, + "Lines of Code (LOC)": 36, + "Control Flow Branches": 5, + "Input Parameters": 10, + "Control Flow Ratio": "26.3%", + "Start Line": 20, + "End Line": 55 + }, + { + "Function Name": "printloop", + "Structural Impact": 15.8, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 5, + "Input Parameters": 5, + "Control Flow Ratio": "27.8%", + "Start Line": 56, + "End Line": 78 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 14, + "Sequential Logic Declarations": 27, + "Function Parameters": 34, + "Function/Method Declarations": 6, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 80, + "Exposed API / Public Exports": 1, "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 1, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 10, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 1, + "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, - "Authorship Metadata": 1, - "Planned Work (TODOs)": 1, - "Acknowledged Tech Debt (FIXMEs)": 12, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 126, - "Pointer Arithmetic & Addressing": 0, + "Preprocessor Macros": 2, + "Pointer Arithmetic & Addressing": 12, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 240, - "Ad-hoc Print / Debug Statements": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 70, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 1, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 814, - "Structural Space Indentations": 491, + "Structural Tab Indentations": 43, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418060,15 +418207,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 362, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 85, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 273, - "Design Short Vars": 8, - "Design Long Vars": 4, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 1, + "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -418101,44 +418248,44 @@ } } }, - "assembly/hellosilicon": { - "Directory Group Magnitude": 134.16, - "File Count": 4, + "cobol/cobrix": { + "Directory Group Magnitude": 107.92, + "File Count": 9, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "11.35%", - "Error & Exception Exposure": "21.7%", - "Tech Debt Exposure": "24.89%", - "Testing Exposure": "2.49%", - "API Exposure": "3.2%", + "Cognitive Load Exposure": "42.21%", + "Error & Exception Exposure": "6.16%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.14%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "26.46%", - "Specification Exposure": "100.0%", + "State Flux Exposure": "1.49%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "93.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "55.29%", + "Documentation Exposure": "35.48%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "assembly/hellosilicon/makefile": { + "cobol/cobrix/companies_copybook.cpy": { "1. Artifact Identity": { - "Filename": "makefile", - "Path": "assembly/hellosilicon/makefile", - "Language": "Makefile", + "Filename": "companies_copybook.cpy", + "Path": "cobol/cobrix/companies_copybook.cpy", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Tabs", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Exact Match)" + "Identity Proof": "Single Indicator (Ext: .cpy)" }, "2. Topological Coordinates": { - "X": 2.77, - "Y": 39.33, - "Z": 5315.33 + "X": -16.94, + "Y": 76.49, + "Z": -3071.46 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418147,45 +418294,45 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 23, - "Documentation LOC": 0, - "Structural Magnitude": 53.96, - "Control Flow Ratio": "30.0%", + "Total LOC": 34, + "Coding LOC": 15, + "Documentation LOC": 17, + "Structural Magnitude": 0.77, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.348 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.67%", - "Error & Exception Exposure": "86.8%", + "Cognitive Load Exposure": "62.14%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.33%", - "API Exposure": "6.28%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "89.9%", + "Documentation Exposure": "47.39%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 3, - "Sequential Logic Declarations": 7, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 7, + "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, + "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 2, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -418198,6 +418345,163 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 2, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 2, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 14, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cobrix/data_types.cpy": { + "1. Artifact Identity": { + "Filename": "data_types.cpy", + "Path": "cobol/cobrix/data_types.cpy", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cpy)" + }, + "2. Topological Coordinates": { + "X": -699.75, + "Y": 315.46, + "Z": -3870.2 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 230, + "Coding LOC": 173, + "Documentation LOC": 39, + "Structural Magnitude": 0.97, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "55.43%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "13.37%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "13.22%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 1, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 13, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, @@ -418219,18 +418523,18 @@ "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 2, + "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 6, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 171, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, "Ipc Rpc Bridges": 0, "Feature Flags": 0, - "Serialization Parsing": 0, + "Serialization Parsing": 1, "Regex Execution": 0, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, @@ -418241,11 +418545,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 7, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 7, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -418280,22 +418584,22 @@ }, "9. Extracted Dependencies": [] }, - "assembly/hellosilicon/fileio.S": { + "cobol/cobrix/multisegment.cob": { "1. Artifact Identity": { - "Filename": "fileio.S", - "Path": "assembly/hellosilicon/fileio.S", - "Language": "Assembly", + "Filename": "multisegment.cob", + "Path": "cobol/cobrix/multisegment.cob", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Mixed (80.0% Spaces / 20.0% Tabs)", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .s)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": 295.7, - "Y": 89.29, - "Z": 5650.5 + "X": -301.5, + "Y": 53.02, + "Z": -3048.84 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418304,19 +418608,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 51, - "Coding LOC": 44, - "Documentation LOC": 1, - "Structural Magnitude": 15.88, + "Total LOC": 34, + "Coding LOC": 15, + "Documentation LOC": 17, + "Structural Magnitude": 15.3, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.114 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "7.27%", + "Cognitive Load Exposure": "73.11%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -418327,21 +418631,21 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "38.5%", + "Documentation Exposure": "47.39%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 17, - "Function Parameters": 21, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 8, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -418355,33 +418659,33 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 2, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 5, + "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 13, + "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 5, + "Explicit Type Casts": 2, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 5, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 5, - "Structural Space Indentations": 20, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 14, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418437,22 +418741,22 @@ }, "9. Extracted Dependencies": [] }, - "assembly/hellosilicon/mainpie.s": { + "cobol/cobrix/test13a_file_header_footer.cob": { "1. Artifact Identity": { - "Filename": "mainpie.s", - "Path": "assembly/hellosilicon/mainpie.s", - "Language": "Assembly", + "Filename": "test13a_file_header_footer.cob", + "Path": "cobol/cobrix/test13a_file_header_footer.cob", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Mixed (10.0% Spaces / 90.0% Tabs)", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .s)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": 13.0, - "Y": 59.94, - "Z": 4909.58 + "X": -634.86, + "Y": 110.33, + "Z": -2836.66 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418461,94 +418765,53 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 54, - "Coding LOC": 41, - "Documentation LOC": 0, - "Structural Magnitude": 24.22, - "Control Flow Ratio": "40.0%", + "Total LOC": 31, + "Coding LOC": 7, + "Documentation LOC": 20, + "Structural Magnitude": 13.64, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.317 + "Raw Cognitive Density": 0.714 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.04%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "99.56%", - "Testing Exposure": "2.7%", - "API Exposure": "3.46%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "1.07%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "58.26%", - "Specification Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "46.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "57.32%", + "Documentation Exposure": "26.09%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [ - { - "Function Name": "DownloadCreditCardNumbers", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 3, - "Control Flow Ratio": "42.9%", - "Start Line": 13, - "End Line": 21 - }, - { - "Function Name": "_start", - "Structural Impact": 7.5, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 36, - "End Line": 47 - }, - { - "Function Name": "calltoupper", - "Structural Impact": 4.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 3, - "Control Flow Ratio": "20.0%", - "Start Line": 23, - "End Line": 29 - }, - { - "Function Name": "aftertoupper", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 31, - "End Line": 34 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 12, - "Function Parameters": 12, - "Function/Method Declarations": 6, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 2, + "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, @@ -418560,26 +418823,26 @@ "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 2, + "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 1, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 2, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 2, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 18, - "Structural Space Indentations": 2, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 7, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418604,7 +418867,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -418635,22 +418898,22 @@ }, "9. Extracted Dependencies": [] }, - "assembly/hellosilicon/matrixmultneon.s": { + "cobol/cobrix/test16_fix_len_segments.cob": { "1. Artifact Identity": { - "Filename": "matrixmultneon.s", - "Path": "assembly/hellosilicon/matrixmultneon.s", - "Language": "Assembly", + "Filename": "test16_fix_len_segments.cob", + "Path": "cobol/cobrix/test16_fix_len_segments.cob", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Tabs", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .s)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -238.43, - "Y": 69.27, - "Z": 5768.43 + "X": -52.68, + "Y": 215.68, + "Z": -3522.2 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418659,79 +418922,58 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 93, - "Coding LOC": 80, - "Documentation LOC": 0, - "Structural Magnitude": 40.1, - "Control Flow Ratio": "34.1%", + "Total LOC": 33, + "Coding LOC": 14, + "Documentation LOC": 17, + "Structural Magnitude": 15.28, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.237 + "Raw Cognitive Density": 0.5 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.41%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.64%", - "API Exposure": "3.05%", + "Testing Exposure": "2.14%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "47.58%", - "Specification Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "93.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "35.43%", + "Documentation Exposure": "45.53%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [ - { - "Function Name": "main", - "Structural Impact": 21.7, - "Lines of Code (LOC)": 36, - "Control Flow Branches": 5, - "Input Parameters": 10, - "Control Flow Ratio": "26.3%", - "Start Line": 20, - "End Line": 55 - }, - { - "Function Name": "printloop", - "Structural Impact": 15.8, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 5, - "Input Parameters": 5, - "Control Flow Ratio": "27.8%", - "Start Line": 56, - "End Line": 78 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 14, - "Sequential Logic Declarations": 27, - "Function Parameters": 34, - "Function/Method Declarations": 6, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 1, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 3, + "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 2, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -418740,24 +418982,24 @@ "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 2, - "Pointer Arithmetic & Addressing": 12, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 2, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 1, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 43, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 14, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418812,47 +419054,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "cobol/cobrix": { - "Directory Group Magnitude": 107.92, - "File Count": 9, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "42.21%", - "Error & Exception Exposure": "6.16%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.14%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "1.49%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "93.33%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "35.48%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "cobol/cobrix/companies_copybook.cpy": { + }, + "cobol/cobrix/test17_hierarchical.cob": { "1. Artifact Identity": { - "Filename": "companies_copybook.cpy", - "Path": "cobol/cobrix/companies_copybook.cpy", + "Filename": "test17_hierarchical.cob", + "Path": "cobol/cobrix/test17_hierarchical.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cpy)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -16.94, - "Y": 76.49, - "Z": -3071.46 + "X": -459.06, + "Y": 192.76, + "Z": -3270.95 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418861,19 +419079,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 34, - "Coding LOC": 15, - "Documentation LOC": 17, - "Structural Magnitude": 0.77, + "Total LOC": 63, + "Coding LOC": 32, + "Documentation LOC": 27, + "Structural Magnitude": 15.64, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 1.094 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "62.14%", + "Cognitive Load Exposure": "79.82%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -418884,7 +419102,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "47.39%", + "Documentation Exposure": "24.88%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -418912,7 +419130,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 6, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -418927,7 +419145,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, + "Explicit Type Casts": 6, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -418938,7 +419156,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 14, + "Structural Space Indentations": 32, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418994,22 +419212,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/data_types.cpy": { + "cobol/cobrix/test18 special_char.cob": { "1. Artifact Identity": { - "Filename": "data_types.cpy", - "Path": "cobol/cobrix/data_types.cpy", + "Filename": "test18 special_char.cob", + "Path": "cobol/cobrix/test18 special_char.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cpy)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -699.75, - "Y": 315.46, - "Z": -3870.2 + "X": -699.57, + "Y": 208.22, + "Z": -3129.64 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419018,30 +419236,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 230, - "Coding LOC": 173, - "Documentation LOC": 39, - "Structural Magnitude": 0.97, + "Total LOC": 63, + "Coding LOC": 32, + "Documentation LOC": 27, + "Structural Magnitude": 15.64, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.094 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "55.43%", + "Cognitive Load Exposure": "79.82%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "13.37%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.22%", + "Documentation Exposure": "24.88%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -419057,19 +419275,19 @@ "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 1, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 13, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 6, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419084,7 +419302,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, + "Explicit Type Casts": 6, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419095,13 +419313,13 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 171, + "Structural Space Indentations": 32, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, "Ipc Rpc Bridges": 0, "Feature Flags": 0, - "Serialization Parsing": 1, + "Serialization Parsing": 0, "Regex Execution": 0, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, @@ -419151,10 +419369,10 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/multisegment.cob": { + "cobol/cobrix/test19_display_num.cob": { "1. Artifact Identity": { - "Filename": "multisegment.cob", - "Path": "cobol/cobrix/multisegment.cob", + "Filename": "test19_display_num.cob", + "Path": "cobol/cobrix/test19_display_num.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -419164,9 +419382,9 @@ "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -301.5, - "Y": 53.02, - "Z": -3048.84 + "X": -934.63, + "Y": 230.29, + "Z": -3337.76 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419184,10 +419402,10 @@ "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 0.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "73.11%", + "Cognitive Load Exposure": "15.89%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -419226,7 +419444,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419241,7 +419459,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419252,7 +419470,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 14, + "Structural Space Indentations": 15, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419308,10 +419526,10 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test13a_file_header_footer.cob": { + "cobol/cobrix/test1_copybook.cob": { "1. Artifact Identity": { - "Filename": "test13a_file_header_footer.cob", - "Path": "cobol/cobrix/test13a_file_header_footer.cob", + "Filename": "test1_copybook.cob", + "Path": "cobol/cobrix/test1_copybook.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -419321,9 +419539,9 @@ "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -634.86, - "Y": 110.33, - "Z": -2836.66 + "X": -461.77, + "Y": 252.47, + "Z": -3890.25 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419332,36 +419550,36 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 31, - "Coding LOC": 7, - "Documentation LOC": 20, - "Structural Magnitude": 13.64, - "Control Flow Ratio": "0.0%", + "Total LOC": 37, + "Coding LOC": 19, + "Documentation LOC": 17, + "Structural Magnitude": 15.38, + "Control Flow Ratio": "100.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.714 + "Raw Cognitive Density": 0.842 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "59.11%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.07%", + "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "46.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "26.09%", + "Documentation Exposure": "42.58%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, + "Control Flow Branches": 1, "Sequential Logic Declarations": 0, "Function Parameters": 0, "Function/Method Declarations": 0, @@ -419383,7 +419601,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 2, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419398,7 +419616,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, + "Explicit Type Casts": 2, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419409,7 +419627,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 7, + "Structural Space Indentations": 17, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419464,23 +419682,47 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "cobol/cobrix/test16_fix_len_segments.cob": { + } + } + }, + "m4/curl/m4": { + "Directory Group Magnitude": 96.06, + "File Count": 5, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "4.78%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "75.12%", + "Testing Exposure": "2.36%", + "API Exposure": "1.74%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "19.01%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "m4/curl/m4/curl-confopts.m4": { "1. Artifact Identity": { - "Filename": "test16_fix_len_segments.cob", - "Path": "cobol/cobrix/test16_fix_len_segments.cob", - "Language": "Cobol", + "Filename": "curl-confopts.m4", + "Path": "m4/curl/m4/curl-confopts.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -52.68, - "Y": 215.68, - "Z": -3522.2 + "X": 6293.63, + "Y": -77.67, + "Z": -1004.22 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419489,45 +419731,186 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 33, - "Coding LOC": 14, - "Documentation LOC": 17, - "Structural Magnitude": 15.28, + "Total LOC": 577, + "Coding LOC": 375, + "Documentation LOC": 163, + "Structural Magnitude": 38.4, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.5 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.14%", - "API Exposure": "0.0%", + "Tech Debt Exposure": "62.25%", + "Testing Exposure": "2.35%", + "API Exposure": "3.46%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "93.33%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "45.53%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "CURL_CHECK_OPTION_OPTIMIZE", + "Structural Impact": 2.9, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 142, + "End Line": 189 + }, + { + "Function Name": "CURL_CHECK_OPTION_WARNINGS", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 270, + "End Line": 296 + }, + { + "Function Name": "CURL_CHECK_OPTION_ARES", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 75, + "End Line": 101 + }, + { + "Function Name": "CURL_CHECK_OPTION_DEBUG", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 110, + "End Line": 134 + }, + { + "Function Name": "CURL_CHECK_OPTION_SYMBOL_HIDING", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 32, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 198, + "End Line": 229 + }, + { + "Function Name": "CURL_CHECK_OPTION_RT", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 238, + "End Line": 262 + }, + { + "Function Name": "CURL_CHECK_OPTION_WERROR", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 304, + "End Line": 327 + }, + { + "Function Name": "CURL_CHECK_NONBLOCKING_SOCKET", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 334, + "End Line": 357 + }, + { + "Function Name": "CURL_CHECK_OPTION_THREADED_RESOLVER", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 34, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 34, + "End Line": 67 + }, + { + "Function Name": "CURL_CONFIGURE_SYMBOL_HIDING", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 369, + "End Line": 385 + }, + { + "Function Name": "CURL_CHECK_LIB_ARES", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 75, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 393, + "End Line": 467 + }, + { + "Function Name": "CURL_CHECK_OPTION_HTTPSRR", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 28, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 475, + "End Line": 502 + }, + { + "Function Name": "CURL_CHECK_OPTION_ECH", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 29, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 510, + "End Line": 538 + }, + { + "Function Name": "CURL_CHECK_OPTION_SSLS_EXPORT", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 31, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 546, + "End Line": 576 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, + "Sequential Logic Declarations": 5, + "Function Parameters": 9, + "Function/Method Declarations": 14, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Defensive Programming Constructs": 1, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 2, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -419540,7 +419923,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419548,15 +419931,15 @@ "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, + "Dependency Injection Constructs": 5, + "Preprocessor Macros": 2, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 47, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, - "Fatal Aborts & Exceptions": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, @@ -419566,7 +419949,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 14, + "Structural Space Indentations": 324, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419583,15 +419966,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 108, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 57, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 35, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 1, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 10, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -419601,7 +419984,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 2, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -419622,22 +420005,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test17_hierarchical.cob": { + "m4/curl/m4/curl-mbedtls.m4": { "1. Artifact Identity": { - "Filename": "test17_hierarchical.cob", - "Path": "cobol/cobrix/test17_hierarchical.cob", - "Language": "Cobol", + "Filename": "curl-mbedtls.m4", + "Path": "m4/curl/m4/curl-mbedtls.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -459.06, - "Y": 192.76, - "Z": -3270.95 + "X": 6579.81, + "Y": -42.94, + "Z": -1681.6 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419646,45 +420029,56 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 63, - "Coding LOC": 32, - "Documentation LOC": 27, - "Structural Magnitude": 15.64, + "Total LOC": 123, + "Coding LOC": 70, + "Documentation LOC": 35, + "Structural Magnitude": 4.9, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.094 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "79.82%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", + "Tech Debt Exposure": "99.61%", "Testing Exposure": "2.3%", - "API Exposure": "0.0%", + "API Exposure": "4.56%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "24.88%", + "Documentation Exposure": "31.65%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "CURL_WITH_MBEDTLS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 95, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 28, + "End Line": 122 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function/Method Declarations": 1, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Defensive Programming Constructs": 3, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 2, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -419697,22 +420091,22 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 6, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 1, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, + "Preprocessor Macros": 2, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 2, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 6, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419723,7 +420117,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 32, + "Structural Space Indentations": 66, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419740,15 +420134,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 30, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 15, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 15, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 2, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -419758,7 +420152,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 2, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -419779,22 +420173,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test18 special_char.cob": { + "m4/curl/m4/curl-sysconfig.m4": { "1. Artifact Identity": { - "Filename": "test18 special_char.cob", - "Path": "cobol/cobrix/test18 special_char.cob", - "Language": "Cobol", + "Filename": "curl-sysconfig.m4", + "Path": "m4/curl/m4/curl-sysconfig.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -699.57, - "Y": 208.22, - "Z": -3129.64 + "X": 6052.6, + "Y": -172.48, + "Z": -1560.07 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419803,22 +420197,22 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 63, - "Coding LOC": 32, - "Documentation LOC": 27, - "Structural Magnitude": 15.64, + "Total LOC": 52, + "Coding LOC": 21, + "Documentation LOC": 29, + "Structural Magnitude": 1.82, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.094 + "Raw Cognitive Density": 0.238 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "79.82%", + "Cognitive Load Exposure": "11.43%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Tech Debt Exposure": "99.97%", + "Testing Exposure": "2.34%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", @@ -419826,16 +420220,27 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "24.88%", + "Documentation Exposure": "27.66%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "CURL_DARWIN_SYSTEMCONFIGURATION", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 25, + "End Line": 33 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function/Method Declarations": 1, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, @@ -419854,7 +420259,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 6, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419867,9 +420272,9 @@ "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 3, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 6, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419880,7 +420285,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 32, + "Structural Space Indentations": 18, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419897,15 +420302,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 5, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 2, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 3, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -419915,7 +420320,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 2, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -419936,22 +420341,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test19_display_num.cob": { + "m4/curl/m4/xc-am-iface.m4": { "1. Artifact Identity": { - "Filename": "test19_display_num.cob", - "Path": "cobol/cobrix/test19_display_num.cob", - "Language": "Cobol", + "Filename": "xc-am-iface.m4", + "Path": "m4/curl/m4/xc-am-iface.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -934.63, - "Y": 230.29, - "Z": -3337.76 + "X": 6790.75, + "Y": 23.46, + "Z": -1053.82 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419960,22 +420365,22 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 34, - "Coding LOC": 15, - "Documentation LOC": 17, - "Structural Magnitude": 15.3, + "Total LOC": 86, + "Coding LOC": 19, + "Documentation LOC": 59, + "Structural Magnitude": 4.78, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.333 + "Raw Cognitive Density": 0.263 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.89%", + "Cognitive Load Exposure": "12.48%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Tech Debt Exposure": "99.99%", + "Testing Exposure": "2.46%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", @@ -419983,16 +420388,37 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "47.39%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "_XC_AUTOMAKE_BODY", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 41, + "End Line": 57 + }, + { + "Function Name": "XC_AUTOMAKE", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 73, + "End Line": 85 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function Parameters": 3, + "Function/Method Declarations": 2, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, @@ -420037,7 +420463,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 15, + "Structural Space Indentations": 1, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -420062,7 +420488,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -420093,22 +420519,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test1_copybook.cob": { + "m4/curl/m4/zz40-xc-ovr.m4": { "1. Artifact Identity": { - "Filename": "test1_copybook.cob", - "Path": "cobol/cobrix/test1_copybook.cob", - "Language": "Cobol", + "Filename": "zz40-xc-ovr.m4", + "Path": "m4/curl/m4/zz40-xc-ovr.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -461.77, - "Y": 252.47, - "Z": -3890.25 + "X": 6522.12, + "Y": -92.58, + "Z": -1346.0 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -420117,45 +420543,236 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 37, - "Coding LOC": 19, - "Documentation LOC": 17, - "Structural Magnitude": 15.38, - "Control Flow Ratio": "100.0%", + "Total LOC": 668, + "Coding LOC": 338, + "Documentation LOC": 253, + "Structural Magnitude": 46.16, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.842 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "59.11%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", + "Tech Debt Exposure": "13.77%", + "Testing Exposure": "2.37%", + "API Exposure": "0.71%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "42.58%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "XC_CONFIGURE_PREAMBLE", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 72, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 473, + "End Line": 544 + }, + { + "Function Name": "XC_CHECK_PATH_SEPARATOR", + "Structural Impact": 2.9, + "Lines of Code (LOC)": 56, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 612, + "End Line": 667 + }, + { + "Function Name": "_AC_INIT_PREPARE_FS_SEPARATORS", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 559, + "End Line": 573 + }, + { + "Function Name": "_AS_PATH_SEPARATOR_PREPARE", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 545, + "End Line": 558 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_CAT", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 328, + "End Line": 348 + }, + { + "Function Name": "_XC_CFG_PRE_CHECK_PATH_SEPARATOR", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 53, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 369, + "End Line": 421 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_CMD_ECHO", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 91, + "End Line": 107 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_SED", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 208, + "End Line": 224 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_GREP", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 241, + "End Line": 257 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_TR", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 270, + "End Line": 286 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_WC", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 299, + "End Line": 315 + }, + { + "Function Name": "AC_DEFUN", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 120, + "End Line": 135 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_VAR_PATH", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 148, + "End Line": 163 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_CMD_EXPR", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 176, + "End Line": 191 + }, + { + "Function Name": "_XC_CFG_PRE_POSTLUDE", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 428, + "End Line": 443 + }, + { + "Function Name": "_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 574, + "End Line": 580 + }, + { + "Function Name": "_XC_CFG_PRE_PREAMBLE", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 40, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 42, + "End Line": 81 + }, + { + "Function Name": "XC_CONFIGURE_PREAMBLE_VER_MAJOR", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 34, + "End Line": 34 + }, + { + "Function Name": "XC_CONFIGURE_PREAMBLE_VER_MINOR", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 35, + "End Line": 35 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 1, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 37, + "Function Parameters": 51, + "Function/Method Declarations": 19, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Defensive Programming Constructs": 4, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 1, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -420168,7 +420785,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -420176,25 +420793,25 @@ "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 37, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 4, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, - "Fatal Aborts & Exceptions": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 4, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Private / Encapsulated Scopes": 2, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 17, + "Structural Space Indentations": 92, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -420211,15 +420828,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 50, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 37, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 10, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 3, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -421438,506 +422055,35 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "blueprint/ghostty": { - "Directory Group Magnitude": 83.48, - "File Count": 5, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.66%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.27%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "98.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "40.76%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "blueprint/ghostty/command-palette.blp": { - "1. Artifact Identity": { - "Filename": "command-palette.blp", - "Path": "blueprint/ghostty/command-palette.blp", - "Language": "Blp", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "blp", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .blp)" - }, - "2. Topological Coordinates": { - "X": -5139.23, - "Y": 229.77, - "Z": 771.62 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 111, - "Coding LOC": 90, - "Documentation LOC": 0, - "Structural Magnitude": 16.8, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "25.14%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 85, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, - "Design Camel Case": 0, - "Design Snake Case": 3, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "blueprint/ghostty/imgui-widget.blp": { - "1. Artifact Identity": { - "Filename": "imgui-widget.blp", - "Path": "blueprint/ghostty/imgui-widget.blp", - "Language": "Blp", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "blp", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .blp)" - }, - "2. Topological Coordinates": { - "X": -4869.53, - "Y": 150.65, - "Z": 211.52 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 52, - "Coding LOC": 42, - "Documentation LOC": 1, - "Structural Magnitude": 15.84, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.119 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "7.42%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "39.67%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 36, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 11, - "Design Camel Case": 0, - "Design Snake Case": 11, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "blueprint/ghostty/split-tree-split.blp": { - "1. Artifact Identity": { - "Filename": "split-tree-split.blp", - "Path": "blueprint/ghostty/split-tree-split.blp", - "Language": "Blp", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "blp", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .blp)" - }, - "2. Topological Coordinates": { - "X": -5401.71, - "Y": 150.33, - "Z": 383.5 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 21, - "Coding LOC": 14, - "Documentation LOC": 4, - "Structural Magnitude": 15.28, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.357 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.14%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "93.33%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "62.53%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 10, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "blueprint/ghostty/split-tree.blp": { + } + } + }, + "blueprint/ghostty": { + "Directory Group Magnitude": 83.48, + "File Count": 5, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.66%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.27%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "98.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "40.76%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "blueprint/ghostty/command-palette.blp": { "1. Artifact Identity": { - "Filename": "split-tree.blp", - "Path": "blueprint/ghostty/split-tree.blp", + "Filename": "command-palette.blp", + "Path": "blueprint/ghostty/command-palette.blp", "Language": "Blp", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -421947,9 +422093,9 @@ "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -4658.36, - "Y": 218.44, - "Z": 978.0 + "X": -5139.23, + "Y": 229.77, + "Z": 771.62 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -421958,19 +422104,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 26, - "Coding LOC": 15, - "Documentation LOC": 7, - "Structural Magnitude": 15.3, + "Total LOC": 111, + "Coding LOC": 90, + "Documentation LOC": 0, + "Structural Magnitude": 16.8, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.333 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.89%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -421981,7 +422127,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "61.33%", + "Documentation Exposure": "25.14%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -422035,7 +422181,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 11, + "Structural Space Indentations": 85, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422052,9 +422198,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 3, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 3, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -422091,10 +422237,10 @@ }, "9. Extracted Dependencies": [] }, - "blueprint/ghostty/window.blp": { + "blueprint/ghostty/imgui-widget.blp": { "1. Artifact Identity": { - "Filename": "window.blp", - "Path": "blueprint/ghostty/window.blp", + "Filename": "imgui-widget.blp", + "Path": "blueprint/ghostty/imgui-widget.blp", "Language": "Blp", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -422104,9 +422250,9 @@ "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -4970.01, - "Y": 184.72, - "Z": 560.02 + "X": -4869.53, + "Y": 150.65, + "Z": 211.52 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422115,19 +422261,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 324, - "Coding LOC": 263, - "Documentation LOC": 11, - "Structural Magnitude": 20.26, + "Total LOC": 52, + "Coding LOC": 42, + "Documentation LOC": 1, + "Structural Magnitude": 15.84, "Control Flow Ratio": "0.0%", - "Popularity Rank": 1, + "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.119 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "7.42%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -422138,7 +422284,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "15.14%", + "Documentation Exposure": "39.67%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -422192,7 +422338,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 253, + "Structural Space Indentations": 36, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422209,9 +422355,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, + "Core Var Decl": 11, "Design Camel Case": 0, - "Design Snake Case": 3, + "Design Snake Case": 11, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -422242,52 +422388,28 @@ }, "8. Dependency Network": { "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "jcl/cics-genapp/base/cntl": { - "Directory Group Magnitude": 57.04, - "File Count": 3, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.69%", - "Error & Exception Exposure": "49.13%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.31%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "4.46%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "45.6%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "jcl/cics-genapp/base/cntl/cpsmde2.jcl": { + }, + "blueprint/ghostty/split-tree-split.blp": { "1. Artifact Identity": { - "Filename": "cpsmde2.jcl", - "Path": "jcl/cics-genapp/base/cntl/cpsmde2.jcl", - "Language": "Jcl", + "Filename": "split-tree-split.blp", + "Path": "blueprint/ghostty/split-tree-split.blp", + "Language": "Blp", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "jcl", + "Folder Dominant Lang": "blp", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" + "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -6040.71, - "Y": 140.93, - "Z": -2271.5 + "X": -5401.71, + "Y": 150.33, + "Z": 383.5 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422296,46 +422418,46 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 203, - "Coding LOC": 173, - "Documentation LOC": 0, - "Structural Magnitude": 19.46, + "Total LOC": 21, + "Coding LOC": 14, + "Documentation LOC": 4, + "Structural Magnitude": 15.28, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.357 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "56.38%", + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Testing Exposure": "2.14%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "13.37%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "93.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "18.51%", + "Documentation Exposure": "62.53%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 1, + "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 1, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, @@ -422373,7 +422495,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 39, + "Structural Space Indentations": 10, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422390,11 +422512,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 93, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 93, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -422429,22 +422551,22 @@ }, "9. Extracted Dependencies": [] }, - "jcl/cics-genapp/base/cntl/itpentr.jcl": { + "blueprint/ghostty/split-tree.blp": { "1. Artifact Identity": { - "Filename": "itpentr.jcl", - "Path": "jcl/cics-genapp/base/cntl/itpentr.jcl", - "Language": "Jcl", + "Filename": "split-tree.blp", + "Path": "blueprint/ghostty/split-tree.blp", + "Language": "Blp", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "jcl", + "Folder Dominant Lang": "blp", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" + "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -5837.59, - "Y": 93.03, - "Z": -2214.22 + "X": -4658.36, + "Y": 218.44, + "Z": 978.0 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422453,10 +422575,10 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 15, + "Total LOC": 26, "Coding LOC": 15, - "Documentation LOC": 0, - "Structural Magnitude": 21.94, + "Documentation LOC": 7, + "Structural Magnitude": 15.3, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -422465,10 +422587,10 @@ "Raw Cognitive Density": 0.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.12%", - "Error & Exception Exposure": "91.01%", + "Cognitive Load Exposure": "15.89%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.34%", + "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", @@ -422476,21 +422598,21 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "70.21%", + "Documentation Exposure": "61.33%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 8, - "Function Parameters": 1, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 13, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -422530,7 +422652,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 11, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422547,11 +422669,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 9, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 9, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -422572,7 +422694,7 @@ "Embedded Credentials & Keys": 0, "Sec Extension Mismatch": 0, "Sec Entropy": 0, - "Sec Tainted Injection": 1, + "Sec Tainted Injection": 0, "Prompt Injection": 0, "Agentic Rce": 0, "Invisible Unicode Payload Smuggling": 0, @@ -422586,22 +422708,22 @@ }, "9. Extracted Dependencies": [] }, - "jcl/cics-genapp/base/cntl/wsavp01.jcl": { + "blueprint/ghostty/window.blp": { "1. Artifact Identity": { - "Filename": "wsavp01.jcl", - "Path": "jcl/cics-genapp/base/cntl/wsavp01.jcl", - "Language": "Jcl", + "Filename": "window.blp", + "Path": "blueprint/ghostty/window.blp", + "Language": "Blp", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "jcl", + "Folder Dominant Lang": "blp", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" + "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -5789.13, - "Y": 147.4, - "Z": -2701.82 + "X": -4970.01, + "Y": 184.72, + "Z": 560.02 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422610,19 +422732,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, + "Total LOC": 324, + "Coding LOC": 263, + "Documentation LOC": 11, + "Structural Magnitude": 20.26, "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, + "Popularity Rank": 1, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.96%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -422633,7 +422755,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "48.08%", + "Documentation Exposure": "15.14%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -422642,8 +422764,8 @@ "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, @@ -422687,7 +422809,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 253, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422704,11 +422826,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, + "Core Var Decl": 3, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 3, "Design Pascal Case": 0, - "Design Upper Case": 18, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -422737,7 +422859,7 @@ }, "8. Dependency Network": { "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, + "Direct Downstream (Dependency Blast Radius)": 1, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, @@ -423458,9 +423580,9 @@ "Identity Proof": "Single Indicator (Ext: .nix)" }, "2. Topological Coordinates": { - "X": 2270.61, + "X": -6034.69, "Y": 36.48, - "Z": -5376.09 + "Z": -2162.26 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -423615,9 +423737,9 @@ "Identity Proof": "Single Indicator (Ext: .nix)" }, "2. Topological Coordinates": { - "X": 2431.42, + "X": -5873.87, "Y": 1.68, - "Z": -5688.28 + "Z": -2474.46 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -423772,9 +423894,9 @@ "Identity Proof": "Single Indicator (Ext: .nix)" }, "2. Topological Coordinates": { - "X": 2470.72, + "X": -5834.57, "Y": -34.57, - "Z": -6010.11 + "Z": -2796.29 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424291,9 +424413,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6615.01, + "X": 2230.89, "Y": -132.9, - "Z": 3491.59 + "Z": -5433.13 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424448,9 +424570,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6861.97, + "X": 2477.86, "Y": -120.12, - "Z": 2902.77 + "Z": -6021.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424605,9 +424727,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6867.16, + "X": 2483.04, "Y": -124.13, - "Z": 3453.75 + "Z": -5470.97 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424786,9 +424908,9 @@ "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": -3421.99, + "X": 6613.9, "Y": -160.84, - "Z": 6118.16 + "Z": 3711.34 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424943,9 +425065,9 @@ "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": -3199.18, + "X": 6836.72, "Y": -103.73, - "Z": 5384.61 + "Z": 2977.8 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -425100,9 +425222,9 @@ "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": -3220.29, + "X": 6815.61, "Y": -123.93, - "Z": 5651.02 + "Z": 3244.2 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -426050,9 +426172,9 @@ "Identity Proof": "Single Indicator (Ext: .hlo)" }, "2. Topological Coordinates": { - "X": -5823.56, + "X": -3198.79, "Y": -115.43, - "Z": -3741.0 + "Z": 5585.77 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -426207,9 +426329,9 @@ "Identity Proof": "Single Indicator (Ext: .hlo)" }, "2. Topological Coordinates": { - "X": -5810.9, + "X": -3186.13, "Y": -71.41, - "Z": -3594.76 + "Z": 5732.01 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -426364,9 +426486,9 @@ "Identity Proof": "Single Indicator (Ext: .hlo)" }, "2. Topological Coordinates": { - "X": -6047.48, + "X": -3422.71, "Y": -21.96, - "Z": -3418.84 + "Z": 5907.92 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -427221,9 +427343,9 @@ "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 5825.84, + "X": 3717.89, "Y": -147.44, - "Z": 4312.72 + "Z": -5448.86 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -427378,9 +427500,9 @@ "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 5552.76, + "X": 3444.82, "Y": -198.73, - "Z": 4243.18 + "Z": -5518.41 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -427535,9 +427657,9 @@ "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 5794.0, + "X": 3686.05, "Y": -172.08, - "Z": 3877.39 + "Z": -5884.19 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -428054,9 +428176,9 @@ "Identity Proof": "Single Indicator (Ext: .mlir)" }, "2. Topological Coordinates": { - "X": -2153.42, + "X": -2153.32, "Y": -161.46, - "Z": -5206.22 + "Z": -5205.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -428211,9 +428333,9 @@ "Identity Proof": "Single Indicator (Ext: .mlir)" }, "2. Topological Coordinates": { - "X": -1964.05, + "X": -1963.95, "Y": -190.21, - "Z": -5174.92 + "Z": -5174.64 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429069,9 +429191,9 @@ "Identity Proof": "Single Indicator (Ext: .yml)" }, "2. Topological Coordinates": { - "X": 1519.23, + "X": 1512.63, "Y": -32.07, - "Z": 5296.14 + "Z": 5272.53 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429226,9 +429348,9 @@ "Identity Proof": "Single Indicator (Ext: .yml)" }, "2. Topological Coordinates": { - "X": 1246.0, + "X": 1239.41, "Y": -37.1, - "Z": 5543.57 + "Z": 5519.96 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429407,9 +429529,9 @@ "Identity Proof": "Single Indicator (Ext: .csv)" }, "2. Topological Coordinates": { - "X": -5364.53, + "X": -5363.95, "Y": 187.56, - "Z": 1321.05 + "Z": 1320.92 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429564,9 +429686,9 @@ "Identity Proof": "Single Indicator (Ext: .tsv)" }, "2. Topological Coordinates": { - "X": -5604.69, + "X": -5604.11, "Y": 221.85, - "Z": 1440.67 + "Z": 1440.53 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -430132,9 +430254,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6589.82, + "X": 6585.95, "Y": -227.46, - "Z": -2061.57 + "Z": -2060.32 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -430289,9 +430411,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": 6373.75, + "X": 6369.88, "Y": -119.92, - "Z": -1998.46 + "Z": -1997.2 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -431127,44 +431249,571 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "html/odoo_mako/mako_header.html": { + }, + "html/odoo_mako/mako_header.html": { + "1. Artifact Identity": { + "Filename": "mako_header.html", + "Path": "html/odoo_mako/mako_header.html", + "Language": "Html", + "Architect": "Unknown Architect", + "Indentation Style": "Tabs", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "html", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .html)" + }, + "2. Topological Coordinates": { + "X": 7948.48, + "Y": -116.02, + "Z": 503.37 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 62, + "Coding LOC": 56, + "Documentation LOC": 0, + "Structural Magnitude": 0.02, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "33.53%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 3, + "Function Parameters": 3, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 10, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 43, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 5, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "$css_path/mako_template.css" + ] + }, + "html/odoo_mako/status_display.html": { + "1. Artifact Identity": { + "Filename": "status_display.html", + "Path": "html/odoo_mako/status_display.html", + "Language": "Html", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "html", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .html)" + }, + "2. Topological Coordinates": { + "X": 8100.82, + "Y": -163.93, + "Z": 1356.6 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 19, + "Coding LOC": 15, + "Documentation LOC": 0, + "Structural Magnitude": 0.02, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.333 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "15.89%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "70.21%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 3, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 3, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 4, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 2, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 12, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 6, + "Design Camel Case": 0, + "Design Snake Case": 6, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 5, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "/iot_drivers/static/src/app/css/status_display.css", + "/iot_drivers/static/src/app/status.js", + "/web/static/lib/bootstrap/dist/css/bootstrap.css", + "/web/static/lib/owl/owl.js", + "/web/static/src/libs/fontawesome/css/font-awesome.css" + ] + } + } + }, + "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt": { + "Directory Group Magnitude": 16.94, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.0%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.0%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir": { + "1. Artifact Identity": { + "Filename": "tpu_conversions.mlir", + "Path": "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir", + "Language": "Mlir", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "mlir", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .mlir)" + }, + "2. Topological Coordinates": { + "X": 1922.83, + "Y": -136.67, + "Z": -5817.1 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 230, + "Coding LOC": 97, + "Documentation LOC": 94, + "Structural Magnitude": 16.94, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.0%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.0%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 61, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + } + } + }, + "xml/odoo": { + "Directory Group Magnitude": 15.44, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "3.34%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "18.96%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "xml/odoo/__manifest__.py": { "1. Artifact Identity": { - "Filename": "mako_header.html", - "Path": "html/odoo_mako/mako_header.html", - "Language": "Html", + "Filename": "__manifest__.py", + "Path": "xml/odoo/__manifest__.py", + "Language": "Python", "Architect": "Unknown Architect", - "Indentation Style": "Tabs", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "html", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .html)" + "Folder Dominant Lang": "python", + "Lock Tier": 1.5, + "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 7948.48, - "Y": -116.02, - "Z": 503.37 + "X": 7205.06, + "Y": 164.39, + "Z": 2505.78 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "Unclassified", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 62, - "Coding LOC": 56, + "Total LOC": 23, + "Coding LOC": 22, "Documentation LOC": 0, - "Structural Magnitude": 0.02, + "Structural Magnitude": 15.44, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.091 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "3.34%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -431175,28 +431824,28 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "33.53%", + "Documentation Exposure": "18.96%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 3, - "Function Parameters": 3, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, "Function/Method Declarations": 0, - "Class/Entity Declarations": 1, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 2, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 10, + "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, "Global State Dependencies": 0, "Decorators and Annotations": 0, @@ -431228,8 +431877,8 @@ "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 43, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 20, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431246,9 +431895,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 5, + "Design Snake Case": 0, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -431278,31 +431927,53 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "$css_path/mako_template.css" - ] - }, - "html/odoo_mako/status_display.html": { + "9. Extracted Dependencies": [] + } + } + }, + "protobuf/baseline": { + "Directory Group Magnitude": 15.24, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "1.84%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "80.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "9.54%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "protobuf/baseline/control.proto": { "1. Artifact Identity": { - "Filename": "status_display.html", - "Path": "html/odoo_mako/status_display.html", - "Language": "Html", + "Filename": "control.proto", + "Path": "protobuf/baseline/control.proto", + "Language": "Proto", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "html", + "Folder Dominant Lang": "proto", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .html)" + "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": 8100.82, - "Y": -163.93, - "Z": 1356.6 + "X": -2583.27, + "Y": -23.25, + "Z": 6173.14 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -431311,44 +431982,44 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 19, - "Coding LOC": 15, - "Documentation LOC": 0, - "Structural Magnitude": 0.02, + "Total LOC": 163, + "Coding LOC": 12, + "Documentation LOC": 145, + "Structural Magnitude": 15.24, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.333 + "Raw Cognitive Density": 0.417 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.89%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Testing Exposure": "1.84%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "80.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "70.21%", + "Documentation Exposure": "9.54%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 3, + "Sequential Logic Declarations": 0, "Function Parameters": 0, "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 3, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -431358,7 +432029,7 @@ "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, "Global State Dependencies": 0, - "Decorators and Annotations": 4, + "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, @@ -431385,10 +432056,10 @@ "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 2, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 12, + "Structural Space Indentations": 2, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431405,9 +432076,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 6, + "Core Var Decl": 9, "Design Camel Case": 0, - "Design Snake Case": 6, + "Design Snake Case": 9, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -431423,7 +432094,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 3, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -431437,59 +432108,53 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "/iot_drivers/static/src/app/css/status_display.css", - "/iot_drivers/static/src/app/status.js", - "/web/static/lib/bootstrap/dist/css/bootstrap.css", - "/web/static/lib/owl/owl.js", - "/web/static/src/libs/fontawesome/css/font-awesome.css" - ] + "9. Extracted Dependencies": [] } } }, - "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt": { - "Directory Group Magnitude": 16.94, + "tabular/tsv_genomics": { + "Directory Group Magnitude": 15.2, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", + "Testing Exposure": "1.53%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "66.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", + "Documentation Exposure": "52.76%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir": { + "tabular/tsv_genomics/B.cell_eQTL.tsv": { "1. Artifact Identity": { - "Filename": "tpu_conversions.mlir", - "Path": "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir", - "Language": "Mlir", + "Filename": "B.cell_eQTL.tsv", + "Path": "tabular/tsv_genomics/B.cell_eQTL.tsv", + "Language": "Csv", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "mlir", + "Folder Dominant Lang": "csv", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .mlir)" + "Identity Proof": "Single Indicator (Ext: .tsv)" }, "2. Topological Coordinates": { - "X": 1922.83, - "Y": -136.67, - "Z": -5817.1 + "X": -6122.17, + "Y": 83.46, + "Z": -3032.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -431498,30 +432163,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 230, - "Coding LOC": 97, - "Documentation LOC": 94, - "Structural Magnitude": 16.94, + "Total LOC": 11, + "Coding LOC": 10, + "Documentation LOC": 0, + "Structural Magnitude": 15.2, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.5 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", + "Testing Exposure": "1.53%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "66.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", + "Documentation Exposure": "52.76%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -431575,7 +432240,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 61, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431633,77 +432298,77 @@ } } }, - "xml/odoo": { - "Directory Group Magnitude": 15.44, + "yaml/ansible": { + "Directory Group Magnitude": 13.5, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" + "Static: Literature & Documentation": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "3.34%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Testing Exposure": "0.0%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", + "Specification Exposure": "0.0%", + "Instability Exposure": "0.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "18.96%", + "Documentation Exposure": "0.0%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "xml/odoo/__manifest__.py": { + "yaml/ansible/COPYING": { "1. Artifact Identity": { - "Filename": "__manifest__.py", - "Path": "xml/odoo/__manifest__.py", - "Language": "Python", + "Filename": "COPYING", + "Path": "yaml/ansible/COPYING", + "Language": "Plaintext", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "python", - "Lock Tier": 1.5, - "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (COPYING)" }, "2. Topological Coordinates": { - "X": 7205.06, - "Y": 164.39, - "Z": 2505.78 + "X": 3047.47, + "Y": 219.52, + "Z": -5820.83 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "Unclassified", + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 23, - "Coding LOC": 22, - "Documentation LOC": 0, - "Structural Magnitude": 15.44, + "Total LOC": 675, + "Coding LOC": 0, + "Documentation LOC": 553, + "Structural Magnitude": 13.5, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.091 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "3.34%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "18.96%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -431720,7 +432385,7 @@ "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 2, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, @@ -431756,7 +432421,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 20, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431814,77 +432479,77 @@ } } }, - "protobuf/baseline": { - "Directory Group Magnitude": 15.24, - "File Count": 1, + "python/fastapi": { + "Directory Group Magnitude": 12.98, + "File Count": 3, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" + "Static: Literature & Documentation": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.84%", + "Testing Exposure": "0.0%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "80.0%", - "Instability Exposure": "50.0%", + "Specification Exposure": "0.0%", + "Instability Exposure": "0.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "9.54%", + "Documentation Exposure": "0.0%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "protobuf/baseline/control.proto": { + "python/fastapi/CONTRIBUTING.md": { "1. Artifact Identity": { - "Filename": "control.proto", - "Path": "protobuf/baseline/control.proto", - "Language": "Proto", + "Filename": "CONTRIBUTING.md", + "Path": "python/fastapi/CONTRIBUTING.md", + "Language": "Markdown", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "proto", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .proto)" + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "markdown", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": -2583.27, - "Y": -23.25, - "Z": 6173.14 + "X": -5972.0, + "Y": 77.93, + "Z": -3508.66 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 163, - "Coding LOC": 12, - "Documentation LOC": 145, - "Structural Magnitude": 15.24, + "Total LOC": 2, + "Coding LOC": 0, + "Documentation LOC": 1, + "Structural Magnitude": 1.0, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.417 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.84%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "80.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "9.54%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -431937,7 +432602,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 2, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431954,9 +432619,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 9, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 9, + "Design Snake Case": 0, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -431966,13 +432631,13 @@ "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Hyperlinked Literature References": 1, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 3, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -431992,80 +432657,56 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "tabular/tsv_genomics": { - "Directory Group Magnitude": 15.2, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.53%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "66.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "52.76%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "tabular/tsv_genomics/B.cell_eQTL.tsv": { + }, + "python/fastapi/README.md": { "1. Artifact Identity": { - "Filename": "B.cell_eQTL.tsv", - "Path": "tabular/tsv_genomics/B.cell_eQTL.tsv", - "Language": "Csv", + "Filename": "README.md", + "Path": "python/fastapi/README.md", + "Language": "Markdown", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "csv", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .tsv)" + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "markdown", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": -6122.17, - "Y": 83.46, - "Z": -3032.35 + "X": -5770.54, + "Y": 117.24, + "Z": -3533.36 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 11, - "Coding LOC": 10, - "Documentation LOC": 0, - "Structural Magnitude": 15.2, + "Total LOC": 549, + "Coding LOC": 0, + "Documentation LOC": 351, + "Structural Magnitude": 10.98, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.5 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.53%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "66.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "52.76%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432144,10 +432785,10 @@ "Design Long Vars": 0, "Duplicate Logic": 0, "Orphaned Logic": 0, - "Instructional Code Examples": 0, + "Instructional Code Examples": 24, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Structured Literature Headers": 28, + "Hyperlinked Literature References": 47, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432173,47 +432814,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "yaml/ansible": { - "Directory Group Magnitude": 13.5, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "0.0%", - "Instability Exposure": "0.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "yaml/ansible/COPYING": { + }, + "python/fastapi/SECURITY.md": { "1. Artifact Identity": { - "Filename": "COPYING", - "Path": "yaml/ansible/COPYING", - "Language": "Plaintext", + "Filename": "SECURITY.md", + "Path": "python/fastapi/SECURITY.md", + "Language": "Markdown", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "markdown", "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (COPYING)" + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": 3047.47, - "Y": 219.52, - "Z": -5820.83 + "X": -5826.74, + "Y": 156.7, + "Z": -3836.67 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -432222,10 +432839,10 @@ "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 675, + "Total LOC": 32, "Coding LOC": 0, - "Documentation LOC": 553, - "Structural Magnitude": 13.5, + "Documentation LOC": 16, + "Structural Magnitude": 1.0, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -432327,8 +432944,8 @@ "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Structured Literature Headers": 4, + "Hyperlinked Literature References": 3, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432357,77 +432974,77 @@ } } }, - "python/fastapi": { - "Directory Group Magnitude": 12.98, - "File Count": 3, + "tabular/devsecops_payloads": { + "Directory Group Magnitude": 12.6, + "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "100.0%" + "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", + "Testing Exposure": "0.77%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "0.0%", - "Instability Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", + "Documentation Exposure": "29.36%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "python/fastapi/CONTRIBUTING.md": { + "tabular/devsecops_payloads/weaponized_export.csv": { "1. Artifact Identity": { - "Filename": "CONTRIBUTING.md", - "Path": "python/fastapi/CONTRIBUTING.md", - "Language": "Markdown", + "Filename": "weaponized_export.csv", + "Path": "tabular/devsecops_payloads/weaponized_export.csv", + "Language": "Csv", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "markdown", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "csv", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .csv)" }, "2. Topological Coordinates": { - "X": 3529.27, - "Y": 77.93, - "Z": -5539.05 + "X": 6193.48, + "Y": 155.1, + "Z": 3592.16 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 2, - "Coding LOC": 0, - "Documentation LOC": 1, - "Structural Magnitude": 1.0, + "Total LOC": 6, + "Coding LOC": 5, + "Documentation LOC": 0, + "Structural Magnitude": 12.6, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.77%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.36%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432509,7 +433126,7 @@ "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, - "Hyperlinked Literature References": 1, + "Hyperlinked Literature References": 0, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432535,56 +433152,80 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "python/fastapi/README.md": { + } + } + }, + "yaml/ansible/yaml_parsing": { + "Directory Group Magnitude": 12.6, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.77%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.36%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "yaml/ansible/yaml_parsing/playbook.yml": { "1. Artifact Identity": { - "Filename": "README.md", - "Path": "python/fastapi/README.md", - "Language": "Markdown", + "Filename": "playbook.yml", + "Path": "yaml/ansible/yaml_parsing/playbook.yml", + "Language": "Yaml", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "markdown", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "yaml", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .yml)" }, "2. Topological Coordinates": { - "X": 3730.74, - "Y": 117.24, - "Z": -5563.75 + "X": -3000.91, + "Y": 95.21, + "Z": 4888.75 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 549, - "Coding LOC": 0, - "Documentation LOC": 351, - "Structural Magnitude": 10.98, + "Total LOC": 6, + "Coding LOC": 5, + "Documentation LOC": 0, + "Structural Magnitude": 12.6, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.77%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.36%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432637,7 +433278,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 4, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -432663,10 +433304,10 @@ "Design Long Vars": 0, "Duplicate Logic": 0, "Orphaned Logic": 0, - "Instructional Code Examples": 24, + "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 28, - "Hyperlinked Literature References": 47, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432692,56 +433333,80 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "python/fastapi/SECURITY.md": { + } + } + }, + "xml/jenkins": { + "Directory Group Magnitude": 10.52, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.15%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "6.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.79%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "xml/jenkins/excludesFilter.xml": { "1. Artifact Identity": { - "Filename": "SECURITY.md", - "Path": "python/fastapi/SECURITY.md", - "Language": "Markdown", + "Filename": "excludesFilter.xml", + "Path": "xml/jenkins/excludesFilter.xml", + "Language": "Xml", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "markdown", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "xml", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 3674.54, - "Y": 156.7, - "Z": -5867.06 + "X": -5636.27, + "Y": -19.65, + "Z": -3859.47 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 32, + "Total LOC": 235, "Coding LOC": 0, - "Documentation LOC": 16, - "Structural Magnitude": 1.0, + "Documentation LOC": 234, + "Structural Magnitude": 10.52, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 5.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.15%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "6.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.79%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432822,8 +433487,8 @@ "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 4, - "Hyperlinked Literature References": 3, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432852,8 +433517,8 @@ } } }, - "tabular/devsecops_payloads": { - "Directory Group Magnitude": 12.6, + "xml/springboot/getting-started": { + "Directory Group Magnitude": 10.52, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" @@ -432862,34 +433527,34 @@ "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "5.19%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "tabular/devsecops_payloads/weaponized_export.csv": { + "xml/springboot/getting-started/pom.xml": { "1. Artifact Identity": { - "Filename": "weaponized_export.csv", - "Path": "tabular/devsecops_payloads/weaponized_export.csv", - "Language": "Csv", + "Filename": "pom.xml", + "Path": "xml/springboot/getting-started/pom.xml", + "Language": "Xml", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "csv", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .csv)" + "Folder Dominant Lang": "xml", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (pom.xml)" }, "2. Topological Coordinates": { - "X": 6193.48, - "Y": 155.1, - "Z": 3592.16 + "X": 4067.78, + "Y": -44.32, + "Z": -5403.56 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -432898,30 +433563,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 6, - "Coding LOC": 5, - "Documentation LOC": 0, - "Structural Magnitude": 12.6, + "Total LOC": 18, + "Coding LOC": 0, + "Documentation LOC": 16, + "Structural Magnitude": 10.52, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 5.0 }, "4. Vulnerability & Risk Exposures": { "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "5.19%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -433033,8 +433698,8 @@ } } }, - "yaml/ansible/yaml_parsing": { - "Directory Group Magnitude": 12.6, + "xml/springboot/resources": { + "Directory Group Magnitude": 10.52, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" @@ -433043,34 +433708,34 @@ "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "1.24%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "yaml/ansible/yaml_parsing/playbook.yml": { + "xml/springboot/resources/pom.xml": { "1. Artifact Identity": { - "Filename": "playbook.yml", - "Path": "yaml/ansible/yaml_parsing/playbook.yml", - "Language": "Yaml", + "Filename": "pom.xml", + "Path": "xml/springboot/resources/pom.xml", + "Language": "Xml", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "yaml", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .yml)" + "Folder Dominant Lang": "xml", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (pom.xml)" }, "2. Topological Coordinates": { - "X": -3000.91, - "Y": 95.21, - "Z": 4888.75 + "X": 5012.32, + "Y": -82.68, + "Z": 4166.17 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433079,30 +433744,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 6, - "Coding LOC": 5, - "Documentation LOC": 0, - "Structural Magnitude": 12.6, + "Total LOC": 45, + "Coding LOC": 0, + "Documentation LOC": 45, + "Structural Magnitude": 10.52, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 5.0 }, "4. Vulnerability & Risk Exposures": { "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "1.24%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -433156,7 +433821,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 4, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -433191,7 +433856,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 1, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -433214,44 +433879,44 @@ } } }, - "xml/jenkins": { - "Directory Group Magnitude": 10.52, - "File Count": 1, + "jcl/cics-genapp/base/cntl": { + "Directory Group Magnitude": 10.3, + "File Count": 3, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Cognitive Load Exposure": "5.69%", + "Error & Exception Exposure": "49.13%", + "Tech Debt Exposure": "66.31%", + "Testing Exposure": "2.35%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "4.46%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.79%", + "Documentation Exposure": "45.6%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "xml/jenkins/excludesFilter.xml": { + "jcl/cics-genapp/base/cntl/cpsmde2.jcl": { "1. Artifact Identity": { - "Filename": "excludesFilter.xml", - "Path": "xml/jenkins/excludesFilter.xml", - "Language": "Xml", + "Filename": "cpsmde2.jcl", + "Path": "jcl/cics-genapp/base/cntl/cpsmde2.jcl", + "Language": "Jcl", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "xml", + "Folder Dominant Lang": "jcl", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .xml)" + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": -5636.27, - "Y": -19.65, - "Z": -3859.47 + "X": 5821.94, + "Y": 138.61, + "Z": 4045.4 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433260,46 +433925,57 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 235, - "Coding LOC": 0, - "Documentation LOC": 234, - "Structural Magnitude": 10.52, + "Total LOC": 203, + "Coding LOC": 173, + "Documentation LOC": 0, + "Structural Magnitude": 5.96, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 5.0 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "56.38%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "13.37%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.79%", + "Documentation Exposure": "18.51%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "EYU9XDBT", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 193, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 11, + "End Line": 203 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, + "Sequential Logic Declarations": 1, "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, + "State Mutations / Variable Reassignments": 1, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, @@ -433337,7 +434013,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 39, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -433354,11 +434030,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 93, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 93, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -433392,47 +434068,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "xml/springboot/getting-started": { - "Directory Group Magnitude": 10.52, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "5.19%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "xml/springboot/getting-started/pom.xml": { + }, + "jcl/cics-genapp/base/cntl/itpentr.jcl": { "1. Artifact Identity": { - "Filename": "pom.xml", - "Path": "xml/springboot/getting-started/pom.xml", - "Language": "Xml", + "Filename": "itpentr.jcl", + "Path": "jcl/cics-genapp/base/cntl/itpentr.jcl", + "Language": "Jcl", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "xml", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (pom.xml)" + "Folder Dominant Lang": "jcl", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": 4067.78, - "Y": -44.32, - "Z": -5403.56 + "X": 5597.79, + "Y": 95.12, + "Z": 4494.07 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433441,44 +434093,55 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 18, - "Coding LOC": 0, - "Documentation LOC": 16, - "Structural Magnitude": 10.52, + "Total LOC": 15, + "Coding LOC": 15, + "Documentation LOC": 0, + "Structural Magnitude": 2.2, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 5.0 + "Raw Cognitive Density": 0.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Cognitive Load Exposure": "11.12%", + "Error & Exception Exposure": "91.01%", + "Tech Debt Exposure": "100.0%", + "Testing Exposure": "2.43%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "5.19%", + "Documentation Exposure": "70.21%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "RUNSIM", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 6, + "End Line": 15 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, + "Sequential Logic Declarations": 8, + "Function Parameters": 1, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 13, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -433535,15 +434198,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 9, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 9, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -433560,7 +434223,7 @@ "Embedded Credentials & Keys": 0, "Sec Extension Mismatch": 0, "Sec Entropy": 0, - "Sec Tainted Injection": 0, + "Sec Tainted Injection": 1, "Prompt Injection": 0, "Agentic Rce": 0, "Invisible Unicode Payload Smuggling": 0, @@ -433573,47 +434236,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "xml/springboot/resources": { - "Directory Group Magnitude": 10.52, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "1.24%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "xml/springboot/resources/pom.xml": { + }, + "jcl/cics-genapp/base/cntl/wsavp01.jcl": { "1. Artifact Identity": { - "Filename": "pom.xml", - "Path": "xml/springboot/resources/pom.xml", - "Language": "Xml", + "Filename": "wsavp01.jcl", + "Path": "jcl/cics-genapp/base/cntl/wsavp01.jcl", + "Language": "Jcl", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "xml", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (pom.xml)" + "Folder Dominant Lang": "jcl", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": 5012.32, - "Y": -82.68, - "Z": 4166.17 + "X": 5846.41, + "Y": 147.67, + "Z": 3848.9 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433622,40 +434261,51 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 45, - "Coding LOC": 0, - "Documentation LOC": 45, - "Structural Magnitude": 10.52, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 5.0 + "Raw Cognitive Density": 0.156 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "5.96%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Tech Debt Exposure": "98.93%", + "Testing Exposure": "2.33%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "1.24%", + "Documentation Exposure": "48.08%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "LS2WSVS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 13, + "End Line": 32 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, @@ -433716,15 +434366,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 18, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 18, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -433734,7 +434384,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 1, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -433793,9 +434443,9 @@ "Identity Proof": "Metadata Anchor (COPYING)" }, "2. Topological Coordinates": { - "X": -968.0, + "X": -967.46, "Y": 146.31, - "Z": -4852.24 + "Z": -4849.41 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -433950,9 +434600,9 @@ "Identity Proof": "Single Indicator (Ext: .sql)" }, "2. Topological Coordinates": { - "X": -1180.04, + "X": -1179.51, "Y": 104.96, - "Z": -4827.04 + "Z": -4824.21 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -435826,9 +436476,9 @@ "Identity Proof": "Prose Extension (.txt)" }, "2. Topological Coordinates": { - "X": 7058.54, + "X": 7044.99, "Y": -96.74, - "Z": -1115.06 + "Z": -1113.06 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -435983,9 +436633,9 @@ "Identity Proof": "Single Indicator (Ext: .html)" }, "2. Topological Coordinates": { - "X": 6926.0, + "X": 6912.45, "Y": -88.78, - "Z": -905.05 + "Z": -903.05 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -438700,9 +439350,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": 6386.02, + "X": 6382.94, "Y": 220.39, - "Z": -2687.53 + "Z": -2686.15 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -438881,9 +439531,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": 2051.32, + "X": 2042.93, "Y": 141.51, - "Z": 5315.35 + "Z": 5294.16 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -439919,9 +440569,9 @@ "Identity Proof": "Single Indicator (Ext: .html)" }, "2. Topological Coordinates": { - "X": -5189.36, + "X": -5188.83, "Y": 14.4, - "Z": 1847.76 + "Z": 1847.58 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -440102,9 +440752,9 @@ "Identity Proof": "Prose Extension (.txt)" }, "2. Topological Coordinates": { - "X": -2484.37, + "X": -2484.25, "Y": -114.88, - "Z": -4912.58 + "Z": -4912.34 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", diff --git a/tests/golden_master_zero_dep_audit.json b/tests/golden_master_zero_dep_audit.json index 8a17bdbab..702450929 100644 --- a/tests/golden_master_zero_dep_audit.json +++ b/tests/golden_master_zero_dep_audit.json @@ -12,8 +12,8 @@ }, "Target Root Name": "data", "Absolute Project Path": "/home/joe/nyx_projects/language-crucible/data", - "Analysis ISO Timestamp": "2026-08-21T00:38:43.045685+00:00", - "Total Scan Duration": "46.62 seconds" + "Analysis ISO Timestamp": "2026-08-21T01:43:30.992488+00:00", + "Total Scan Duration": "47.14 seconds" }, "Source Control Footprint (Immutable Anchor)": { "Active Branch": "HEAD", @@ -198,8 +198,8 @@ "health": { "avg_cognitive_load": 24.702, "avg_safety_score": 38.661, - "avg_tech_debt": 23.574, - "avg_documentation": 21.546 + "avg_tech_debt": 24.647, + "avg_documentation": 21.548 }, "composition": { "xml": { @@ -270,7 +270,7 @@ "jcl": { "files": 15, "loc": 919, - "impact": 251.02000000000004 + "impact": 65.38 }, "yacc": { "files": 1, @@ -280,7 +280,7 @@ "m4": { "files": 8, "loc": 13321, - "impact": 922.15 + "impact": 669.62 }, "python": { "files": 268, @@ -660,12 +660,12 @@ }, "cobol/cics-genapp": { "file_count": 30, - "total_mass": 1945.69, + "total_mass": 1806.79, "avg_exposures": { "cognitive_load": 48.53, "safety_score": 54.17, - "tech_debt": 27.21, - "verification": 7.42, + "tech_debt": 44.14, + "verification": 7.44, "api_exposure": 1.38, "concurrency": 3.08, "state_flux": 53.32, @@ -1515,11 +1515,11 @@ }, "m4/gnucobol": { "file_count": 2, - "total_mass": 137.88, + "total_mass": 192.98, "avg_exposures": { "cognitive_load": 2.61, "safety_score": 0.0, - "tech_debt": 12.98, + "tech_debt": 13.66, "verification": 1.15, "api_exposure": 5.51, "concurrency": 0.0, @@ -1528,7 +1528,7 @@ "spec_match": 50.0, "stability": 25.0, "churn": 0.0, - "documentation": 13.92, + "documentation": 14.78, "secrets_risk": 0.0 } }, @@ -1914,12 +1914,12 @@ }, "jcl/cics-genapp/base/cntl": { "file_count": 3, - "total_mass": 57.04, + "total_mass": 10.3, "avg_exposures": { "cognitive_load": 5.69, "safety_score": 49.13, - "tech_debt": 0.0, - "verification": 2.31, + "tech_debt": 66.31, + "verification": 2.35, "api_exposure": 0.0, "concurrency": 0.0, "state_flux": 4.46, @@ -1933,12 +1933,12 @@ }, "m4/curl/m4": { "file_count": 5, - "total_mass": 403.69, + "total_mass": 96.06, "avg_exposures": { "cognitive_load": 4.78, "safety_score": 0.0, - "tech_debt": 16.13, - "verification": 2.3, + "tech_debt": 75.12, + "verification": 2.36, "api_exposure": 1.74, "concurrency": 0.0, "state_flux": 0.0, @@ -3368,13 +3368,13 @@ "value": 100.0 }, { - "name": "CodeGeneration.py", - "path": "python/cython/CodeGeneration.py", + "name": "sampncs.jcl", + "path": "cobol/cics-genapp/sampncs.jcl", "value": 100.0 }, { - "name": "2_tricky_strings.py", - "path": "python/wtfpython/2_tricky_strings.py", + "name": "samptsq.jcl", + "path": "cobol/cics-genapp/samptsq.jcl", "value": 100.0 } ], @@ -262460,9 +262460,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1937.92, + "X": 6235.34, "Y": 205.2, - "Z": 5063.68 + "Z": -1894.83 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -262931,9 +262931,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1306.6, + "X": 5604.01, "Y": 206.22, - "Z": 4960.67 + "Z": -1997.84 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -263235,9 +263235,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1611.4, + "X": 5908.82, "Y": 53.47, - "Z": 4240.5 + "Z": -2718.01 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -263626,9 +263626,9 @@ "Identity Proof": "Single Indicator (Ext: .zig)" }, "2. Topological Coordinates": { - "X": 1627.6, + "X": 5925.01, "Y": 177.39, - "Z": 4472.6 + "Z": -2485.91 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -293803,9 +293803,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6215.12, + "X": -1372.25, "Y": -60.79, - "Z": -1275.61 + "Z": -4081.38 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -295148,9 +295148,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6530.44, + "X": -1056.93, "Y": -58.65, - "Z": -1277.78 + "Z": -4083.55 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -296872,9 +296872,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6810.0, + "X": -777.37, "Y": -135.82, - "Z": -843.0 + "Z": -3648.77 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -297326,9 +297326,9 @@ "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 6541.07, + "X": -1046.3, "Y": -69.43, - "Z": -1815.54 + "Z": -4621.31 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -337964,9 +337964,9 @@ "Identity Proof": "Single Indicator (Ext: .s)" }, "2. Topological Coordinates": { - "X": -4902.03, + "X": 1354.71, "Y": 134.84, - "Z": 1493.74 + "Z": 4699.9 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -338554,9 +338554,9 @@ "Identity Proof": "Ecosystem Consensus Lock (70% Local Dominance)" }, "2. Topological Coordinates": { - "X": -4593.87, + "X": 1662.87, "Y": 199.79, - "Z": 1022.61 + "Z": 4228.78 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -338711,9 +338711,9 @@ "Identity Proof": "Single Indicator (Ext: .s)" }, "2. Topological Coordinates": { - "X": -4397.71, + "X": 1859.03, "Y": 85.31, - "Z": 1671.07 + "Z": 4877.24 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -338899,9 +338899,9 @@ "Identity Proof": "Ecosystem Consensus Lock (100% Local Dominance)" }, "2. Topological Coordinates": { - "X": -4616.73, + "X": 1640.01, "Y": 101.25, - "Z": 1293.55 + "Z": 4499.71 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346177,95 +346177,235 @@ } } }, - "cobol/cics-genapp": { - "Directory Group Magnitude": 1945.69, - "File Count": 30, + "php/guzzle": { + "Directory Group Magnitude": 1830.62, + "File Count": 7, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "96.7%", - "Static: Literature & Documentation": "3.3%" + "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "48.53%", - "Error & Exception Exposure": "54.17%", - "Tech Debt Exposure": "27.21%", - "Testing Exposure": "7.42%", - "API Exposure": "1.38%", - "Concurrency Exposure": "3.08%", - "State Flux Exposure": "53.32%", - "Commented Logic Exposure": "4.47%", - "Specification Exposure": "95.33%", - "Instability Exposure": "48.33%", + "Cognitive Load Exposure": "37.84%", + "Error & Exception Exposure": "76.97%", + "Tech Debt Exposure": "69.42%", + "Testing Exposure": "35.36%", + "API Exposure": "3.67%", + "Concurrency Exposure": "14.28%", + "State Flux Exposure": "99.99%", + "Commented Logic Exposure": "2.45%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.36%", - "Hardcoded Payload Artifacts": "3.3%" + "Documentation Exposure": "12.88%", + "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "cobol/cics-genapp/README.md": { + "php/guzzle/Client.php": { "1. Artifact Identity": { - "Filename": "README.md", - "Path": "cobol/cics-genapp/README.md", - "Language": "Markdown", + "Filename": "Client.php", + "Path": "php/guzzle/Client.php", + "Language": "Php", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -351.18, - "Y": -36.05, - "Z": 702.51 + "X": -2452.79, + "Y": -393.05, + "Z": 4780.27 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 106, - "Coding LOC": 0, - "Documentation LOC": 80, - "Structural Magnitude": 2.12, - "Control Flow Ratio": "0.0%", + "Total LOC": 484, + "Coding LOC": 274, + "Documentation LOC": 154, + "Structural Magnitude": 279.18, + "Control Flow Ratio": "53.5%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.027 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "37.6%", + "Error & Exception Exposure": "64.89%", + "Tech Debt Exposure": "62.5%", + "Testing Exposure": "0.0%", + "API Exposure": "3.79%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "applyOptions", + "Structural Impact": 61.9, + "Lines of Code (LOC)": 129, + "Control Flow Branches": 31, + "Input Parameters": 2, + "Control Flow Ratio": "75.6%", + "Start Line": 342, + "End Line": 470 + }, + { + "Function Name": "configureDefaults", + "Structural Impact": 18.0, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 10, + "Input Parameters": 1, + "Control Flow Ratio": "71.4%", + "Start Line": 229, + "End Line": 276 + }, + { + "Function Name": "buildUri", + "Structural Impact": 12.8, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 6, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 212, + "End Line": 224 + }, + { + "Function Name": "prepareDefaults", + "Structural Impact": 11.6, + "Lines of Code (LOC)": 34, + "Control Flow Branches": 6, + "Input Parameters": 1, + "Control Flow Ratio": "60.0%", + "Start Line": 283, + "End Line": 316 + }, + { + "Function Name": "requestAsync", + "Structural Impact": 10.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 4, + "Input Parameters": 3, + "Control Flow Ratio": "57.1%", + "Start Line": 153, + "End Line": 170 + }, + { + "Function Name": "__call", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "42.9%", + "Start Line": 81, + "End Line": 93 + }, + { + "Function Name": "__construct", + "Structural Impact": 6.4, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "60.0%", + "Start Line": 57, + "End Line": 71 + }, + { + "Function Name": "getConfig", + "Structural Impact": 6.0, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "60.0%", + "Start Line": 205, + "End Line": 210 + }, + { + "Function Name": "transfer", + "Structural Impact": 5.8, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "40.0%", + "Start Line": 326, + "End Line": 337 + }, + { + "Function Name": "request", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 185, + "End Line": 190 + }, + { + "Function Name": "sendAsync", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 101, + "End Line": 110 + }, + { + "Function Name": "send", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 120, + "End Line": 125 + }, + { + "Function Name": "sendRequest", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 132, + "End Line": 139 + }, + { + "Function Name": "invalidBody", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 475, + "End Line": 482 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Control Flow Branches": 69, + "Sequential Logic Declarations": 60, + "Function Parameters": 14, + "Function/Method Declarations": 14, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 31, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, + "I/O and Network Boundaries": 1, + "Exposed API / Public Exports": 8, + "State Mutations / Variable Reassignments": 115, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 38, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, @@ -346275,10 +346415,10 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 11, "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, + "Planned Work (TODOs)": 2, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, @@ -346286,22 +346426,22 @@ "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, + "Manual Memory Allocation": 4, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Fatal Aborts & Exceptions": 9, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 3, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 11, + "Private / Encapsulated Scopes": 7, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 261, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -346326,17 +346466,17 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 8, + "Orphaned Logic": 4, + "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 3, - "Hyperlinked Literature References": 1, - "High-Entropy / Obfuscated Logic": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 1, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 1, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -346350,29 +346490,48 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, + "Direct Upstream (Fragility)": 18, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [] + "9. Extracted Dependencies": [ + "$options)) \n // Allows default headers to be unset.\n if ($options['headers'] === null) \n $defaults['_conditional'] = []", + "ClientTrait", + "GuzzleHttp\\Cookie\\CookieJar", + "GuzzleHttp\\Exception\\GuzzleException", + "GuzzleHttp\\Exception\\InvalidArgumentException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\PromiseInterface", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface", + "Psr\\Http\\Message\\UriInterface", + "a \"handler\"\n * (if utilized by the concrete client)", + "a URI and optional options array'", + "a default handler will be created\n * that enables all of the request options below by attaching all of the\n * default middleware to the handler.\n * - base_uri: (string|UriInterface) Base URI of the client that is merged\n * into relative URIs. Can be a string or instance of UriInterface.\n * - **: any request option\n *\n * @param array $config Client configuration settings.\n *\n * @see RequestOptions for a list of available request options.\n */\n public function __construct(array $config = [])\n \n if (!isset($config['handler'])) \n $config['handler'] = HandlerStack::create(", + "and a \"base_uri\" if utilized by\n * the concrete client.\n *\n * @param string|null $option The config option to retrieve.\n *\n * @return mixed\n *\n * @deprecated Client::getConfig will be removed in guzzlehttp/guzzle:8.0.\n */\n public function getConfig(?string $option = null)\n \n return $option === null\n ? $this->config\n : ($this->config[$option] ?? null", + "and must return a\n * GuzzleHttp\\Promise\\PromiseInterface that is fulfilled with a\n * Psr7\\Http\\Message\\ResponseInterface on success.\n * If no handler is provided", + "d", + "default request options of the client", + "the following options:\n *\n * - handler: (callable) Function that transfers HTTP requests over the\n * wire. The function is called with a Psr7\\Http\\Message\\RequestInterface\n * and array of transfer options" + ] }, - "cobol/cics-genapp/lgacdb01.cbl": { + "php/guzzle/CurlFactory.php": { "1. Artifact Identity": { - "Filename": "lgacdb01.cbl", - "Path": "cobol/cics-genapp/lgacdb01.cbl", - "Language": "Cobol", + "Filename": "CurlFactory.php", + "Path": "php/guzzle/CurlFactory.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": 214.83, - "Y": 52.55, - "Z": 1865.15 + "X": -2460.09, + "Y": -231.59, + "Z": 5234.11 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346381,132 +346540,302 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 329, - "Coding LOC": 213, - "Documentation LOC": 79, - "Structural Magnitude": 114.96, - "Control Flow Ratio": "64.9%", + "Total LOC": 742, + "Coding LOC": 557, + "Documentation LOC": 87, + "Structural Magnitude": 564.94, + "Control Flow Ratio": "61.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.235 + "Raw Cognitive Density": 1.032 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "87.42%", - "Error & Exception Exposure": "79.19%", - "Tech Debt Exposure": "37.64%", - "Testing Exposure": "2.4%", - "API Exposure": "2.39%", + "Cognitive Load Exposure": "51.33%", + "Error & Exception Exposure": "76.82%", + "Tech Debt Exposure": "29.23%", + "Testing Exposure": "80.0%", + "API Exposure": "1.69%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "10.16%", + "Commented Logic Exposure": "5.32%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "99.01%" + "Documentation Exposure": "13.73%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "INSERT-CUSTOMER", - "Structural Impact": 20.7, - "Lines of Code (LOC)": 114, - "Control Flow Branches": 14, + "Function Name": "applyHandlerOptions", + "Structural Impact": 122.4, + "Lines of Code (LOC)": 197, + "Control Flow Branches": 64, + "Input Parameters": 2, + "Control Flow Ratio": "79.0%", + "Start Line": 437, + "End Line": 633 + }, + { + "Function Name": "applyBody", + "Structural Impact": 21.9, + "Lines of Code (LOC)": 38, + "Control Flow Branches": 9, + "Input Parameters": 3, + "Control Flow Ratio": "69.2%", + "Start Line": 360, + "End Line": 397 + }, + { + "Function Name": "retryFailedRewind", + "Structural Impact": 21.8, + "Lines of Code (LOC)": 35, + "Control Flow Branches": 9, + "Input Parameters": 3, + "Control Flow Ratio": "69.2%", + "Start Line": 646, + "End Line": 680 + }, + { + "Function Name": "createRejection", + "Structural Impact": 20.4, + "Lines of Code (LOC)": 61, + "Control Flow Branches": 9, + "Input Parameters": 2, + "Control Flow Ratio": "52.9%", + "Start Line": 221, + "End Line": 281 + }, + { + "Function Name": "createHeaderFn", + "Structural Impact": 19.4, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 11, + "Input Parameters": 1, + "Control Flow Ratio": "57.9%", + "Start Line": 682, + "End Line": 729 + }, + { + "Function Name": "create", + "Structural Impact": 17.4, + "Lines of Code (LOC)": 37, + "Control Flow Branches": 8, + "Input Parameters": 2, + "Control Flow Ratio": "61.5%", + "Start Line": 48, + "End Line": 84 + }, + { + "Function Name": "applyMethod", + "Structural Impact": 13.5, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 6, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 332, + "End Line": 358 + }, + { + "Function Name": "applyHeaders", + "Structural Impact": 11.4, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 5, + "Input Parameters": 2, + "Control Flow Ratio": "62.5%", + "Start Line": 399, + "End Line": 418 + }, + { + "Function Name": "finish", + "Structural Impact": 11.1, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 4, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 152, + "End Line": 172 + }, + { + "Function Name": "getDefaultConf", + "Structural Impact": 9.8, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "71.4%", + "Start Line": 304, + "End Line": 330 + }, + { + "Function Name": "finishError", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 191, + "End Line": 208 + }, + { + "Function Name": "release", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 22, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 122, + "End Line": 143 + }, + { + "Function Name": "sanitizeCurlError", + "Structural Impact": 6.0, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 283, + "End Line": 299 + }, + { + "Function Name": "removeHeader", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "40.0%", + "Start Line": 426, + "End Line": 435 + }, + { + "Function Name": "supportsHttp2", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "87.5%", - "Start Line": 212, - "End Line": 325 + "Control Flow Ratio": "60.0%", + "Start Line": 86, + "End Line": 97 }, { - "Function Name": "MAINLINE", - "Structural Impact": 11.2, - "Lines of Code (LOC)": 65, - "Control Flow Branches": 7, + "Function Name": "supportsTls13", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "87.5%", - "Start Line": 126, - "End Line": 190 + "Control Flow Ratio": "50.0%", + "Start Line": 110, + "End Line": 120 }, { - "Function Name": "Obtain-CUSTOMER-Number", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, + "Function Name": "__destruct", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 196, - "End Line": 208 + "Control Flow Ratio": "50.0%", + "Start Line": 731, + "End Line": 740 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, + "Function Name": "supportsTls12", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 99, + "End Line": 108 + }, + { + "Function Name": "getCurlVersion", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 210, + "End Line": 219 + }, + { + "Function Name": "invokeStats", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 0, + "Input Parameters": 1, "Control Flow Ratio": "0.0%", - "Start Line": 193, - "End Line": 194 + "Start Line": 174, + "End Line": 186 + }, + { + "Function Name": "__construct", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 43, + "End Line": 46 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 24, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 4, + "Control Flow Branches": 150, + "Sequential Logic Declarations": 95, + "Function Parameters": 25, + "Function/Method Declarations": 21, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 8, - "Type/Safety Bypasses": 0, + "Defensive Programming Constructs": 36, + "Type/Safety Bypasses": 2, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 9, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 72, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 7, + "State Mutations / Variable Reassignments": 230, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 21, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 3, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 18, - "Module Dependencies (Imports)": 3, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 10, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 1, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 7, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 4, + "Fatal Aborts & Exceptions": 13, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 14, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Immutable Data Declarations": 2, + "Resource Deallocation & Cleanup": 8, + "Private / Encapsulated Scopes": 19, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 213, + "Structural Space Indentations": 542, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 14, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, - "Regex Execution": 0, + "Regex Execution": 1, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, @@ -346516,15 +346845,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, + "Core Var Decl": 2, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 1, + "Design Pascal Case": 0, "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 3, + "Orphaned Logic": 4, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -346532,13 +346861,13 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "Dynamic Code Execution (Eval/Exec)": 4, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 12, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 1, + "Embedded Credentials & Keys": 0, "Sec Extension Mismatch": 0, "Sec Entropy": 0, "Sec Tainted Injection": 0, @@ -346548,33 +346877,41 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, + "Direct Upstream (Fragility)": 11, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "GuzzleHttp\\Exception\\ConnectException", + "GuzzleHttp\\Exception\\RequestException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\FulfilledPromise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Psr7\\LazyOpenStream", + "GuzzleHttp\\TransferStats", + "GuzzleHttp\\Utils", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\UriInterface", + "s a special format for empty headers.\n // See https://github.com/guzzle/guzzle/issues/1882 for more details.\n $conf[\\CURLOPT_HTTPHEADER][] = \"$name" ] }, - "cobol/cics-genapp/lgacdb02.cbl": { + "php/guzzle/CurlMultiHandler.php": { "1. Artifact Identity": { - "Filename": "lgacdb02.cbl", - "Path": "cobol/cics-genapp/lgacdb02.cbl", - "Language": "Cobol", + "Filename": "CurlMultiHandler.php", + "Path": "php/guzzle/CurlMultiHandler.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -308.06, - "Y": 34.29, - "Z": 953.84 + "X": -2245.97, + "Y": -173.3, + "Z": 5517.75 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346583,26 +346920,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 226, - "Coding LOC": 126, - "Documentation LOC": 75, - "Structural Magnitude": 73.92, - "Control Flow Ratio": "55.2%", + "Total LOC": 288, + "Coding LOC": 165, + "Documentation LOC": 78, + "Structural Magnitude": 143.4, + "Control Flow Ratio": "47.8%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.333 + "Raw Cognitive Density": 1.053 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "91.16%", - "Error & Exception Exposure": "81.45%", - "Tech Debt Exposure": "51.98%", - "Testing Exposure": "2.41%", - "API Exposure": "2.56%", + "Cognitive Load Exposure": "38.53%", + "Error & Exception Exposure": "80.78%", + "Tech Debt Exposure": "95.05%", + "Testing Exposure": "80.0%", + "API Exposure": "2.29%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "9.94%", + "Commented Logic Exposure": "6.37%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -346611,91 +346948,171 @@ }, "5. Function Analysis": [ { - "Function Name": "INSERT-CUSTOMER-PASSWORD", - "Structural Impact": 12.2, - "Lines of Code (LOC)": 65, - "Control Flow Branches": 8, + "Function Name": "__construct", + "Structural Impact": 9.4, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "71.4%", + "Start Line": 69, + "End Line": 87 + }, + { + "Function Name": "tick", + "Structural Impact": 8.8, + "Lines of Code (LOC)": 35, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 147, + "End Line": 181 + }, + { + "Function Name": "processMessages", + "Structural Impact": 7.2, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "83.3%", + "Start Line": 251, + "End Line": 273 + }, + { + "Function Name": "__get", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 97, + "End Line": 117 + }, + { + "Function Name": "cancel", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 229, + "End Line": 249 + }, + { + "Function Name": "execute", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 4, "Input Parameters": 0, "Control Flow Ratio": "80.0%", - "Start Line": 159, - "End Line": 223 + "Start Line": 197, + "End Line": 208 }, { - "Function Name": "MAINLINE", - "Structural Impact": 11.1, - "Lines of Code (LOC)": 41, - "Control Flow Branches": 8, + "Function Name": "addRequest", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 210, + "End Line": 220 + }, + { + "Function Name": "timeToNext", + "Structural Impact": 3.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "88.9%", - "Start Line": 113, - "End Line": 153 + "Control Flow Ratio": "40.0%", + "Start Line": 275, + "End Line": 286 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "__invoke", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 16, "Control Flow Branches": 0, - "Input Parameters": 0, + "Input Parameters": 2, "Control Flow Ratio": "0.0%", - "Start Line": 156, - "End Line": 157 + "Start Line": 127, + "End Line": 142 + }, + { + "Function Name": "__destruct", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 119, + "End Line": 125 + }, + { + "Function Name": "tickInQueue", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 186, + "End Line": 192 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 16, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 3, + "Control Flow Branches": 33, + "Sequential Logic Declarations": 36, + "Function Parameters": 12, + "Function/Method Declarations": 11, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 5, - "Type/Safety Bypasses": 0, + "Defensive Programming Constructs": 7, + "Type/Safety Bypasses": 1, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 5, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 46, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 6, + "State Mutations / Variable Reassignments": 74, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 27, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 11, - "Module Dependencies (Imports)": 2, + "Metaprogramming & Reflection": 3, + "Module Dependencies (Imports)": 6, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 1, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 1, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 5, + "Fatal Aborts & Exceptions": 2, + "Thread Sleeps & Blocking Waits": 2, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 5, + "Private / Encapsulated Scopes": 12, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 126, + "Structural Space Indentations": 154, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 8, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -346708,15 +347125,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 2, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 2, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 4, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -346726,7 +347143,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 1, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -346740,32 +347157,36 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, + "Direct Upstream (Fragility)": 6, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGPOLICY", - "SQLCA" + "Closure", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\Promise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Utils", + "Psr\\Http\\Message\\RequestInterface" ] }, - "cobol/cics-genapp/lgacus01.cbl": { + "php/guzzle/Middleware.php": { "1. Artifact Identity": { - "Filename": "lgacus01.cbl", - "Path": "cobol/cics-genapp/lgacus01.cbl", - "Language": "Cobol", + "Filename": "Middleware.php", + "Path": "php/guzzle/Middleware.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": 238.52, - "Y": -12.34, - "Z": 875.02 + "X": -2034.16, + "Y": -363.79, + "Z": 4955.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346774,26 +347195,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 180, - "Coding LOC": 95, - "Documentation LOC": 61, - "Structural Magnitude": 63.7, - "Control Flow Ratio": "47.8%", + "Total LOC": 269, + "Coding LOC": 154, + "Documentation LOC": 92, + "Structural Magnitude": 96.68, + "Control Flow Ratio": "13.3%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.392 + "Raw Cognitive Density": 0.61 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "92.88%", - "Error & Exception Exposure": "85.62%", - "Tech Debt Exposure": "71.53%", - "Testing Exposure": "2.42%", - "API Exposure": "2.67%", + "Cognitive Load Exposure": "18.2%", + "Error & Exception Exposure": "60.86%", + "Tech Debt Exposure": "84.82%", + "Testing Exposure": "2.44%", + "API Exposure": "8.57%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "18.24%", + "State Flux Exposure": "99.94%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -346802,62 +347223,132 @@ }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", + "Function Name": "tap", + "Structural Impact": 9.5, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 135, + "End Line": 150 + }, + { + "Function Name": "log", "Structural Impact": 9.3, - "Lines of Code (LOC)": 46, - "Control Flow Branches": 6, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "16.7%", + "Start Line": 198, + "End Line": 224 + }, + { + "Function Name": "httpErrors", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "20.0%", + "Start Line": 58, + "End Line": 77 + }, + { + "Function Name": "history", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "11.8%", + "Start Line": 88, + "End Line": 120 + }, + { + "Function Name": "cookies", + "Structural Impact": 4.2, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 76, - "End Line": 121 + "Control Flow Ratio": "14.3%", + "Start Line": 26, + "End Line": 48 }, { - "Function Name": "INSERT-CUSTOMER", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 5, + "Function Name": "retry", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "14.3%", + "Start Line": 179, + "End Line": 184 + }, + { + "Function Name": "mapRequest", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 244, + "End Line": 251 + }, + { + "Function Name": "mapResponse", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 260, + "End Line": 267 + }, + { + "Function Name": "redirect", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 127, - "End Line": 174 + "Control Flow Ratio": "0.0%", + "Start Line": 157, + "End Line": 162 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "prepareBody", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 124, - "End Line": 125 + "Start Line": 230, + "End Line": 235 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 11, - "Sequential Logic Declarations": 12, - "Function Parameters": 0, - "Function/Method Declarations": 3, + "Control Flow Branches": 16, + "Sequential Logic Declarations": 104, + "Function Parameters": 33, + "Function/Method Declarations": 10, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, + "Defensive Programming Constructs": 8, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 42, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 10, + "State Mutations / Variable Reassignments": 38, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 30, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 10, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 2, + "Scientific & Mathematical Operations": 3, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 7, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -346866,27 +347357,27 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 3, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 1, "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Fatal Aborts & Exceptions": 4, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 5, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, + "Immutable Data Declarations": 1, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 95, + "Structural Space Indentations": 142, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 6, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -346907,7 +347398,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 6, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -346915,7 +347406,7 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "Dynamic Code Execution (Eval/Exec)": 6, "Global Environment Mutation": 0, "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, @@ -346931,32 +347422,37 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, + "Direct Upstream (Fragility)": 7, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY" + "GuzzleHttp\\Cookie\\CookieJarInterface", + "GuzzleHttp\\Exception\\RequestException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\PromiseInterface", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface", + "Psr\\Log\\LoggerInterface" ] }, - "cobol/cics-genapp/lgacvs01.cbl": { + "php/guzzle/Pool.php": { "1. Artifact Identity": { - "Filename": "lgacvs01.cbl", - "Path": "cobol/cics-genapp/lgacvs01.cbl", - "Language": "Cobol", + "Filename": "Pool.php", + "Path": "php/guzzle/Pool.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -127.26, - "Y": -13.5, - "Z": 950.49 + "X": -2610.74, + "Y": -81.14, + "Z": 5964.69 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -346965,25 +347461,25 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 122, - "Coding LOC": 88, - "Documentation LOC": 25, - "Structural Magnitude": 33.56, - "Control Flow Ratio": "36.4%", + "Total LOC": 126, + "Coding LOC": 64, + "Documentation LOC": 50, + "Structural Magnitude": 87.08, + "Control Flow Ratio": "27.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.011 + "Raw Cognitive Density": 1.5 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "73.99%", - "Error & Exception Exposure": "72.45%", - "Tech Debt Exposure": "76.73%", - "Testing Exposure": "2.38%", - "API Exposure": "2.88%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.77%", + "Cognitive Load Exposure": "47.63%", + "Error & Exception Exposure": "86.41%", + "Tech Debt Exposure": "80.32%", + "Testing Exposure": "2.52%", + "API Exposure": "3.43%", + "Concurrency Exposure": "99.99%", + "State Flux Exposure": "100.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", @@ -346993,52 +347489,72 @@ }, "5. Function Analysis": [ { - "Function Name": "A-EXIT", - "Structural Impact": 7.8, - "Lines of Code (LOC)": 37, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 82, - "End Line": 118 + "Function Name": "__construct", + "Structural Impact": 17.4, + "Lines of Code (LOC)": 28, + "Control Flow Branches": 7, + "Input Parameters": 3, + "Control Flow Ratio": "46.7%", + "Start Line": 41, + "End Line": 68 }, { - "Function Name": "MAINLINE", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 3, + "Function Name": "cmpCallback", + "Structural Impact": 6.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 2, + "Input Parameters": 3, + "Control Flow Ratio": "28.6%", + "Start Line": 111, + "End Line": 124 + }, + { + "Function Name": "batch", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 96, + "End Line": 106 + }, + { + "Function Name": "promise", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 61, - "End Line": 79 + "Control Flow Ratio": "0.0%", + "Start Line": 73, + "End Line": 76 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 14, - "Function Parameters": 0, - "Function/Method Declarations": 2, + "Control Flow Branches": 10, + "Sequential Logic Declarations": 27, + "Function Parameters": 7, + "Function/Method Declarations": 4, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, + "Defensive Programming Constructs": 4, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 18, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 3, + "State Mutations / Variable Reassignments": 43, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 15, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, + "Asynchronous/Concurrent Execution": 12, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 3, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 8, - "Module Dependencies (Imports)": 1, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 5, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -347048,26 +347564,26 @@ "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, + "Manual Memory Allocation": 2, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 2, + "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 4, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 1, + "Private / Encapsulated Scopes": 2, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 88, + "Structural Space Indentations": 54, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -347080,11 +347596,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 4, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 1, - "Design Upper Case": 3, + "Design Pascal Case": 0, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -347096,7 +347612,7 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "Dynamic Code Execution (Eval/Exec)": 2, "Global Environment Mutation": 0, "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, @@ -347112,31 +347628,35 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 5, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA" + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\EachPromise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Promise\\PromisorInterface", + "Psr\\Http\\Message\\RequestInterface" ] }, - "cobol/cics-genapp/lgapdb01.cbl": { + "php/guzzle/RequestException.php": { "1. Artifact Identity": { - "Filename": "lgapdb01.cbl", - "Path": "cobol/cics-genapp/lgapdb01.cbl", - "Language": "Cobol", + "Filename": "RequestException.php", + "Path": "php/guzzle/RequestException.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": -316.24, - "Y": -27.32, - "Z": 1750.03 + "X": -2961.36, + "Y": -250.76, + "Z": 5284.34 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -347145,130 +347665,130 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 596, - "Coding LOC": 408, - "Documentation LOC": 112, - "Structural Magnitude": 224.46, - "Control Flow Ratio": "75.0%", - "Popularity Rank": 0, + "Total LOC": 151, + "Coding LOC": 88, + "Documentation LOC": 44, + "Structural Magnitude": 123.76, + "Control Flow Ratio": "35.7%", + "Popularity Rank": 3, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.184 + "Raw Cognitive Density": 0.943 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "85.01%", - "Error & Exception Exposure": "79.14%", - "Tech Debt Exposure": "32.67%", - "Testing Exposure": "80.0%", - "API Exposure": "2.17%", + "Cognitive Load Exposure": "34.21%", + "Error & Exception Exposure": "90.58%", + "Tech Debt Exposure": "99.25%", + "Testing Exposure": "2.58%", + "API Exposure": "5.79%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "16.23%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "16.85%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 30.2, - "Lines of Code (LOC)": 105, - "Control Flow Branches": 24, - "Input Parameters": 0, - "Control Flow Ratio": "96.0%", - "Start Line": 144, - "End Line": 248 + "Function Name": "create", + "Structural Impact": 27.0, + "Lines of Code (LOC)": 50, + "Control Flow Branches": 9, + "Input Parameters": 5, + "Control Flow Ratio": "60.0%", + "Start Line": 63, + "End Line": 112 }, { - "Function Name": "INSERT-COMMERCIAL", - "Structural Impact": 14.5, - "Lines of Code (LOC)": 110, - "Control Flow Branches": 8, - "Input Parameters": 0, - "Control Flow Ratio": "80.0%", - "Start Line": 482, - "End Line": 591 + "Function Name": "__construct", + "Structural Impact": 10.5, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 3, + "Input Parameters": 5, + "Control Flow Ratio": "75.0%", + "Start Line": 31, + "End Line": 44 }, { - "Function Name": "INSERT-POLICY", - "Structural Impact": 11.1, - "Lines of Code (LOC)": 62, - "Control Flow Branches": 7, - "Input Parameters": 0, - "Control Flow Ratio": "87.5%", - "Start Line": 254, - "End Line": 315 + "Function Name": "wrapException", + "Structural Impact": 3.7, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "25.0%", + "Start Line": 49, + "End Line": 52 }, { - "Function Name": "INSERT-ENDOW", - "Structural Impact": 10.6, - "Lines of Code (LOC)": 71, - "Control Flow Branches": 6, + "Function Name": "getResponse", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 323, - "End Line": 393 + "Control Flow Ratio": "33.3%", + "Start Line": 125, + "End Line": 128 }, { - "Function Name": "INSERT-MOTOR", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 42, - "Control Flow Branches": 3, + "Function Name": "getRequest", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 436, - "End Line": 477 + "Control Flow Ratio": "0.0%", + "Start Line": 117, + "End Line": 120 }, { - "Function Name": "INSERT-HOUSE", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 34, - "Control Flow Branches": 3, + "Function Name": "hasResponse", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 398, - "End Line": 431 + "Control Flow Ratio": "0.0%", + "Start Line": 133, + "End Line": 136 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "getHandlerContext", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 251, - "End Line": 252 + "Start Line": 146, + "End Line": 149 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 51, - "Sequential Logic Declarations": 17, - "Function Parameters": 0, + "Control Flow Branches": 15, + "Sequential Logic Declarations": 27, + "Function Parameters": 7, "Function/Method Declarations": 7, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 12, + "Defensive Programming Constructs": 6, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 19, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 136, - "Commented-out Code (Dead Logic)": 9, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 7, + "State Mutations / Variable Reassignments": 68, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 18, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 31, - "Module Dependencies (Imports)": 3, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 5, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -347277,27 +347797,27 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 3, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 1, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Private / Encapsulated Scopes": 3, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 408, + "Structural Space Indentations": 78, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 24, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -347310,11 +347830,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 4, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 4, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -347342,33 +347862,35 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, - "Direct Downstream (Dependency Blast Radius)": 0, + "Direct Upstream (Fragility)": 5, + "Direct Downstream (Dependency Blast Radius)": 3, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "GuzzleHttp\\BodySummarizer", + "GuzzleHttp\\BodySummarizerInterface", + "Psr\\Http\\Client\\RequestExceptionInterface", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface" ] }, - "cobol/cics-genapp/lgapol01.cbl": { + "php/guzzle/StreamHandler.php": { "1. Artifact Identity": { - "Filename": "lgapol01.cbl", - "Path": "cobol/cics-genapp/lgapol01.cbl", - "Language": "Cobol", + "Filename": "StreamHandler.php", + "Path": "php/guzzle/StreamHandler.php", + "Language": "Php", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "php", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .php)" }, "2. Topological Coordinates": { - "X": 104.64, - "Y": 13.12, - "Z": 2457.4 + "X": -2787.02, + "Y": -175.26, + "Z": 5541.07 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -347377,26 +347899,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 170, - "Coding LOC": 89, - "Documentation LOC": 57, - "Structural Magnitude": 53.18, - "Control Flow Ratio": "47.6%", + "Total LOC": 635, + "Coding LOC": 454, + "Documentation LOC": 90, + "Structural Magnitude": 535.58, + "Control Flow Ratio": "53.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.424 + "Raw Cognitive Density": 1.021 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "93.68%", - "Error & Exception Exposure": "82.52%", - "Tech Debt Exposure": "50.7%", - "Testing Exposure": "2.41%", - "API Exposure": "2.7%", + "Cognitive Load Exposure": "37.36%", + "Error & Exception Exposure": "78.48%", + "Tech Debt Exposure": "34.8%", + "Testing Exposure": "80.0%", + "API Exposure": "0.1%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "19.6%", + "Commented Logic Exposure": "5.43%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -347405,441 +347927,261 @@ }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 8.3, - "Lines of Code (LOC)": 47, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "83.3%", - "Start Line": 78, - "End Line": 124 + "Function Name": "createStream", + "Structural Impact": 39.0, + "Lines of Code (LOC)": 87, + "Control Flow Branches": 19, + "Input Parameters": 2, + "Control Flow Ratio": "57.6%", + "Start Line": 275, + "End Line": 361 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 8.1, - "Lines of Code (LOC)": 42, + "Function Name": "createResponse", + "Structural Impact": 31.5, + "Lines of Code (LOC)": 49, + "Control Flow Branches": 12, + "Input Parameters": 4, + "Control Flow Ratio": "54.5%", + "Start Line": 110, + "End Line": 158 + }, + { + "Function Name": "__invoke", + "Structural Impact": 30.6, + "Lines of Code (LOC)": 57, + "Control Flow Branches": 15, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 36, + "End Line": 92 + }, + { + "Function Name": "add_proxy", + "Structural Impact": 21.6, + "Lines of Code (LOC)": 29, + "Control Flow Branches": 8, + "Input Parameters": 4, + "Control Flow Ratio": "80.0%", + "Start Line": 429, + "End Line": 457 + }, + { + "Function Name": "resolveHost", + "Structural Impact": 20.3, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 10, + "Input Parameters": 2, + "Control Flow Ratio": "62.5%", + "Start Line": 363, + "End Line": 387 + }, + { + "Function Name": "checkDecode", + "Structural Impact": 17.5, + "Lines of Code (LOC)": 30, + "Control Flow Branches": 7, + "Input Parameters": 3, + "Control Flow Ratio": "70.0%", + "Start Line": 174, + "End Line": 203 + }, + { + "Function Name": "add_crypto_method", + "Structural Impact": 14.2, + "Lines of Code (LOC)": 15, "Control Flow Branches": 5, - "Input Parameters": 0, + "Input Parameters": 4, "Control Flow Ratio": "62.5%", - "Start Line": 127, - "End Line": 168 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 10, - "Sequential Logic Declarations": 11, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 34, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 89, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 6, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA" - ] - }, - "cobol/cics-genapp/lgapvs01.cbl": { - "1. Artifact Identity": { - "Filename": "lgapvs01.cbl", - "Path": "cobol/cics-genapp/lgapvs01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -587.84, - "Y": 21.53, - "Z": 1385.51 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 189, - "Coding LOC": 146, - "Documentation LOC": 28, - "Structural Magnitude": 105.52, - "Control Flow Ratio": "51.7%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.264 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "88.64%", - "Error & Exception Exposure": "90.6%", - "Tech Debt Exposure": "43.19%", - "Testing Exposure": "2.39%", - "API Exposure": "2.64%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Start Line": 500, + "End Line": 514 + }, { - "Function Name": "MAINLINE", - "Structural Impact": 13.7, - "Lines of Code (LOC)": 54, - "Control Flow Branches": 10, - "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 92, - "End Line": 145 + "Function Name": "parse_proxy", + "Structural Impact": 13.9, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 8, + "Input Parameters": 1, + "Control Flow Ratio": "72.7%", + "Start Line": 462, + "End Line": 485 }, { - "Function Name": "A-EXIT", - "Structural Impact": 7.9, - "Lines of Code (LOC)": 38, + "Function Name": "invokeStats", + "Structural Impact": 12.8, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 4, + "Input Parameters": 5, + "Control Flow Ratio": "66.7%", + "Start Line": 94, + "End Line": 105 + }, + { + "Function Name": "add_verify", + "Structural Impact": 12.3, + "Lines of Code (LOC)": 22, + "Control Flow Branches": 4, + "Input Parameters": 4, + "Control Flow Ratio": "50.0%", + "Start Line": 519, + "End Line": 540 + }, + { + "Function Name": "createResource", + "Structural Impact": 10.0, + "Lines of Code (LOC)": 31, "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 148, - "End Line": 185 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 15, - "Sequential Logic Declarations": 14, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 80, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 11, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 2, - "Explicit Type Casts": 4, - "Fatal Aborts & Exceptions": 1, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 146, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 1, - "Design Upper Case": 4, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 2, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA" - ] - }, - "cobol/cics-genapp/lgastat1.cbl": { - "1. Artifact Identity": { - "Filename": "lgastat1.cbl", - "Path": "cobol/cics-genapp/lgastat1.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -652.73, - "Y": -25.22, - "Z": 1431.5 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 141, - "Coding LOC": 106, - "Documentation LOC": 23, - "Structural Magnitude": 47.52, - "Control Flow Ratio": "52.4%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.104 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "80.46%", - "Error & Exception Exposure": "76.6%", - "Tech Debt Exposure": "40.68%", - "Testing Exposure": "2.39%", - "API Exposure": "2.8%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.98%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Input Parameters": 1, + "Control Flow Ratio": "38.5%", + "Start Line": 240, + "End Line": 270 + }, { - "Function Name": "MAINLINE", - "Structural Impact": 15.3, - "Lines of Code (LOC)": 67, - "Control Flow Branches": 11, - "Input Parameters": 0, - "Control Flow Ratio": "91.7%", - "Start Line": 68, - "End Line": 134 + "Function Name": "getDefaultContext", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 36, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 389, + "End Line": 424 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 136, - "End Line": 137 + "Function Name": "add_debug", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 2, + "Input Parameters": 4, + "Control Flow Ratio": "28.6%", + "Start Line": 579, + "End Line": 611 + }, + { + "Function Name": "createSink", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "42.9%", + "Start Line": 160, + "End Line": 169 + }, + { + "Function Name": "add_cert", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 2, + "Input Parameters": 4, + "Control Flow Ratio": "50.0%", + "Start Line": 545, + "End Line": 557 + }, + { + "Function Name": "drain", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 2, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 213, + "End Line": 229 + }, + { + "Function Name": "addNotification", + "Structural Impact": 5.8, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "66.7%", + "Start Line": 613, + "End Line": 624 + }, + { + "Function Name": "add_progress", + "Structural Impact": 5.1, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, + "Input Parameters": 4, + "Control Flow Ratio": "25.0%", + "Start Line": 562, + "End Line": 574 + }, + { + "Function Name": "add_timeout", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 4, + "Control Flow Ratio": "50.0%", + "Start Line": 490, + "End Line": 495 + }, + { + "Function Name": "callArray", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "16.7%", + "Start Line": 626, + "End Line": 633 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 11, - "Sequential Logic Declarations": 10, - "Function Parameters": 0, - "Function/Method Declarations": 2, + "Control Flow Branches": 116, + "Sequential Logic Declarations": 102, + "Function Parameters": 27, + "Function/Method Declarations": 20, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, + "Defensive Programming Constructs": 47, + "Type/Safety Bypasses": 1, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, + "I/O and Network Boundaries": 10, "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 28, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "State Mutations / Variable Reassignments": 244, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 36, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Closures and Anonymous Functions": 4, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Collection Iterators / Comprehensions": 1, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 1, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 12, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, + "Server-Side Rendering Contexts": 1, + "Event Publishers / Emitters": 3, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, + "Manual Memory Allocation": 13, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Explicit Type Casts": 6, + "Fatal Aborts & Exceptions": 14, + "Thread Sleeps & Blocking Waits": 1, + "Bitwise Operations": 16, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Resource Deallocation & Cleanup": 2, + "Private / Encapsulated Scopes": 20, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 106, + "Structural Space Indentations": 437, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 2, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -347852,25 +348194,25 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 5, + "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 1, + "Orphaned Logic": 8, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, + "High-Entropy / Obfuscated Logic": 1, "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, + "External Network & I/O Hooks": 2, + "Dynamic Code Execution (Eval/Exec)": 2, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 5, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -347884,43 +348226,81 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 14, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA" + "'close'", + "GuzzleHttp\\Exception\\ConnectException", + "GuzzleHttp\\Exception\\RequestException", + "GuzzleHttp\\Promise", + "GuzzleHttp\\Promise\\FulfilledPromise", + "GuzzleHttp\\Promise\\PromiseInterface", + "GuzzleHttp\\Psr7", + "GuzzleHttp\\TransferStats", + "GuzzleHttp\\Utils", + "Psr\\Http\\Message\\RequestInterface", + "Psr\\Http\\Message\\ResponseInterface", + "Psr\\Http\\Message\\StreamInterface", + "Psr\\Http\\Message\\UriInterface", + "a\n // Connection: close header\n if ($request->getProtocolVersion() === '1.1'\n && !$request->hasHeader('Connection')\n ) \n $request = $request->withHeader('Connection'" ] - }, - "cobol/cics-genapp/lgcmarea.cpy": { + } + } + }, + "java/springboot": { + "Directory Group Magnitude": 1813.24, + "File Count": 8, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "87.5%", + "Static: Literature & Documentation": "12.5%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "11.93%", + "Error & Exception Exposure": "57.62%", + "Tech Debt Exposure": "56.31%", + "Testing Exposure": "60.23%", + "API Exposure": "4.18%", + "Concurrency Exposure": "14.64%", + "State Flux Exposure": "31.05%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "84.17%", + "Instability Exposure": "43.75%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "23.55%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "java/springboot/LICENSE.txt": { "1. Artifact Identity": { - "Filename": "lgcmarea.cpy", - "Path": "cobol/cics-genapp/lgcmarea.cpy", - "Language": "Cobol", + "Filename": "LICENSE.txt", + "Path": "java/springboot/LICENSE.txt", + "Language": "Plaintext", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cpy)" + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.txt)" }, "2. Topological Coordinates": { - "X": 835.81, - "Y": 58.09, - "Z": 2233.54 + "X": 4588.05, + "Y": -161.13, + "Z": -2874.41 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 104, - "Coding LOC": 85, - "Documentation LOC": 18, - "Structural Magnitude": 0.83, + "Total LOC": 202, + "Coding LOC": 0, + "Documentation LOC": 169, + "Structural Magnitude": 4.04, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -347929,19 +348309,19 @@ "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -347963,12 +348343,12 @@ "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 8, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -347983,7 +348363,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 8, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -347994,7 +348374,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 85, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -348050,22 +348430,23 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cics-genapp/lgdpdb01.cbl": { + "java/springboot/AutoConfigurationImportSelector.java": { "1. Artifact Identity": { - "Filename": "lgdpdb01.cbl", - "Path": "cobol/cics-genapp/lgdpdb01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "AutoConfigurationImportSelector.java", + "Path": "java/springboot/AutoConfigurationImportSelector.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "DeferredImportSelector, BeanClassLoaderAware,, DeferredImportSelector", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -211.05, - "Y": -31.99, - "Z": 2057.29 + "X": 4952.09, + "Y": -122.07, + "Z": -2730.55 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -348074,470 +348455,559 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 246, - "Coding LOC": 131, - "Documentation LOC": 85, - "Structural Magnitude": 85.22, - "Control Flow Ratio": "56.7%", + "Total LOC": 574, + "Coding LOC": 413, + "Documentation LOC": 78, + "Structural Magnitude": 248.86, + "Control Flow Ratio": "34.3%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.414 + "Raw Cognitive Density": 0.608 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "93.44%", - "Error & Exception Exposure": "84.3%", - "Tech Debt Exposure": "31.38%", - "Testing Exposure": "2.41%", - "API Exposure": "2.52%", + "Cognitive Load Exposure": "18.07%", + "Error & Exception Exposure": "78.53%", + "Tech Debt Exposure": "75.62%", + "Testing Exposure": "80.0%", + "API Exposure": "4.42%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "9.38%", + "State Flux Exposure": "62.38%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "46.35%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 13.2, - "Lines of Code (LOC)": 65, + "Function Name": "filter", + "Structural Impact": 15.6, + "Lines of Code (LOC)": 29, "Control Flow Branches": 9, - "Input Parameters": 0, - "Control Flow Ratio": "90.0%", - "Start Line": 109, - "End Line": 173 + "Input Parameters": 1, + "Control Flow Ratio": "69.2%", + "Start Line": 399, + "End Line": 427 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 12.4, - "Lines of Code (LOC)": 69, - "Control Flow Branches": 8, + "Function Name": "selectImports", + "Structural Impact": 14.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 13, "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 176, - "End Line": 244 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 17, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 10, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 56, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 13, - "Module Dependencies (Imports)": 2, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 131, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 10, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA", - "SQLCA" - ] - }, - "cobol/cics-genapp/lgdpol01.cbl": { - "1. Artifact Identity": { - "Filename": "lgdpol01.cbl", - "Path": "cobol/cics-genapp/lgdpol01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": 535.78, - "Y": -1.21, - "Z": 1862.55 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 187, - "Coding LOC": 101, - "Documentation LOC": 61, - "Structural Magnitude": 65.42, - "Control Flow Ratio": "57.1%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.453 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "94.33%", - "Error & Exception Exposure": "81.23%", - "Tech Debt Exposure": "43.23%", - "Testing Exposure": "2.43%", - "API Exposure": "2.65%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "11.53%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Control Flow Ratio": "81.2%", + "Start Line": 488, + "End Line": 505 + }, { - "Function Name": "MAINLINE", - "Structural Impact": 14.8, - "Lines of Code (LOC)": 56, - "Control Flow Branches": 11, - "Input Parameters": 0, - "Control Flow Ratio": "91.7%", - "Start Line": 76, - "End Line": 131 + "Function Name": "checkExcludedClasses", + "Structural Impact": 12.7, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 6, + "Input Parameters": 2, + "Control Flow Ratio": "75.0%", + "Start Line": 212, + "End Line": 223 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 8.6, - "Lines of Code (LOC)": 52, + "Function Name": "invokeAwareMethods", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 16, "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 134, - "End Line": 185 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 16, - "Sequential Logic Declarations": 12, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 39, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 10, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 101, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 7, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA" - ] - }, - "cobol/cics-genapp/lgdpvs01.cbl": { - "1. Artifact Identity": { - "Filename": "lgdpvs01.cbl", - "Path": "cobol/cics-genapp/lgdpvs01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -501.76, - "Y": 0.84, - "Z": 2302.51 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 133, - "Coding LOC": 97, - "Documentation LOC": 28, - "Structural Magnitude": 37.84, - "Control Flow Ratio": "36.4%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.948 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "68.86%", - "Error & Exception Exposure": "74.0%", - "Tech Debt Exposure": "70.07%", - "Testing Exposure": "2.38%", - "API Exposure": "2.83%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.91%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Input Parameters": 1, + "Control Flow Ratio": "83.3%", + "Start Line": 329, + "End Line": 344 + }, { - "Function Name": "A-EXIT", - "Structural Impact": 7.9, - "Lines of Code (LOC)": 38, - "Control Flow Branches": 5, + "Function Name": "process", + "Structural Impact": 8.0, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 466, + "End Line": 486 + }, + { + "Function Name": "getExcludeAutoConfigurationsProperty", + "Structural Impact": 7.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 92, - "End Line": 129 + "Control Flow Ratio": "54.5%", + "Start Line": 263, + "End Line": 276 }, { - "Function Name": "MAINLINE", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 20, + "Function Name": "fireAutoConfigurationImportEvents", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 10, "Control Flow Branches": 3, - "Input Parameters": 0, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 314, + "End Line": 323 + }, + { + "Function Name": "handleInvalidExcludes", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 230, + "End Line": 238 + }, + { + "Function Name": "AutoConfigurationImportSelector", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 3, + "Input Parameters": 1, "Control Flow Ratio": "75.0%", - "Start Line": 70, - "End Line": 89 + "Start Line": 113, + "End Line": 116 + }, + { + "Function Name": "sortAutoConfigurations", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 520, + "End Line": 527 + }, + { + "Function Name": "getConfigurationClassFilter", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 282, + "End Line": 293 + }, + { + "Function Name": "getExclusions", + "Structural Impact": 3.9, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 247, + "End Line": 255 + }, + { + "Function Name": "getAttributes", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 176, + "End Line": 182 + }, + { + "Function Name": "getAutoConfigurationEntry", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "25.0%", + "Start Line": 142, + "End Line": 155 + }, + { + "Function Name": "getMetadataReaderFactory", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 529, + "End Line": 537 + }, + { + "Function Name": "selectImports", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 118, + "End Line": 125 + }, + { + "Function Name": "getExclusionFilter", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 127, + "End Line": 130 + }, + { + "Function Name": "isEnabled", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "20.0%", + "Start Line": 162, + "End Line": 167 + }, + { + "Function Name": "getAutoConfigurationReplacements", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 295, + "End Line": 303 + }, + { + "Function Name": "getCandidateConfigurations", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 200, + "End Line": 210 + }, + { + "Function Name": "getAutoConfigurationMetadata", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 513, + "End Line": 518 + }, + { + "Function Name": "getImportGroup", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "25.0%", + "Start Line": 157, + "End Line": 160 + }, + { + "Function Name": "getAnnotationClass", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 188, + "End Line": 190 + }, + { + "Function Name": "asList", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 309, + "End Line": 312 + }, + { + "Function Name": "ConfigurationClassFilter", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 394, + "End Line": 397 + }, + { + "Function Name": "AutoConfigurationEntry", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 558, + "End Line": 561 + }, + { + "Function Name": "setBeanFactory", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 346, + "End Line": 350 + }, + { + "Function Name": "getEntry", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 507, + "End Line": 511 + }, + { + "Function Name": "shouldExclude", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 132, + "End Line": 134 + }, + { + "Function Name": "removeDuplicates", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 305, + "End Line": 307 + }, + { + "Function Name": "setBeanClassLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 356, + "End Line": 359 + }, + { + "Function Name": "setEnvironment", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 365, + "End Line": 368 + }, + { + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 374, + "End Line": 377 + }, + { + "Function Name": "setBeanClassLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 451, + "End Line": 454 + }, + { + "Function Name": "setBeanFactory", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 456, + "End Line": 459 + }, + { + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 461, + "End Line": 464 + }, + { + "Function Name": "getOrder", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 383, + "End Line": 386 + }, + { + "Function Name": "AutoConfigurationEntry", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 547, + "End Line": 550 + }, + { + "Function Name": "AutoConfigurationImportSelector", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 109, + "End Line": 111 + }, + { + "Function Name": "getAutoConfigurationImportFilters", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 278, + "End Line": 280 + }, + { + "Function Name": "getAutoConfigurationImportListeners", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 325, + "End Line": 327 + }, + { + "Function Name": "getBeanFactory", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 352, + "End Line": 354 + }, + { + "Function Name": "getBeanClassLoader", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 361, + "End Line": 363 + }, + { + "Function Name": "getEnvironment", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 370, + "End Line": 372 + }, + { + "Function Name": "getResourceLoader", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 379, + "End Line": 381 + }, + { + "Function Name": "getConfigurations", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 563, + "End Line": 565 + }, + { + "Function Name": "getExclusions", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 567, + "End Line": 569 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 14, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 70, + "Sequential Logic Declarations": 134, + "Function Parameters": 56, + "Function/Method Declarations": 47, + "Class/Entity Declarations": 4, + "Defensive Programming Constructs": 9, + "Type/Safety Bypasses": 26, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 4, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 22, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 34, + "State Mutations / Variable Reassignments": 39, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 27, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 11, + "Global State Dependencies": 0, + "Decorators and Annotations": 22, + "Generic Type Abstractions": 44, + "Collection Iterators / Comprehensions": 13, "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 7, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, + "Module Dependencies (Imports)": 42, + "Authorship Metadata": 6, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 4, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 2, - "Explicit Type Casts": 0, + "Structured Telemetry & Logging": 1, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 2, "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, + "Immutable Data Declarations": 18, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, + "Private / Encapsulated Scopes": 52, + "Event Listeners & Subscribers": 1, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 97, + "Structural Tab Indentations": 368, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -348550,15 +349020,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 1, + "Core Var Decl": 46, + "Design Camel Case": 16, + "Design Snake Case": 26, + "Design Pascal Case": 0, "Design Upper Case": 4, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Design Short Vars": 1, + "Design Long Vars": 5, + "Duplicate Logic": 4, + "Orphaned Logic": 5, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -348582,31 +349052,73 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 42, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA" + "java.util.ArrayList", + "java.util.Arrays", + "java.util.Collection", + "java.util.Collections", + "java.util.HashSet", + "java.util.LinkedHashMap", + "java.util.LinkedHashSet", + "java.util.List", + "java.util.Map", + "java.util.Set", + "java.util.concurrent.TimeUnit", + "java.util.function.Predicate", + "java.util.stream.Collectors", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.jspecify.annotations.Nullable", + "org.springframework.beans.BeansException", + "org.springframework.beans.factory.Aware", + "org.springframework.beans.factory.BeanClassLoaderAware", + "org.springframework.beans.factory.BeanFactory", + "org.springframework.beans.factory.BeanFactoryAware", + "org.springframework.beans.factory.NoSuchBeanDefinitionException", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.boot.context.annotation.ImportCandidates", + "org.springframework.boot.context.properties.bind.Binder", + "org.springframework.context.EnvironmentAware", + "org.springframework.context.ResourceLoaderAware", + "org.springframework.context.annotation.Configuration", + "org.springframework.context.annotation.DeferredImportSelector", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.AnnotationAttributes", + "org.springframework.core.env.ConfigurableEnvironment", + "org.springframework.core.env.Environment", + "org.springframework.core.io.ResourceLoader", + "org.springframework.core.io.support.SpringFactoriesLoader", + "org.springframework.core.type.AnnotationMetadata", + "org.springframework.core.type.classreading.CachingMetadataReaderFactory", + "org.springframework.core.type.classreading.MetadataReaderFactory", + "org.springframework.util.Assert", + "org.springframework.util.ClassUtils", + "org.springframework.util.CollectionUtils", + "org.springframework.util.StringUtils" ] }, - "cobol/cics-genapp/lgicdb01.cbl": { + "java/springboot/Binder.java": { "1. Artifact Identity": { - "Filename": "lgicdb01.cbl", - "Path": "cobol/cics-genapp/lgicdb01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "Binder.java", + "Path": "java/springboot/Binder.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "BindContext", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": 411.38, - "Y": 45.49, - "Z": 1188.35 + "X": 5165.19, + "Y": -18.98, + "Z": -1961.59 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -348615,26 +349127,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 246, - "Coding LOC": 141, - "Documentation LOC": 77, - "Structural Magnitude": 93.62, - "Control Flow Ratio": "58.1%", - "Popularity Rank": 0, + "Total LOC": 701, + "Coding LOC": 419, + "Documentation LOC": 208, + "Structural Magnitude": 234.58, + "Control Flow Ratio": "37.0%", + "Popularity Rank": 3, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.339 + "Raw Cognitive Density": 0.263 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "91.33%", - "Error & Exception Exposure": "85.33%", - "Tech Debt Exposure": "62.58%", - "Testing Exposure": "2.42%", - "API Exposure": "2.52%", + "Cognitive Load Exposure": "6.24%", + "Error & Exception Exposure": "87.77%", + "Tech Debt Exposure": "35.65%", + "Testing Exposure": "80.0%", + "API Exposure": "4.06%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "12.98%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -348643,73 +349155,543 @@ }, "5. Function Analysis": [ { - "Function Name": "GET-CUSTOMER-INFO", - "Structural Impact": 16.9, - "Lines of Code (LOC)": 79, - "Control Flow Branches": 12, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 165, - "End Line": 243 + "Function Name": "Binder", + "Structural Impact": 22.4, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 7, + "Input Parameters": 6, + "Control Flow Ratio": "77.8%", + "Start Line": 201, + "End Line": 224 }, { - "Function Name": "MAINLINE", - "Structural Impact": 9.7, - "Lines of Code (LOC)": 53, + "Function Name": "isUnbindableBean", + "Structural Impact": 14.7, + "Lines of Code (LOC)": 13, "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 100, - "End Line": 152 + "Input Parameters": 3, + "Control Flow Ratio": "60.0%", + "Start Line": 529, + "End Line": 541 }, { - "Function Name": "MAINLINE-END", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 155, - "End Line": 157 + "Function Name": "bindDataObject", + "Structural Impact": 9.5, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 498, + "End Line": 514 }, { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, + "Function Name": "bindObject", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 7, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 162, - "End Line": 163 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", + "Control Flow Ratio": "58.3%", + "Start Line": 423, + "End Line": 449 + }, + { + "Function Name": "Binder", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 6, + "Control Flow Ratio": "100.0%", + "Start Line": 176, + "End Line": 184 + }, + { + "Function Name": "handleBindResult", + "Structural Impact": 8.3, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "57.1%", + "Start Line": 383, + "End Line": 407 + }, + { + "Function Name": "bind", + "Structural Impact": 8.0, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "57.1%", + "Start Line": 364, + "End Line": 381 + }, + { + "Function Name": "getAggregateBinder", + "Structural Impact": 7.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "37.5%", + "Start Line": 451, + "End Line": 463 + }, + { + "Function Name": "withSource", + "Structural Impact": 7.7, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 603, + "End Line": 617 + }, + { + "Function Name": "containsNoDescendantOf", + "Structural Impact": 7.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 543, + "End Line": 551 + }, + { + "Function Name": "bindAggregate", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 3, + "Control Flow Ratio": "50.0%", + "Start Line": 465, + "End Line": 474 + }, + { + "Function Name": "findProperty", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "57.1%", + "Start Line": 476, + "End Line": 488 + }, + { + "Function Name": "bind", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 354, + "End Line": 362 + }, + { + "Function Name": "handleBindError", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 409, + "End Line": 421 + }, + { + "Function Name": "fromDataObjectBinders", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 516, + "End Line": 527 + }, + { + "Function Name": "withDataObject", + "Structural Impact": 4.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 619, + "End Line": 627 + }, + { + "Function Name": "withIncreasedDepth", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 633, + "End Line": 641 + }, + { + "Function Name": "isBindingDataObject", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 629, + "End Line": 631 + }, + { + "Function Name": "pushConstructorBoundTypes", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 651, + "End Line": 653 + }, + { + "Function Name": "Binder", + "Structural Impact": 2.7, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 5, + "Control Flow Ratio": "0.0%", + "Start Line": 154, + "End Line": 159 + }, + { + "Function Name": "Binder", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 4, + "Control Flow Ratio": "0.0%", + "Start Line": 135, + "End Line": 139 + }, + { + "Function Name": "getSources", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 685, + "End Line": 691 + }, + { + "Function Name": "Binder", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 120, + "End Line": 123 + }, + { + "Function Name": "bind", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 287, + "End Line": 290 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 349, + "End Line": 352 + }, + { + "Function Name": "bind", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 274, + "End Line": 276 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 334, + "End Line": 336 + }, + { + "Function Name": "get", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 572, + "End Line": 576 + }, + { + "Function Name": "Binder", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 109, + "End Line": 111 + }, + { + "Function Name": "bind", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 235, + "End Line": 237 + }, + { + "Function Name": "bind", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 248, + "End Line": 250 + }, + { + "Function Name": "bind", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 261, + "End Line": 263 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 303, + "End Line": 305 + }, + { + "Function Name": "bindOrCreate", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 318, + "End Line": 320 + }, + { + "Function Name": "Binder", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 86, + "End Line": 88 + }, + { + "Function Name": "sourcesAsList", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 90, + "End Line": 93 + }, + { + "Function Name": "Binder", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 100, + "End Line": 102 + }, + { + "Function Name": "get", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 559, + "End Line": 561 + }, + { + "Function Name": "setConfigurationProperty", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 643, + "End Line": 645 + }, + { + "Function Name": "bindProperty", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 490, + "End Line": 496 + }, + { + "Function Name": "getBinder", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 675, + "End Line": 678 + }, + { + "Function Name": "getDepth", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 680, + "End Line": 683 + }, + { + "Function Name": "getConfigurationProperty", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 693, + "End Line": 696 + }, + { + "Function Name": "increaseDepth", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 595, + "End Line": 597 + }, + { + "Function Name": "decreaseDepth", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 599, + "End Line": 601 + }, + { + "Function Name": "clearConfigurationProperty", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 647, + "End Line": 649 + }, + { + "Function Name": "isNestedConstructorBinding", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 655, + "End Line": 657 + }, + { + "Function Name": "popConstructorBoundTypes", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 659, + "End Line": 661 + }, + { + "Function Name": "getPlaceholdersResolver", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 663, + "End Line": 665 + }, + { + "Function Name": "getConverter", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 667, + "End Line": 669 + }, + { + "Function Name": "getCache", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 671, + "End Line": 673 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 18, - "Sequential Logic Declarations": 13, - "Function Parameters": 0, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 5, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 71, + "Sequential Logic Declarations": 121, + "Function Parameters": 47, + "Function/Method Declarations": 51, + "Class/Entity Declarations": 2, + "Defensive Programming Constructs": 14, + "Type/Safety Bypasses": 63, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 61, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 24, + "State Mutations / Variable Reassignments": 5, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 109, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 11, + "Global State Dependencies": 0, + "Decorators and Annotations": 20, + "Generic Type Abstractions": 86, + "Collection Iterators / Comprehensions": 1, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 12, - "Module Dependencies (Imports)": 3, - "Authorship Metadata": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 32, + "Authorship Metadata": 2, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -348717,27 +349699,27 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 1, + "Fatal Aborts & Exceptions": 4, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 5, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, + "Immutable Data Declarations": 14, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, + "Private / Encapsulated Scopes": 34, + "Event Listeners & Subscribers": 6, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 141, + "Structural Tab Indentations": 384, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 9, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -348750,15 +349732,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 47, + "Design Camel Case": 18, + "Design Snake Case": 28, "Design Pascal Case": 0, - "Design Upper Case": 3, - "Design Short Vars": 0, + "Design Upper Case": 1, + "Design Short Vars": 1, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 3, + "Orphaned Logic": 8, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -348782,33 +349764,63 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, - "Direct Downstream (Dependency Blast Radius)": 0, + "Direct Upstream (Fragility)": 32, + "Direct Downstream (Dependency Blast Radius)": 3, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "java.util.ArrayDeque", + "java.util.Arrays", + "java.util.Collection", + "java.util.Collections", + "java.util.Deque", + "java.util.HashMap", + "java.util.HashSet", + "java.util.List", + "java.util.Map", + "java.util.Set", + "java.util.function.Consumer", + "java.util.function.Function", + "java.util.function.Supplier", + "org.jspecify.annotations.Nullable", + "org.springframework.beans.PropertyEditorRegistry", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.boot.context.properties.bind.Bindable.BindRestriction", + "org.springframework.boot.context.properties.source.ConfigurationProperty", + "org.springframework.boot.context.properties.source.ConfigurationPropertyCaching", + "org.springframework.boot.context.properties.source.ConfigurationPropertyName", + "org.springframework.boot.context.properties.source.ConfigurationPropertySource", + "org.springframework.boot.context.properties.source.ConfigurationPropertySources", + "org.springframework.boot.context.properties.source.ConfigurationPropertyState", + "org.springframework.boot.convert.ApplicationConversionService", + "org.springframework.core.convert.ConversionService", + "org.springframework.core.convert.ConverterNotFoundException", + "org.springframework.core.env.Environment", + "org.springframework.format.support.DefaultFormattingConversionService", + "org.springframework.lang.Contract", + "org.springframework.util.Assert", + "org.springframework.util.ConcurrentReferenceHashMap", + "org.springframework.util.ObjectUtils" ] }, - "cobol/cics-genapp/lgicus01.cbl": { + "java/springboot/JarLauncher.java": { "1. Artifact Identity": { - "Filename": "lgicus01.cbl", - "Path": "cobol/cics-genapp/lgicus01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "JarLauncher.java", + "Path": "java/springboot/JarLauncher.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "ExecutableArchiveLauncher", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -663.81, - "Y": -14.29, - "Z": 1940.15 + "X": 4732.72, + "Y": 6.64, + "Z": -1872.44 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -348817,101 +349829,91 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 167, - "Coding LOC": 96, - "Documentation LOC": 49, - "Structural Magnitude": 64.12, - "Control Flow Ratio": "47.8%", + "Total LOC": 44, + "Coding LOC": 11, + "Documentation LOC": 26, + "Structural Magnitude": 8.52, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.385 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "92.7%", - "Error & Exception Exposure": "85.43%", - "Tech Debt Exposure": "87.29%", - "Testing Exposure": "2.42%", - "API Exposure": "2.71%", + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "99.86%", + "Testing Exposure": "1.83%", + "API Exposure": "6.76%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "73.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "21.25%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 8.7, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 75, - "End Line": 107 - }, - { - "Function Name": "GET-CUSTOMER-INFO", - "Structural Impact": 8.3, - "Lines of Code (LOC)": 47, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 119, - "End Line": 165 + "Function Name": "JarLauncher", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 35, + "End Line": 37 }, { - "Function Name": "MAINLINE-END", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, + "Function Name": "main", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 0, + "Input Parameters": 1, "Control Flow Ratio": "0.0%", - "Start Line": 110, - "End Line": 111 + "Start Line": 39, + "End Line": 41 }, { - "Function Name": "MAINLINE-EXIT", + "Function Name": "JarLauncher", "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 116, - "End Line": 117 + "Start Line": 32, + "End Line": 33 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 11, - "Sequential Logic Declarations": 12, - "Function Parameters": 0, - "Function/Method Declarations": 4, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 8, + "Function Parameters": 3, + "Function/Method Declarations": 3, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 42, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 4, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 2, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 9, - "Module Dependencies (Imports)": 2, - "Authorship Metadata": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 4, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -348919,7 +349921,7 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, @@ -348931,15 +349933,15 @@ "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Private / Encapsulated Scopes": 1, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 96, + "Structural Tab Indentations": 8, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 6, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -348960,7 +349962,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 3, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -348984,32 +349986,30 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY" - ] + "9. Extracted Dependencies": [] }, - "cobol/cics-genapp/lgicvs01.cbl": { + "java/springboot/OnClassCondition.java": { "1. Artifact Identity": { - "Filename": "lgicvs01.cbl", - "Path": "cobol/cics-genapp/lgicvs01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "OnClassCondition.java", + "Path": "java/springboot/OnClassCondition.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "FilteringSpringBootCondition, OutcomesResolver", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -36.24, - "Y": -7.88, - "Z": 1203.23 + "X": 4360.16, + "Y": -134.84, + "Z": -2381.12 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -349018,81 +350018,201 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 231, - "Coding LOC": 180, - "Documentation LOC": 34, - "Structural Magnitude": 117.3, - "Control Flow Ratio": "67.6%", + "Total LOC": 254, + "Coding LOC": 192, + "Documentation LOC": 27, + "Structural Magnitude": 101.24, + "Control Flow Ratio": "31.9%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.578 + "Raw Cognitive Density": 0.526 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "96.48%", - "Error & Exception Exposure": "80.49%", - "Tech Debt Exposure": "33.3%", - "Testing Exposure": "2.4%", - "API Exposure": "2.55%", - "Concurrency Exposure": "92.4%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "6.85%", + "Cognitive Load Exposure": "24.46%", + "Error & Exception Exposure": "78.8%", + "Tech Debt Exposure": "12.14%", + "Testing Exposure": "80.0%", + "API Exposure": "0.93%", + "Concurrency Exposure": "32.97%", + "State Flux Exposure": "39.63%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "13.82%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 30.6, - "Lines of Code (LOC)": 133, - "Control Flow Branches": 23, + "Function Name": "getMatchOutcome", + "Structural Impact": 10.2, + "Lines of Code (LOC)": 30, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "23.5%", + "Start Line": 86, + "End Line": 115 + }, + { + "Function Name": "resolveOutcomes", + "Structural Impact": 10.1, + "Lines of Code (LOC)": 41, + "Control Flow Branches": 7, "Input Parameters": 0, - "Control Flow Ratio": "95.8%", - "Start Line": 91, - "End Line": 223 + "Control Flow Ratio": "58.3%", + "Start Line": 141, + "End Line": 181 }, { - "Function Name": "A-EXIT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "addAll", + "Structural Impact": 9.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "80.0%", + "Start Line": 129, + "End Line": 137 + }, + { + "Function Name": "getOutcome", + "Structural Impact": 7.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 224, + "End Line": 240 + }, + { + "Function Name": "resolveOutcomes", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "71.4%", + "Start Line": 165, + "End Line": 179 + }, + { + "Function Name": "ThreadedOutcomesResolver", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 153, + "End Line": 163 + }, + { + "Function Name": "getOutcomes", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "60.0%", + "Start Line": 209, + "End Line": 222 + }, + { + "Function Name": "getOutcomes", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "40.0%", + "Start Line": 48, + "End Line": 62 + }, + { + "Function Name": "getCandidates", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "40.0%", + "Start Line": 117, + "End Line": 127 + }, + { + "Function Name": "StandardOutcomesResolver", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 5, + "Control Flow Ratio": "0.0%", + "Start Line": 195, + "End Line": 202 + }, + { + "Function Name": "createOutcomesResolver", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 4, + "Control Flow Ratio": "0.0%", + "Start Line": 79, + "End Line": 84 + }, + { + "Function Name": "getOutcome", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "20.0%", + "Start Line": 242, + "End Line": 249 + }, + { + "Function Name": "resolveOutcomesThreaded", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 14, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 226, - "End Line": 228 + "Start Line": 64, + "End Line": 77 + }, + { + "Function Name": "resolveOutcomes", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 204, + "End Line": 207 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 23, - "Sequential Logic Declarations": 11, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 10, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 29, + "Sequential Logic Declarations": 62, + "Function Parameters": 8, + "Function/Method Declarations": 14, + "Class/Entity Declarations": 4, + "Defensive Programming Constructs": 6, + "Type/Safety Bypasses": 15, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 30, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 69, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 4, + "State Mutations / Variable Reassignments": 14, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 3, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 12, + "Asynchronous/Concurrent Execution": 8, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, + "Closures and Anonymous Functions": 1, + "Global State Dependencies": 0, + "Decorators and Annotations": 11, + "Generic Type Abstractions": 9, "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 1, - "Metaprogramming & Reflection": 17, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 4, + "Module Dependencies (Imports)": 15, + "Authorship Metadata": 1, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -349105,25 +350225,25 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 3, - "Fatal Aborts & Exceptions": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, - "Thread Synchronization Locks": 1, - "Immutable Data Declarations": 0, + "Thread Synchronization Locks": 3, + "Immutable Data Declarations": 9, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 1, + "Private / Encapsulated Scopes": 21, + "Event Listeners & Subscribers": 8, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 180, + "Structural Tab Indentations": 173, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 1, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, - "Regex Execution": 0, + "Regex Execution": 1, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, @@ -349133,15 +350253,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 1, - "Design Upper Case": 2, - "Design Short Vars": 0, + "Core Var Decl": 25, + "Design Camel Case": 13, + "Design Snake Case": 12, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 1, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -349165,29 +350285,46 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, + "Direct Upstream (Fragility)": 15, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/lgipdb01.cbl": { - "1. Artifact Identity": { - "Filename": "lgipdb01.cbl", - "Path": "cobol/cics-genapp/lgipdb01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" - }, - "2. Topological Coordinates": { - "X": -59.32, - "Y": -21.24, - "Z": 1715.59 + "9. Extracted Dependencies": [ + "java.util.ArrayList", + "java.util.Collections", + "java.util.List", + "org.jspecify.annotations.Nullable", + "org.springframework.boot.autoconfigure.AutoConfigurationImportFilter", + "org.springframework.boot.autoconfigure.AutoConfigurationMetadata", + "org.springframework.boot.autoconfigure.condition.ConditionMessage.Style", + "org.springframework.context.annotation.Condition", + "org.springframework.context.annotation.ConditionContext", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.Order", + "org.springframework.core.type.AnnotatedTypeMetadata", + "org.springframework.util.MultiValueMap", + "org.springframework.util.ReflectionUtils", + "org.springframework.util.StringUtils" + ] + }, + "java/springboot/ServletWebServerApplicationContext.java": { + "1. Artifact Identity": { + "Filename": "ServletWebServerApplicationContext.java", + "Path": "java/springboot/ServletWebServerApplicationContext.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "GenericWebApplicationContext", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .java)" + }, + "2. Topological Coordinates": { + "X": 5382.14, + "Y": -53.71, + "Z": -2689.64 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -349196,199 +350333,269 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 1031, - "Coding LOC": 739, - "Documentation LOC": 180, - "Structural Magnitude": 522.38, - "Control Flow Ratio": "84.8%", + "Total LOC": 324, + "Coding LOC": 199, + "Documentation LOC": 89, + "Structural Magnitude": 83.08, + "Control Flow Ratio": "23.1%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.105 + "Raw Cognitive Density": 0.201 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "80.5%", - "Error & Exception Exposure": "85.3%", - "Tech Debt Exposure": "27.34%", + "Cognitive Load Exposure": "5.01%", + "Error & Exception Exposure": "58.28%", + "Tech Debt Exposure": "91.68%", "Testing Exposure": "80.0%", - "API Exposure": "2.0%", + "API Exposure": "5.55%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "10.65%", + "State Flux Exposure": "18.31%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", + "Documentation Exposure": "27.1%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "MAINLINE", - "Structural Impact": 25.2, - "Lines of Code (LOC)": 84, - "Control Flow Branches": 20, + "Function Name": "createWebServer", + "Structural Impact": 7.2, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "95.2%", - "Start Line": 228, - "End Line": 311 + "Control Flow Ratio": "55.6%", + "Start Line": 183, + "End Line": 206 }, { - "Function Name": "GET-ENDOW-DB2-INFO", - "Structural Impact": 24.3, - "Lines of Code (LOC)": 106, - "Control Flow Branches": 18, + "Function Name": "refresh", + "Structural Impact": 7.0, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "94.7%", - "Start Line": 317, - "End Line": 422 + "Control Flow Ratio": "71.4%", + "Start Line": 140, + "End Line": 158 }, { - "Function Name": "GET-MOTOR-DB2-INFO", - "Structural Impact": 19.6, - "Lines of Code (LOC)": 93, - "Control Flow Branches": 14, + "Function Name": "ExistingWebApplicationScopes", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "100.0%", + "Start Line": 302, + "End Line": 310 + }, + { + "Function Name": "getWebServerFactory", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "93.3%", - "Start Line": 524, - "End Line": 616 + "Control Flow Ratio": "33.3%", + "Start Line": 214, + "End Line": 226 }, { - "Function Name": "GET-HOUSE-DB2-INFO", - "Structural Impact": 19.1, - "Lines of Code (LOC)": 83, - "Control Flow Branches": 14, + "Function Name": "onRefresh", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "93.3%", - "Start Line": 433, - "End Line": 515 + "Control Flow Ratio": "50.0%", + "Start Line": 160, + "End Line": 169 }, { - "Function Name": "GET-Commercial-DB2-INFO-2", - "Structural Impact": 16.0, - "Lines of Code (LOC)": 100, - "Control Flow Branches": 10, + "Function Name": "doClose", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 725, - "End Line": 824 + "Control Flow Ratio": "66.7%", + "Start Line": 171, + "End Line": 181 }, { - "Function Name": "GET-Commercial-DB2-INFO-1", - "Structural Impact": 15.9, - "Lines of Code (LOC)": 98, - "Control Flow Branches": 10, + "Function Name": "getResourceByPath", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "20.0%", + "Start Line": 244, + "End Line": 250 + }, + { + "Function Name": "getSelfInitializer", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 622, - "End Line": 719 + "Control Flow Ratio": "50.0%", + "Start Line": 234, + "End Line": 236 }, { - "Function Name": "GET-Commercial-DB2-INFO-3", - "Structural Impact": 12.3, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 10, + "Function Name": "restore", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 830, - "End Line": 856 + "Control Flow Ratio": "50.0%", + "Start Line": 312, + "End Line": 319 }, { - "Function Name": "GET-Commercial-DB2-INFO-5", - "Structural Impact": 12.3, - "Lines of Code (LOC)": 26, - "Control Flow Branches": 10, + "Function Name": "postProcessBeanFactory", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 133, + "End Line": 138 + }, + { + "Function Name": "ServletWebServerApplicationContext", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 125, + "End Line": 127 + }, + { + "Function Name": "setServerNamespace", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 257, + "End Line": 260 + }, + { + "Function Name": "setServletConfig", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 262, + "End Line": 265 + }, + { + "Function Name": "registerWebApplicationScopes", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "90.9%", - "Start Line": 914, - "End Line": 939 + "Control Flow Ratio": "0.0%", + "Start Line": 238, + "End Line": 242 }, { - "Function Name": "GET-Commercial-DB2-INFO-5-Cur", - "Structural Impact": 12.2, - "Lines of Code (LOC)": 85, - "Control Flow Branches": 7, + "Function Name": "getServerNamespace", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "77.8%", - "Start Line": 945, - "End Line": 1029 + "Control Flow Ratio": "0.0%", + "Start Line": 252, + "End Line": 255 }, { - "Function Name": "GET-Commercial-DB2-INFO-3-Cur", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 51, - "Control Flow Branches": 4, + "Function Name": "getServletConfig", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "80.0%", - "Start Line": 862, - "End Line": 912 + "Control Flow Ratio": "0.0%", + "Start Line": 267, + "End Line": 270 }, { - "Function Name": "MAINLINE-EXIT", + "Function Name": "getWebServer", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 277, + "End Line": 280 + }, + { + "Function Name": "ServletWebServerApplicationContext", "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 314, - "End Line": 315 + "Start Line": 117, + "End Line": 118 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 117, - "Sequential Logic Declarations": 21, - "Function Parameters": 0, - "Function/Method Declarations": 11, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 34, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 24, + "Sequential Logic Declarations": 80, + "Function Parameters": 17, + "Function/Method Declarations": 18, + "Class/Entity Declarations": 2, + "Defensive Programming Constructs": 8, + "Type/Safety Bypasses": 8, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 31, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 341, - "Commented-out Code (Dead Logic)": 10, - "Structured Documentation Blocks": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 18, + "State Mutations / Variable Reassignments": 8, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 19, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 15, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 2, + "Global State Dependencies": 1, + "Decorators and Annotations": 10, + "Generic Type Abstractions": 3, + "Collection Iterators / Comprehensions": 1, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 28, - "Module Dependencies (Imports)": 3, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 40, + "Authorship Metadata": 3, + "Planned Work (TODOs)": 1, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 1, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, + "Structured Telemetry & Logging": 1, + "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, + "Fatal Aborts & Exceptions": 5, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 2, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, + "Immutable Data Declarations": 7, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 15, + "Event Listeners & Subscribers": 3, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 739, + "Structural Tab Indentations": 156, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 25, + "Ipc Rpc Bridges": 0, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -349401,15 +350608,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 10, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 15, + "Design Camel Case": 8, + "Design Snake Case": 5, "Design Pascal Case": 0, - "Design Upper Case": 10, + "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 10, + "Orphaned Logic": 6, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -349433,33 +350640,71 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 3, + "Direct Upstream (Fragility)": 40, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY", - "SQLCA" + "jakarta.servlet.Filter", + "jakarta.servlet.Servlet", + "jakarta.servlet.ServletConfig", + "jakarta.servlet.ServletContext", + "jakarta.servlet.ServletException", + "java.util.Collections", + "java.util.HashMap", + "java.util.LinkedHashSet", + "java.util.Map", + "java.util.Set", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.jspecify.annotations.Nullable", + "org.springframework.beans.BeansException", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.beans.factory.config.Scope", + "org.springframework.beans.factory.support.DefaultListableBeanFactory", + "org.springframework.boot.WebApplicationType", + "org.springframework.boot.availability.AvailabilityChangeEvent", + "org.springframework.boot.availability.ReadinessState", + "org.springframework.boot.web.context.servlet.WebApplicationContextInitializer", + "org.springframework.boot.web.server.WebServer", + "org.springframework.boot.web.server.context.ConfigurableWebServerApplicationContext", + "org.springframework.boot.web.server.context.MissingWebServerFactoryBeanException", + "org.springframework.boot.web.server.context.WebServerGracefulShutdownLifecycle", + "org.springframework.boot.web.server.servlet.ServletWebServerFactory", + "org.springframework.boot.web.servlet.FilterRegistrationBean", + "org.springframework.boot.web.servlet.ServletContextInitializer", + "org.springframework.boot.web.servlet.ServletRegistrationBean", + "org.springframework.context.ApplicationContext", + "org.springframework.context.ApplicationContextException", + "org.springframework.core.io.Resource", + "org.springframework.core.metrics.StartupStep", + "org.springframework.util.StringUtils", + "org.springframework.web.context.ServletContextAware", + "org.springframework.web.context.WebApplicationContext", + "org.springframework.web.context.support.GenericWebApplicationContext", + "org.springframework.web.context.support.ServletContextAwareProcessor", + "org.springframework.web.context.support.ServletContextResource", + "org.springframework.web.context.support.WebApplicationContextUtils" ] }, - "cobol/cics-genapp/lgipol01.cbl": { + "java/springboot/SpringApplication.java": { "1. Artifact Identity": { - "Filename": "lgipol01.cbl", - "Path": "cobol/cics-genapp/lgipol01.cbl", - "Language": "Cobol", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", + "Filename": "SpringApplication.java", + "Path": "java/springboot/SpringApplication.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "SpringApplicationRunListener, Running, BeanFactoryPostProcessor, Ordered, RuntimeException", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cbl)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": 673.45, - "Y": -1.7, - "Z": 1310.28 + "X": 4890.57, + "Y": -57.51, + "Z": -2338.84 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -349468,26 +350713,26 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 140, - "Coding LOC": 82, - "Documentation LOC": 44, - "Structural Magnitude": 46.04, - "Control Flow Ratio": "42.1%", + "Total LOC": 1877, + "Coding LOC": 1044, + "Documentation LOC": 626, + "Structural Magnitude": 809.48, + "Control Flow Ratio": "36.8%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.378 + "Raw Cognitive Density": 0.631 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "92.5%", - "Error & Exception Exposure": "82.53%", - "Tech Debt Exposure": "56.07%", - "Testing Exposure": "2.39%", - "API Exposure": "2.8%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "8.65%", + "Cognitive Load Exposure": "19.17%", + "Error & Exception Exposure": "80.3%", + "Tech Debt Exposure": "73.5%", + "Testing Exposure": "80.0%", + "API Exposure": "5.78%", + "Concurrency Exposure": "84.12%", + "State Flux Exposure": "92.03%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", @@ -349496,2286 +350741,1377 @@ }, "5. Function Analysis": [ { - "Function Name": "MAINLINE-EXIT", - "Structural Impact": 8.1, - "Lines of Code (LOC)": 42, + "Function Name": "prepareContext", + "Structural Impact": 23.2, + "Lines of Code (LOC)": 40, + "Control Flow Branches": 7, + "Input Parameters": 6, + "Control Flow Ratio": "58.3%", + "Start Line": 380, + "End Line": 419 + }, + { + "Function Name": "handleRunFailure", + "Structural Impact": 21.3, + "Lines of Code (LOC)": 26, + "Control Flow Branches": 9, + "Input Parameters": 3, + "Control Flow Ratio": "75.0%", + "Start Line": 803, + "End Line": 828 + }, + { + "Function Name": "logStartupProfileInfo", + "Structural Impact": 17.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 11, + "Input Parameters": 1, + "Control Flow Ratio": "91.7%", + "Start Line": 644, + "End Line": 661 + }, + { + "Function Name": "reportFailure", + "Structural Impact": 16.9, + "Lines of Code (LOC)": 26, + "Control Flow Branches": 8, + "Input Parameters": 2, + "Control Flow Ratio": "80.0%", + "Start Line": 842, + "End Line": 867 + }, + { + "Function Name": "exit", + "Structural Impact": 15.1, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 7, + "Input Parameters": 2, + "Control Flow Ratio": "63.6%", + "Start Line": 1396, + "End Line": 1419 + }, + { + "Function Name": "addAotGeneratedInitializerIfNecessary", + "Structural Impact": 13.7, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 8, + "Input Parameters": 1, + "Control Flow Ratio": "61.5%", + "Start Line": 421, + "End Line": 439 + }, + { + "Function Name": "getOrderSource", + "Structural Impact": 13.4, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 8, + "Input Parameters": 1, + "Control Flow Ratio": "80.0%", + "Start Line": 1860, + "End Line": 1872 + }, + { + "Function Name": "run", + "Structural Impact": 13.3, + "Lines of Code (LOC)": 39, + "Control Flow Branches": 7, + "Input Parameters": 1, + "Control Flow Ratio": "70.0%", + "Start Line": 304, + "End Line": 342 + }, + { + "Function Name": "configurePropertySources", + "Structural Impact": 11.4, + "Lines of Code (LOC)": 21, "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "62.5%", - "Start Line": 97, - "End Line": 138 + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 513, + "End Line": 533 }, { - "Function Name": "MAINLINE", - "Structural Impact": 5.3, - "Lines of Code (LOC)": 27, + "Function Name": "load", + "Structural Impact": 9.5, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 4, + "Input Parameters": 2, + "Control Flow Ratio": "80.0%", + "Start Line": 683, + "End Line": 698 + }, + { + "Function Name": "postProcessApplicationContext", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "83.3%", + "Start Line": 591, + "End Line": 607 + }, + { + "Function Name": "getOrderComparator", + "Structural Impact": 8.8, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 5, + "Input Parameters": 1, + "Control Flow Ratio": "83.3%", + "Start Line": 779, + "End Line": 784 + }, + { + "Function Name": "getExceptionReporters", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 830, + "End Line": 840 + }, + { + "Function Name": "handleExitCode", + "Structural Impact": 7.5, + "Lines of Code (LOC)": 12, "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 881, + "End Line": 892 + }, + { + "Function Name": "startKeepAliveThread", + "Structural Impact": 6.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "71.4%", + "Start Line": 1713, + "End Line": 1729 + }, + { + "Function Name": "deduceEnvironmentClass", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 5, "Input Parameters": 0, + "Control Flow Ratio": "55.6%", + "Start Line": 370, + "End Line": 378 + }, + { + "Function Name": "getRunListeners", + "Structural Impact": 6.3, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 453, + "End Line": 465 + }, + { + "Function Name": "onApplicationEvent", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 1, "Control Flow Ratio": "75.0%", - "Start Line": 68, - "End Line": 94 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 11, - "Function Parameters": 0, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 30, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 8, - "Module Dependencies (Imports)": 2, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 2, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 82, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 5, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 1, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 2, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "LGCMAREA", - "LGPOLICY" - ] - }, - "cobol/cics-genapp/sampcma.jcl": { - "1. Artifact Identity": { - "Filename": "sampcma.jcl", - "Path": "cobol/cics-genapp/sampcma.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -645.42, - "Y": -15.38, - "Z": 1000.73 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 81, - "Coding LOC": 81, - "Documentation LOC": 0, - "Structural Magnitude": 16.62, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "69.04%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.31%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 30, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 43, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 61, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 61, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/sampncs.jcl": { - "1. Artifact Identity": { - "Filename": "sampncs.jcl", - "Path": "cobol/cics-genapp/sampncs.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -435.37, - "Y": -12.14, - "Z": 2496.44 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 11, - "Coding LOC": 11, - "Documentation LOC": 0, - "Structural Magnitude": 15.22, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.455 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "93.17%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.73%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "73.33%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "8.74%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 4, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/samptsq.jcl": { - "1. Artifact Identity": { - "Filename": "samptsq.jcl", - "Path": "cobol/cics-genapp/samptsq.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 823.6, - "Y": 79.75, - "Z": 1384.72 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 13, - "Coding LOC": 13, - "Documentation LOC": 0, - "Structural Magnitude": 15.26, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.385 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "92.09%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.04%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "86.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "10.33%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 4, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/sampwui.jcl": { - "1. Artifact Identity": { - "Filename": "sampwui.jcl", - "Path": "cobol/cics-genapp/sampwui.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -867.33, - "Y": -10.97, - "Z": 1697.56 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 114, - "Coding LOC": 114, - "Documentation LOC": 0, - "Structural Magnitude": 17.28, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "64.67%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 35, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 51, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 17, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 80, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 80, - "Design Short Vars": 1, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 1, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaac01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaac01.jcl", - "Path": "cobol/cics-genapp/wsaac01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 819.16, - "Y": -2.49, - "Z": 1909.44 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaap01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaap01.jcl", - "Path": "cobol/cics-genapp/wsaap01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 534.73, - "Y": 10.78, - "Z": 863.81 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 99, - "Coding LOC": 99, - "Documentation LOC": 0, - "Structural Magnitude": 16.98, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 66, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 66, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaic01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaic01.jcl", - "Path": "cobol/cics-genapp/wsaic01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -809.89, - "Y": -56.64, - "Z": 2254.49 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaip01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaip01.jcl", - "Path": "cobol/cics-genapp/wsaip01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 525.51, - "Y": 23.3, - "Z": 1990.67 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 122, - "Coding LOC": 122, - "Documentation LOC": 0, - "Structural Magnitude": 17.44, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 5, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 82, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 82, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsauc01.jcl": { - "1. Artifact Identity": { - "Filename": "wsauc01.jcl", - "Path": "cobol/cics-genapp/wsauc01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 116.92, - "Y": 14.68, - "Z": 682.8 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsaup01.jcl": { - "1. Artifact Identity": { - "Filename": "wsaup01.jcl", - "Path": "cobol/cics-genapp/wsaup01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -103.09, - "Y": -12.32, - "Z": 2283.49 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 99, - "Coding LOC": 99, - "Documentation LOC": 0, - "Structural Magnitude": 16.98, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 66, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 66, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsavc01.jcl": { - "1. Artifact Identity": { - "Filename": "wsavc01.jcl", - "Path": "cobol/cics-genapp/wsavc01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": 415.82, - "Y": -16.05, - "Z": 2473.36 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "cobol/cics-genapp/wsavp01.jcl": { - "1. Artifact Identity": { - "Filename": "wsavp01.jcl", - "Path": "cobol/cics-genapp/wsavp01.jcl", - "Language": "Jcl", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "cobol", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" - }, - "2. Topological Coordinates": { - "X": -934.14, - "Y": 17.34, - "Z": 1312.98 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "8.51%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 18, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - } - } - }, - "php/guzzle": { - "Directory Group Magnitude": 1830.62, - "File Count": 7, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "37.84%", - "Error & Exception Exposure": "76.97%", - "Tech Debt Exposure": "69.42%", - "Testing Exposure": "35.36%", - "API Exposure": "3.67%", - "Concurrency Exposure": "14.28%", - "State Flux Exposure": "99.99%", - "Commented Logic Exposure": "2.45%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "12.88%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "php/guzzle/Client.php": { - "1. Artifact Identity": { - "Filename": "Client.php", - "Path": "php/guzzle/Client.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2452.79, - "Y": -393.05, - "Z": 4780.27 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 484, - "Coding LOC": 274, - "Documentation LOC": 154, - "Structural Magnitude": 279.18, - "Control Flow Ratio": "53.5%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.027 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "37.6%", - "Error & Exception Exposure": "64.89%", - "Tech Debt Exposure": "62.5%", - "Testing Exposure": "0.0%", - "API Exposure": "3.79%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Start Line": 1703, + "End Line": 1711 + }, + { + "Function Name": "deduceMainApplicationClass", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 286, + "End Line": 290 + }, + { + "Function Name": "findMainClass", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 292, + "End Line": 296 + }, + { + "Function Name": "callRunners", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "28.6%", + "Start Line": 767, + "End Line": 777 + }, + { + "Function Name": "printBanner", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "44.4%", + "Start Line": 559, + "End Line": 570 + }, + { + "Function Name": "callRunner", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "40.0%", + "Start Line": 786, + "End Line": 794 + }, + { + "Function Name": "withHook", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "66.7%", + "Start Line": 1462, + "End Line": 1470 + }, + { + "Function Name": "getOrCreateEnvironment", + "Structural Impact": 5.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "57.1%", + "Start Line": 475, + "End Line": 485 + }, + { + "Function Name": "run", + "Structural Impact": 5.3, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 1353, + "End Line": 1355 + }, + { + "Function Name": "prepareEnvironment", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 19, + "Control Flow Branches": 1, + "Input Parameters": 3, + "Control Flow Ratio": "33.3%", + "Start Line": 350, + "End Line": 368 + }, + { + "Function Name": "getBeanDefinitionRegistry", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 731, + "End Line": 739 + }, + { + "Function Name": "getExitCodeFromExitCodeGeneratorException", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 912, + "End Line": 920 + }, + { + "Function Name": "run", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "28.6%", + "Start Line": 1534, + "End Line": 1543 + }, + { + "Function Name": "bindToSpringApplication", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 550, + "End Line": 557 + }, + { + "Function Name": "setDefaultProperties", + "Structural Impact": 4.5, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1094, + "End Line": 1099 + }, + { + "Function Name": "with", + "Structural Impact": 4.5, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 1510, + "End Line": 1514 + }, + { + "Function Name": "setApplicationContextFactory", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 1237, + "End Line": 1240 + }, + { + "Function Name": "setInitializers", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 1247, + "End Line": 1249 + }, + { + "Function Name": "setListeners", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "40.0%", + "Start Line": 1274, + "End Line": 1276 + }, + { + "Function Name": "setApplicationStartup", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 1302, + "End Line": 1304 + }, + { + "Function Name": "Augmented", + "Structural Impact": 4.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 3, + "Control Flow Ratio": "100.0%", + "Start Line": 1498, + "End Line": 1502 + }, + { + "Function Name": "getExitCodeFromMappedException", + "Structural Impact": 3.9, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "20.0%", + "Start Line": 902, + "End Line": 910 + }, + { + "Function Name": "configureEnvironment", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 498, + "End Line": 504 + }, + { + "Function Name": "getExitCodeFromException", + "Structural Impact": 3.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 894, + "End Line": 900 + }, + { + "Function Name": "FactoryAwareOrderSourceProvider", + "Structural Impact": 3.7, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "100.0%", + "Start Line": 1849, + "End Line": 1852 + }, + { + "Function Name": "run", + "Structural Impact": 3.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 2, + "Control Flow Ratio": "33.3%", + "Start Line": 1364, + "End Line": 1366 + }, + { + "Function Name": "getAllSources", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1189, + "End Line": 1198 + }, + { + "Function Name": "processUptime", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1792, + "End Line": 1800 + }, + { + "Function Name": "create", + "Structural Impact": 3.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 1771, + "End Line": 1776 + }, + { + "Function Name": "getRunListener", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1688, + "End Line": 1691 + }, + { + "Function Name": "processUptime", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1816, + "End Line": 1820 + }, + { + "Function Name": "action", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1822, + "End Line": 1825 + }, + { + "Function Name": "startTime", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1831, + "End Line": 1835 + }, + { + "Function Name": "getOrderSource", + "Structural Impact": 3.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 1854, + "End Line": 1858 + }, + { + "Function Name": "refreshContext", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 441, + "End Line": 446 + }, + { + "Function Name": "logStartupInfo", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 633, + "End Line": 638 + }, + { + "Function Name": "registerLoggedException", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 874, + "End Line": 879 + }, + { + "Function Name": "close", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1472, + "End Line": 1476 + }, + { + "Function Name": "SpringApplication", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "100.0%", + "Start Line": 259, + "End Line": 261 + }, + { + "Function Name": "setMainApplicationClass", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 948, + "End Line": 950 + }, + { + "Function Name": "addPrimarySources", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1149, + "End Line": 1151 + }, + { + "Function Name": "addInitializers", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1256, + "End Line": 1258 + }, + { + "Function Name": "addListeners", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 1283, + "End Line": 1285 + }, + { + "Function Name": "main", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 1, + "Control Flow Ratio": "25.0%", + "Start Line": 1380, + "End Line": 1382 + }, + { + "Function Name": "getClassLoader", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 715, + "End Line": 724 + }, + { + "Function Name": "getApplicationContext", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1586, + "End Line": 1612 + }, + { + "Function Name": "throwIfNotMet", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 1665, + "End Line": 1671 + }, + { + "Function Name": "stopKeepAliveThread", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 1731, + "End Line": 1737 + }, + { + "Function Name": "getApplicationLog", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 671, + "End Line": 676 + }, + { + "Function Name": "callRunner", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 796, + "End Line": 801 + }, + { + "Function Name": "getSpringBootExceptionHandler", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "33.3%", + "Start Line": 922, + "End Line": 927 + }, + { + "Function Name": "getMainApplicationClass", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 938, + "End Line": 940 + }, + { + "Function Name": "getInitializers", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1265, + "End Line": 1267 + }, + { + "Function Name": "getListeners", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 1293, + "End Line": 1295 + }, + { + "Function Name": "withHook", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 1445, + "End Line": 1450 + }, + { + "Function Name": "getSpringFactoriesInstances", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 471, + "End Line": 473 + }, + { + "Function Name": "createBeanDefinitionLoader", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 747, + "End Line": 749 + }, + { + "Function Name": "configureProfiles", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 543, + "End Line": 544 + }, + { + "Function Name": "afterRefresh", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 2, + "Control Flow Ratio": "0.0%", + "Start Line": 764, + "End Line": 765 + }, + { + "Function Name": "asUnmodifiableOrderedSet", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1478, + "End Line": 1482 + }, + { + "Function Name": "withAdditionalProfiles", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1523, + "End Line": 1527 + }, + { + "Function Name": "getSpringFactoriesInstances", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 467, + "End Line": 469 + }, + { + "Function Name": "quoteProfiles", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 663, + "End Line": 665 + }, + { + "Function Name": "refresh", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 755, + "End Line": 757 + }, + { + "Function Name": "isMainThread", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 929, + "End Line": 932 + }, + { + "Function Name": "setWebApplicationType", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 967, + "End Line": 970 + }, + { + "Function Name": "setAllowBeanDefinitionOverriding", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 979, + "End Line": 981 + }, + { + "Function Name": "setAllowCircularReferences", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 990, + "End Line": 992 + }, + { + "Function Name": "setLazyInitialization", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1000, + "End Line": 1002 + }, + { + "Function Name": "setHeadless", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1009, + "End Line": 1011 + }, + { + "Function Name": "setRegisterShutdownHook", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1020, + "End Line": 1022 + }, + { + "Function Name": "setBanner", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1029, + "End Line": 1031 + }, + { + "Function Name": "setBannerMode", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1038, + "End Line": 1040 + }, + { + "Function Name": "setLogStartupInfo", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1047, + "End Line": 1049 + }, + { + "Function Name": "setAddCommandLineProperties", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1056, + "End Line": 1058 + }, + { + "Function Name": "setAddConversionService", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1066, + "End Line": 1068 + }, + { + "Function Name": "addBootstrapRegistryInitializer", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1076, + "End Line": 1079 + }, + { + "Function Name": "setDefaultProperties", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1086, + "End Line": 1088 + }, + { + "Function Name": "setAdditionalProfiles", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1106, + "End Line": 1108 + }, + { + "Function Name": "setBeanNameGenerator", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1122, + "End Line": 1124 + }, + { + "Function Name": "setEnvironment", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1131, + "End Line": 1134 + }, + { + "Function Name": "setSources", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1177, + "End Line": 1180 + }, + { + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1204, + "End Line": 1207 + }, + { + "Function Name": "setEnvironmentPrefix", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1225, + "End Line": 1227 + }, + { + "Function Name": "setKeepAlive", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1332, + "End Line": 1334 + }, + { + "Function Name": "from", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1432, + "End Line": 1435 + }, + { + "Function Name": "contextLoaded", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1554, + "End Line": 1557 + }, + { + "Function Name": "PropertySourceOrderingBeanFactoryPostProcessor", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1598, + "End Line": 1600 + }, + { + "Function Name": "postProcessBeanFactory", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1607, + "End Line": 1610 + }, + { + "Function Name": "AbandonedRunException", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1637, + "End Line": 1639 + }, + { + "Function Name": "NativeImageRequirementsException", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1661, + "End Line": 1663 + }, + { + "Function Name": "SingleUseSpringApplicationHook", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 1684, + "End Line": 1686 + }, + { + "Function Name": "getApplicationContext", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1559, + "End Line": 1567 + }, + { + "Function Name": "createApplicationContext", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 579, + "End Line": 584 + }, + { + "Function Name": "createBootstrapContext", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 344, + "End Line": 348 + }, + { + "Function Name": "configureHeadlessProperty", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 448, + "End Line": 451 + }, + { + "Function Name": "getOrder", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1602, + "End Line": 1605 + }, + { + "Function Name": "started", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1754, + "End Line": 1758 + }, + { + "Function Name": "timeTakenToStarted", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1760, + "End Line": 1764 + }, + { + "Function Name": "ready", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1766, + "End Line": 1769 + }, + { + "Function Name": "startTime", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1787, + "End Line": 1790 + }, { - "Function Name": "applyOptions", - "Structural Impact": 61.9, - "Lines of Code (LOC)": 129, - "Control Flow Branches": 31, - "Input Parameters": 2, - "Control Flow Ratio": "75.6%", - "Start Line": 342, - "End Line": 470 + "Function Name": "action", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1802, + "End Line": 1805 }, { - "Function Name": "configureDefaults", - "Structural Impact": 18.0, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 10, - "Input Parameters": 1, - "Control Flow Ratio": "71.4%", - "Start Line": 229, - "End Line": 276 + "Function Name": "SpringApplication", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 273, + "End Line": 273 }, { - "Function Name": "buildUri", - "Structural Impact": 12.8, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 212, - "End Line": 224 + "Function Name": "applyInitializers", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 615, + "End Line": 615 }, { - "Function Name": "prepareDefaults", - "Structural Impact": 11.6, - "Lines of Code (LOC)": 34, - "Control Flow Branches": 6, - "Input Parameters": 1, - "Control Flow Ratio": "60.0%", - "Start Line": 283, - "End Line": 316 + "Function Name": "getResourceLoader", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 705, + "End Line": 707 }, { - "Function Name": "requestAsync", - "Structural Impact": 10.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 4, - "Input Parameters": 3, - "Control Flow Ratio": "57.1%", - "Start Line": 153, - "End Line": 170 + "Function Name": "getWebApplicationType", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 957, + "End Line": 959 }, { - "Function Name": "__call", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "42.9%", - "Start Line": 81, - "End Line": 93 + "Function Name": "getAdditionalProfiles", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1114, + "End Line": 1116 }, { - "Function Name": "__construct", - "Structural Impact": 6.4, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "60.0%", - "Start Line": 57, - "End Line": 71 + "Function Name": "getSources", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1163, + "End Line": 1165 }, { - "Function Name": "getConfig", - "Structural Impact": 6.0, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "60.0%", - "Start Line": 205, - "End Line": 210 + "Function Name": "getEnvironmentPrefix", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1215, + "End Line": 1217 }, { - "Function Name": "transfer", - "Structural Impact": 5.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "40.0%", - "Start Line": 326, - "End Line": 337 + "Function Name": "getApplicationStartup", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1311, + "End Line": 1313 }, { - "Function Name": "request", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, + "Function Name": "isKeepAlive", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 3, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 185, - "End Line": 190 + "Start Line": 1321, + "End Line": 1323 }, { - "Function Name": "sendAsync", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 10, + "Function Name": "getShutdownHandlers", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 2, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 101, - "End Line": 110 + "Start Line": 1342, + "End Line": 1344 }, { - "Function Name": "send", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 6, + "Function Name": "AbandonedRunException", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 2, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 120, - "End Line": 125 + "Start Line": 1627, + "End Line": 1629 }, { - "Function Name": "sendRequest", - "Structural Impact": 1.8, - "Lines of Code (LOC)": 8, + "Function Name": "getApplicationContext", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 132, - "End Line": 139 + "Start Line": 1646, + "End Line": 1648 }, { - "Function Name": "invalidBody", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 8, + "Function Name": "restoreTime", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 475, - "End Line": 482 + "Start Line": 1827, + "End Line": 1829 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 69, - "Sequential Logic Declarations": 60, - "Function Parameters": 14, - "Function/Method Declarations": 14, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 31, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 201, + "Sequential Logic Declarations": 345, + "Function Parameters": 139, + "Function/Method Declarations": 135, + "Class/Entity Declarations": 13, + "Defensive Programming Constructs": 44, + "Type/Safety Bypasses": 81, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 1, - "Exposed API / Public Exports": 8, - "State Mutations / Variable Reassignments": 115, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 95, + "State Mutations / Variable Reassignments": 143, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 38, + "Structured Documentation Blocks": 244, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, + "Asynchronous/Concurrent Execution": 49, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 18, + "Global State Dependencies": 5, + "Decorators and Annotations": 19, + "Generic Type Abstractions": 82, + "Collection Iterators / Comprehensions": 12, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 11, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 2, + "Metaprogramming & Reflection": 5, + "Module Dependencies (Imports)": 89, + "Authorship Metadata": 16, + "Planned Work (TODOs)": 1, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Event Publishers / Emitters": 9, + "Dependency Injection Constructs": 6, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 4, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 9, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 3, + "Structured Telemetry & Logging": 5, + "Ad-hoc Print / Debug Statements": 2, + "Explicit Type Casts": 6, + "Fatal Aborts & Exceptions": 6, + "Thread Sleeps & Blocking Waits": 1, + "Bitwise Operations": 14, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 11, - "Private / Encapsulated Scopes": 7, - "Event Listeners & Subscribers": 0, + "Immutable Data Declarations": 33, + "Resource Deallocation & Cleanup": 5, + "Private / Encapsulated Scopes": 104, + "Event Listeners & Subscribers": 1, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 261, + "Structural Tab Indentations": 952, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -351783,7 +352119,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 0, + "Time Date Logic": 11, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -351792,25 +352128,25 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 105, + "Design Camel Case": 53, + "Design Snake Case": 47, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 5, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 4, "Duplicate Logic": 0, - "Orphaned Logic": 4, + "Orphaned Logic": 24, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 1, + "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 1, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -351824,48 +352160,120 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 18, + "Direct Upstream (Fragility)": 89, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "$options)) \n // Allows default headers to be unset.\n if ($options['headers'] === null) \n $defaults['_conditional'] = []", - "ClientTrait", - "GuzzleHttp\\Cookie\\CookieJar", - "GuzzleHttp\\Exception\\GuzzleException", - "GuzzleHttp\\Exception\\InvalidArgumentException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\PromiseInterface", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface", - "Psr\\Http\\Message\\UriInterface", - "a \"handler\"\n * (if utilized by the concrete client)", - "a URI and optional options array'", - "a default handler will be created\n * that enables all of the request options below by attaching all of the\n * default middleware to the handler.\n * - base_uri: (string|UriInterface) Base URI of the client that is merged\n * into relative URIs. Can be a string or instance of UriInterface.\n * - **: any request option\n *\n * @param array $config Client configuration settings.\n *\n * @see RequestOptions for a list of available request options.\n */\n public function __construct(array $config = [])\n \n if (!isset($config['handler'])) \n $config['handler'] = HandlerStack::create(", - "and a \"base_uri\" if utilized by\n * the concrete client.\n *\n * @param string|null $option The config option to retrieve.\n *\n * @return mixed\n *\n * @deprecated Client::getConfig will be removed in guzzlehttp/guzzle:8.0.\n */\n public function getConfig(?string $option = null)\n \n return $option === null\n ? $this->config\n : ($this->config[$option] ?? null", - "and must return a\n * GuzzleHttp\\Promise\\PromiseInterface that is fulfilled with a\n * Psr7\\Http\\Message\\ResponseInterface on success.\n * If no handler is provided", - "d", - "default request options of the client", - "the following options:\n *\n * - handler: (callable) Function that transfers HTTP requests over the\n * wire. The function is called with a Psr7\\Http\\Message\\RequestInterface\n * and array of transfer options" + "java.lang.StackWalker.StackFrame", + "java.lang.management.ManagementFactory", + "java.lang.reflect.Method", + "java.time.Duration", + "java.util.ArrayList", + "java.util.Arrays", + "java.util.Collection", + "java.util.Collections", + "java.util.Comparator", + "java.util.HashMap", + "java.util.IdentityHashMap", + "java.util.LinkedHashSet", + "java.util.List", + "java.util.Map", + "java.util.Objects", + "java.util.Optional", + "java.util.Properties", + "java.util.Set", + "java.util.concurrent.atomic.AtomicBoolean", + "java.util.concurrent.atomic.AtomicReference", + "java.util.stream.Stream", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.crac.management.CRaCMXBean", + "org.jspecify.annotations.Nullable", + "org.springframework.aot.AotDetector", + "org.springframework.beans.BeansException", + "org.springframework.beans.factory.NoSuchBeanDefinitionException", + "org.springframework.beans.factory.config.BeanDefinition", + "org.springframework.beans.factory.config.BeanFactoryPostProcessor", + "org.springframework.beans.factory.config.ConfigurableBeanFactory", + "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", + "org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader", + "org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory", + "org.springframework.beans.factory.support.BeanDefinitionRegistry", + "org.springframework.beans.factory.support.BeanNameGenerator", + "org.springframework.beans.factory.support.DefaultListableBeanFactory", + "org.springframework.beans.factory.support.RootBeanDefinition", + "org.springframework.beans.factory.xml.XmlBeanDefinitionReader", + "org.springframework.boot.Banner.Mode", + "org.springframework.boot.bootstrap.BootstrapRegistry", + "org.springframework.boot.bootstrap.BootstrapRegistryInitializer", + "org.springframework.boot.bootstrap.DefaultBootstrapContext", + "org.springframework.boot.context.properties.bind.Bindable", + "org.springframework.boot.context.properties.bind.Binder", + "org.springframework.boot.context.properties.source.ConfigurationPropertySources", + "org.springframework.boot.convert.ApplicationConversionService", + "org.springframework.boot.env.DefaultPropertiesPropertySource", + "org.springframework.boot.system.JavaVersion", + "org.springframework.context.ApplicationContext", + "org.springframework.context.ApplicationContextInitializer", + "org.springframework.context.ApplicationListener", + "org.springframework.context.ConfigurableApplicationContext", + "org.springframework.context.annotation.AnnotatedBeanDefinitionReader", + "org.springframework.context.annotation.AnnotationConfigUtils", + "org.springframework.context.annotation.ClassPathBeanDefinitionScanner", + "org.springframework.context.annotation.ConfigurationClassPostProcessor", + "org.springframework.context.aot.AotApplicationContextInitializer", + "org.springframework.context.event.ApplicationContextEvent", + "org.springframework.context.event.ContextClosedEvent", + "org.springframework.context.event.ContextRefreshedEvent", + "org.springframework.context.support.AbstractApplicationContext", + "org.springframework.context.support.GenericApplicationContext", + "org.springframework.core.GenericTypeResolver", + "org.springframework.core.NativeDetector", + "org.springframework.core.OrderComparator", + "org.springframework.core.OrderComparator.OrderSourceProvider", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.AnnotationAwareOrderComparator", + "org.springframework.core.annotation.Order", + "org.springframework.core.env.CommandLinePropertySource", + "org.springframework.core.env.CompositePropertySource", + "org.springframework.core.env.ConfigurableEnvironment", + "org.springframework.core.env.Environment", + "org.springframework.core.env.MutablePropertySources", + "org.springframework.core.env.PropertySource", + "org.springframework.core.env.SimpleCommandLinePropertySource", + "org.springframework.core.io.DefaultResourceLoader", + "org.springframework.core.io.ResourceLoader", + "org.springframework.core.io.support.SpringFactoriesLoader", + "org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver", + "org.springframework.core.metrics.ApplicationStartup", + "org.springframework.util.Assert", + "org.springframework.util.ClassUtils", + "org.springframework.util.CollectionUtils", + "org.springframework.util.ObjectUtils", + "org.springframework.util.StringUtils", + "org.springframework.util.function.ThrowingConsumer", + "org.springframework.util.function.ThrowingSupplier" ] }, - "php/guzzle/CurlFactory.php": { + "java/springboot/WebMvcAutoConfiguration.java": { "1. Artifact Identity": { - "Filename": "CurlFactory.php", - "Path": "php/guzzle/CurlFactory.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Filename": "WebMvcAutoConfiguration.java", + "Path": "java/springboot/WebMvcAutoConfiguration.java", + "Language": "Java", + "Architect": "Phillip Webb", + "Indentation Style": "Tabs", + "Parent Entity": "WebMvcConfigurer, ServletContextAware, DelegatingWebMvcConfiguration implements ResourceLoaderAware, ResourceHandlerRegistrationCustomizer", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", + "Folder Dominant Lang": "java", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" + "Identity Proof": "Single Indicator (Ext: .java)" }, "2. Topological Coordinates": { - "X": -2460.09, - "Y": -231.59, - "Z": 5234.11 + "X": 4608.87, + "Y": 10.62, + "Z": -2029.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -351874,1046 +352282,585 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 742, - "Coding LOC": 557, - "Documentation LOC": 87, - "Structural Magnitude": 564.94, - "Control Flow Ratio": "61.2%", + "Total LOC": 741, + "Coding LOC": 602, + "Documentation LOC": 44, + "Structural Magnitude": 323.44, + "Control Flow Ratio": "27.7%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.032 + "Raw Cognitive Density": 0.389 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "51.33%", - "Error & Exception Exposure": "76.82%", - "Tech Debt Exposure": "29.23%", + "Cognitive Load Exposure": "17.5%", + "Error & Exception Exposure": "77.3%", + "Tech Debt Exposure": "62.01%", "Testing Exposure": "80.0%", - "API Exposure": "1.69%", + "API Exposure": "5.95%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "5.32%", + "State Flux Exposure": "36.06%", + "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.73%", + "Documentation Exposure": "56.03%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "applyHandlerOptions", - "Structural Impact": 122.4, - "Lines of Code (LOC)": 197, - "Control Flow Branches": 64, + "Function Name": "configureApiVersioning", + "Structural Impact": 33.2, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 22, + "Input Parameters": 1, + "Control Flow Ratio": "95.7%", + "Start Line": 404, + "End Line": 416 + }, + { + "Function Name": "configureApiVersioningUse", + "Structural Impact": 26.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 14, "Input Parameters": 2, - "Control Flow Ratio": "79.0%", - "Start Line": 437, - "End Line": 633 + "Control Flow Ratio": "93.3%", + "Start Line": 418, + "End Line": 424 }, { - "Function Name": "applyBody", - "Structural Impact": 21.9, - "Lines of Code (LOC)": 38, - "Control Flow Branches": 9, - "Input Parameters": 3, - "Control Flow Ratio": "69.2%", - "Start Line": 360, - "End Line": 397 + "Function Name": "WebMvcAutoConfigurationAdapter", + "Structural Impact": 10.9, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 2, + "Input Parameters": 10, + "Control Flow Ratio": "100.0%", + "Start Line": 222, + "End Line": 241 }, { - "Function Name": "retryFailedRewind", - "Structural Impact": 21.8, - "Lines of Code (LOC)": 35, - "Control Flow Branches": 9, - "Input Parameters": 3, - "Control Flow Ratio": "69.2%", - "Start Line": 646, - "End Line": 680 + "Function Name": "customize", + "Structural Impact": 9.3, + "Lines of Code (LOC)": 44, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "33.3%", + "Start Line": 672, + "End Line": 715 }, { - "Function Name": "createRejection", - "Structural Impact": 20.4, - "Lines of Code (LOC)": 61, - "Control Flow Branches": 9, - "Input Parameters": 2, - "Control Flow Ratio": "52.9%", - "Start Line": 221, - "End Line": 281 + "Function Name": "addResourceHandler", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "60.0%", + "Start Line": 374, + "End Line": 391 }, { - "Function Name": "createHeaderFn", - "Structural Impact": 19.4, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 11, + "Function Name": "configureContentNegotiation", + "Structural Impact": 7.8, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 4, "Input Parameters": 1, - "Control Flow Ratio": "57.9%", - "Start Line": 682, - "End Line": 729 + "Control Flow Ratio": "66.7%", + "Start Line": 293, + "End Line": 306 }, { - "Function Name": "create", - "Structural Impact": 17.4, - "Lines of Code (LOC)": 37, - "Control Flow Branches": 8, - "Input Parameters": 2, - "Control Flow Ratio": "61.5%", - "Start Line": 48, - "End Line": 84 + "Function Name": "extendHandlerExceptionResolvers", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 4, + "Input Parameters": 1, + "Control Flow Ratio": "80.0%", + "Start Line": 624, + "End Line": 634 }, { - "Function Name": "applyMethod", - "Structural Impact": 13.5, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 332, - "End Line": 358 + "Function Name": "addResourceHandlers", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 353, + "End Line": 368 }, { - "Function Name": "applyHeaders", - "Structural Impact": 11.4, - "Lines of Code (LOC)": 20, - "Control Flow Branches": 5, - "Input Parameters": 2, - "Control Flow Ratio": "62.5%", - "Start Line": 399, - "End Line": 418 + "Function Name": "configureAsyncSupport", + "Structural Impact": 6.4, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 3, + "Input Parameters": 1, + "Control Flow Ratio": "75.0%", + "Start Line": 254, + "End Line": 267 }, { - "Function Name": "finish", - "Structural Impact": 11.1, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 4, + "Function Name": "welcomePageHandlerMapping", + "Structural Impact": 6.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, "Input Parameters": 3, "Control Flow Ratio": "50.0%", - "Start Line": 152, - "End Line": 172 - }, - { - "Function Name": "getDefaultConf", - "Structural Impact": 9.8, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "71.4%", - "Start Line": 304, - "End Line": 330 + "Start Line": 478, + "End Line": 483 }, { - "Function Name": "finishError", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 3, + "Function Name": "welcomePageNotAcceptableHandlerMapping", + "Structural Impact": 6.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 2, "Input Parameters": 3, "Control Flow Ratio": "50.0%", - "Start Line": 191, - "End Line": 208 + "Start Line": 485, + "End Line": 491 }, { - "Function Name": "release", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 22, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 122, - "End Line": 143 + "Function Name": "getIndexHtmlResource", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 534, + "End Line": 546 }, { - "Function Name": "sanitizeCurlError", - "Structural Impact": 6.0, - "Lines of Code (LOC)": 17, + "Function Name": "getConfigurableWebBindingInitializer", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 10, "Control Flow Branches": 2, "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 283, - "End Line": 299 + "Control Flow Ratio": "40.0%", + "Start Line": 601, + "End Line": 610 }, { - "Function Name": "removeHeader", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 10, + "Function Name": "configureResourceChain", + "Structural Impact": 5.6, + "Lines of Code (LOC)": 9, "Control Flow Branches": 2, "Input Parameters": 2, + "Control Flow Ratio": "50.0%", + "Start Line": 690, + "End Line": 698 + }, + { + "Function Name": "singleDispatcherServlet", + "Structural Impact": 5.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 286, + "End Line": 291 + }, + { + "Function Name": "configurePathMatch", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 2, + "Input Parameters": 1, "Control Flow Ratio": "40.0%", - "Start Line": 426, - "End Line": 435 + "Start Line": 269, + "End Line": 284 }, { - "Function Name": "supportsHttp2", + "Function Name": "getVersionResourceResolver", + "Structural Impact": 4.9, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 700, + "End Line": 713 + }, + { + "Function Name": "getIndexHtmlResource", "Structural Impact": 4.6, "Lines of Code (LOC)": 12, "Control Flow Branches": 3, "Input Parameters": 0, "Control Flow Ratio": "60.0%", - "Start Line": 86, - "End Line": 97 + "Start Line": 552, + "End Line": 563 }, { - "Function Name": "supportsTls13", + "Function Name": "getSeconds", + "Structural Impact": 4.4, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 2, + "Input Parameters": 1, + "Control Flow Ratio": "66.7%", + "Start Line": 393, + "End Line": 396 + }, + { + "Function Name": "createRequestMappingHandlerAdapter", "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, + "Lines of Code (LOC)": 10, "Control Flow Branches": 2, "Input Parameters": 0, "Control Flow Ratio": "50.0%", - "Start Line": 110, - "End Line": 120 + "Start Line": 467, + "End Line": 476 }, { - "Function Name": "__destruct", + "Function Name": "createRequestMappingHandlerMapping", "Structural Impact": 3.5, "Lines of Code (LOC)": 10, "Control Flow Branches": 2, "Input Parameters": 0, "Control Flow Ratio": "50.0%", - "Start Line": 731, - "End Line": 740 + "Start Line": 590, + "End Line": 599 }, { - "Function Name": "supportsTls12", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, + "Function Name": "createExceptionHandlerExceptionResolver", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 2, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 99, - "End Line": 108 + "Control Flow Ratio": "50.0%", + "Start Line": 612, + "End Line": 622 }, { - "Function Name": "getCurlVersion", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 10, + "Function Name": "customizeResourceHandlerRegistration", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 5, "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 210, - "End Line": 219 + "Input Parameters": 1, + "Control Flow Ratio": "50.0%", + "Start Line": 398, + "End Line": 402 }, { - "Function Name": "invokeStats", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 13, + "Function Name": "EnableWebMvcConfiguration", + "Structural Impact": 2.9, + "Lines of Code (LOC)": 10, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 5, "Control Flow Ratio": "0.0%", - "Start Line": 174, - "End Line": 186 + "Start Line": 456, + "End Line": 465 }, { - "Function Name": "__construct", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, + "Function Name": "createWelcomePageHandlerMapping", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 12, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 4, "Control Flow Ratio": "0.0%", - "Start Line": 43, - "End Line": 46 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 150, - "Sequential Logic Declarations": 95, - "Function Parameters": 25, - "Function/Method Declarations": 21, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 36, - "Type/Safety Bypasses": 2, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 7, - "State Mutations / Variable Reassignments": 230, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 21, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 3, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 10, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 1, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 7, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 4, - "Fatal Aborts & Exceptions": 13, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 14, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 2, - "Resource Deallocation & Cleanup": 8, - "Private / Encapsulated Scopes": 19, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 542, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 1, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 2, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 2, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 4, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 4, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 12, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 11, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "GuzzleHttp\\Exception\\ConnectException", - "GuzzleHttp\\Exception\\RequestException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\FulfilledPromise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Psr7\\LazyOpenStream", - "GuzzleHttp\\TransferStats", - "GuzzleHttp\\Utils", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\UriInterface", - "s a special format for empty headers.\n // See https://github.com/guzzle/guzzle/issues/1882 for more details.\n $conf[\\CURLOPT_HTTPHEADER][] = \"$name" - ] - }, - "php/guzzle/CurlMultiHandler.php": { - "1. Artifact Identity": { - "Filename": "CurlMultiHandler.php", - "Path": "php/guzzle/CurlMultiHandler.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2245.97, - "Y": -173.3, - "Z": 5517.75 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 288, - "Coding LOC": 165, - "Documentation LOC": 78, - "Structural Magnitude": 143.4, - "Control Flow Ratio": "47.8%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.053 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "38.53%", - "Error & Exception Exposure": "80.78%", - "Tech Debt Exposure": "95.05%", - "Testing Exposure": "80.0%", - "API Exposure": "2.29%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "6.37%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "__construct", - "Structural Impact": 9.4, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "71.4%", - "Start Line": 69, - "End Line": 87 + "Start Line": 493, + "End Line": 504 }, { - "Function Name": "tick", - "Structural Impact": 8.8, - "Lines of Code (LOC)": 35, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 147, - "End Line": 181 + "Function Name": "create", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 4, + "Control Flow Ratio": "0.0%", + "Start Line": 664, + "End Line": 674 }, { - "Function Name": "processMessages", - "Structural Impact": 7.2, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 5, + "Function Name": "localeResolver", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "83.3%", - "Start Line": 251, - "End Line": 273 + "Control Flow Ratio": "20.0%", + "Start Line": 506, + "End Line": 518 }, { - "Function Name": "__get", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 3, - "Input Parameters": 1, + "Function Name": "mvcValidator", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 1, + "Input Parameters": 0, "Control Flow Ratio": "33.3%", - "Start Line": 97, - "End Line": 117 + "Start Line": 577, + "End Line": 588 }, { - "Function Name": "cancel", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 229, - "End Line": 249 + "Function Name": "getMessageCodesResolver", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "25.0%", + "Start Line": 338, + "End Line": 346 }, { - "Function Name": "execute", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "80.0%", - "Start Line": 197, - "End Line": 208 + "Function Name": "addResourceHandler", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 3, + "Control Flow Ratio": "0.0%", + "Start Line": 370, + "End Line": 372 }, { - "Function Name": "addRequest", - "Structural Impact": 4.8, + "Function Name": "viewResolver", + "Structural Impact": 2.0, "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, + "Control Flow Branches": 0, "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 210, - "End Line": 220 - }, - { - "Function Name": "timeToNext", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "40.0%", - "Start Line": 275, - "End Line": 286 + "Control Flow Ratio": "0.0%", + "Start Line": 326, + "End Line": 336 }, { - "Function Name": "__invoke", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 16, + "Function Name": "registerHints", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 5, "Control Flow Branches": 0, "Input Parameters": 2, "Control Flow Ratio": "0.0%", - "Start Line": 127, - "End Line": 142 + "Start Line": 732, + "End Line": 736 }, { - "Function Name": "__destruct", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 119, - "End Line": 125 + "Function Name": "configureMessageConverters", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 248, + "End Line": 252 }, { - "Function Name": "tickInQueue", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 186, - "End Line": 192 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 33, - "Sequential Logic Declarations": 36, - "Function Parameters": 12, - "Function/Method Declarations": 11, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 7, - "Type/Safety Bypasses": 1, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 6, - "State Mutations / Variable Reassignments": 74, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 27, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 1, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 3, - "Module Dependencies (Imports)": 6, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 1, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 1, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 5, - "Fatal Aborts & Exceptions": 2, - "Thread Sleeps & Blocking Waits": 2, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 5, - "Private / Encapsulated Scopes": 12, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 154, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 4, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 1, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 6, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "Closure", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\Promise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Utils", - "Psr\\Http\\Message\\RequestInterface" - ] - }, - "php/guzzle/Middleware.php": { - "1. Artifact Identity": { - "Filename": "Middleware.php", - "Path": "php/guzzle/Middleware.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2034.16, - "Y": -363.79, - "Z": 4955.94 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 269, - "Coding LOC": 154, - "Documentation LOC": 92, - "Structural Magnitude": 96.68, - "Control Flow Ratio": "13.3%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.61 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "18.2%", - "Error & Exception Exposure": "60.86%", - "Tech Debt Exposure": "84.82%", - "Testing Exposure": "2.44%", - "API Exposure": "8.57%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "99.94%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "tap", - "Structural Impact": 9.5, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 135, - "End Line": 150 + "Function Name": "resourceHandlerRegistrationCustomizer", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 653, + "End Line": 657 }, { - "Function Name": "log", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 3, - "Input Parameters": 3, - "Control Flow Ratio": "16.7%", - "Start Line": 198, - "End Line": 224 + "Function Name": "customize", + "Structural Impact": 1.7, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 684, + "End Line": 688 }, { - "Function Name": "httpErrors", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 20, - "Control Flow Branches": 3, + "Function Name": "setServletContext", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 1, - "Control Flow Ratio": "20.0%", - "Start Line": 58, - "End Line": 77 + "Control Flow Ratio": "0.0%", + "Start Line": 243, + "End Line": 246 }, { - "Function Name": "history", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 2, + "Function Name": "addFormatters", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, "Input Parameters": 1, - "Control Flow Ratio": "11.8%", - "Start Line": 88, - "End Line": 120 + "Control Flow Ratio": "0.0%", + "Start Line": 348, + "End Line": 351 }, { - "Function Name": "cookies", - "Structural Impact": 4.2, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 2, + "Function Name": "mvcConversionService", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, "Input Parameters": 0, - "Control Flow Ratio": "14.3%", - "Start Line": 26, - "End Line": 48 + "Control Flow Ratio": "0.0%", + "Start Line": 565, + "End Line": 575 }, { - "Function Name": "retry", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "14.3%", - "Start Line": 179, - "End Line": 184 + "Function Name": "setResourceLoader", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 636, + "End Line": 639 }, { - "Function Name": "mapRequest", - "Structural Impact": 1.8, - "Lines of Code (LOC)": 8, + "Function Name": "ResourceChainResourceHandlerRegistrationCustomizer", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 1, "Control Flow Ratio": "0.0%", - "Start Line": 244, - "End Line": 251 + "Start Line": 680, + "End Line": 682 }, { - "Function Name": "mapResponse", - "Structural Impact": 1.8, + "Function Name": "defaultViewResolver", + "Structural Impact": 1.4, "Lines of Code (LOC)": 8, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 260, - "End Line": 267 + "Start Line": 308, + "End Line": 315 }, { - "Function Name": "redirect", + "Function Name": "beanNameViewResolver", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 317, + "End Line": 324 + }, + { + "Function Name": "hiddenHttpMethodFilter", "Structural Impact": 1.3, "Lines of Code (LOC)": 6, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 157, - "End Line": 162 + "Start Line": 176, + "End Line": 181 }, { - "Function Name": "prepareBody", + "Function Name": "formContentFilter", "Structural Impact": 1.3, "Lines of Code (LOC)": 6, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 230, - "End Line": 235 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 16, - "Sequential Logic Declarations": 104, - "Function Parameters": 33, - "Function/Method Declarations": 10, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 8, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 10, - "State Mutations / Variable Reassignments": 38, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 30, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 10, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 3, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 7, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 3, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 4, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 5, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 1, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 142, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 6, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 6, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 7, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "GuzzleHttp\\Cookie\\CookieJarInterface", - "GuzzleHttp\\Exception\\RequestException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\PromiseInterface", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface", - "Psr\\Log\\LoggerInterface" - ] - }, - "php/guzzle/Pool.php": { - "1. Artifact Identity": { - "Filename": "Pool.php", - "Path": "php/guzzle/Pool.php", - "Language": "Php", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" - }, - "2. Topological Coordinates": { - "X": -2610.74, - "Y": -81.14, - "Z": 5964.69 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 126, - "Coding LOC": 64, - "Documentation LOC": 50, - "Structural Magnitude": 87.08, - "Control Flow Ratio": "27.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.5 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "47.63%", - "Error & Exception Exposure": "86.41%", - "Tech Debt Exposure": "80.32%", - "Testing Exposure": "2.52%", - "API Exposure": "3.43%", - "Concurrency Exposure": "99.99%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ + "Start Line": 183, + "End Line": 188 + }, { - "Function Name": "__construct", - "Structural Impact": 17.4, - "Lines of Code (LOC)": 28, - "Control Flow Branches": 7, - "Input Parameters": 3, - "Control Flow Ratio": "46.7%", - "Start Line": 41, - "End Line": 68 + "Function Name": "flashMapManager", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 520, + "End Line": 525 }, { - "Function Name": "cmpCallback", - "Structural Impact": 6.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "28.6%", - "Start Line": 111, - "End Line": 124 + "Function Name": "viewNameTranslator", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 527, + "End Line": 532 }, { - "Function Name": "batch", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 11, + "Function Name": "problemDetailsExceptionHandler", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, "Control Flow Branches": 0, - "Input Parameters": 3, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 96, - "End Line": 106 + "Start Line": 721, + "End Line": 726 }, { - "Function Name": "promise", + "Function Name": "mvcApiVersionStrategy", "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Lines of Code (LOC)": 5, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 73, - "End Line": 76 + "Start Line": 641, + "End Line": 645 + }, + { + "Function Name": "requestContextFilter", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 426, + "End Line": 427 + }, + { + "Function Name": "getIndexHtmlResource", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 548, + "End Line": 550 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 10, - "Sequential Logic Declarations": 27, - "Function Parameters": 7, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, + "Control Flow Branches": 92, + "Sequential Logic Declarations": 240, + "Function Parameters": 73, + "Function/Method Declarations": 50, + "Class/Entity Declarations": 9, + "Defensive Programming Constructs": 6, + "Type/Safety Bypasses": 34, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 3, - "State Mutations / Variable Reassignments": 43, + "Exposed API / Public Exports": 41, + "State Mutations / Variable Reassignments": 38, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 15, + "Structured Documentation Blocks": 5, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 12, + "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 3, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, + "Closures and Anonymous Functions": 29, + "Global State Dependencies": 2, + "Decorators and Annotations": 78, + "Generic Type Abstractions": 22, + "Collection Iterators / Comprehensions": 8, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 5, - "Authorship Metadata": 0, + "Metaprogramming & Reflection": 1, + "Module Dependencies (Imports)": 118, + "Authorship Metadata": 10, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 27, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 2, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 1, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, + "Explicit Type Casts": 1, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 4, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 1, - "Private / Encapsulated Scopes": 2, + "Thread Synchronization Locks": 7, + "Immutable Data Declarations": 21, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 37, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 54, + "Structural Tab Indentations": 475, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -352921,7 +352868,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 0, + "Time Date Logic": 3, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -352930,15 +352877,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, + "Core Var Decl": 43, + "Design Camel Case": 16, + "Design Snake Case": 24, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 3, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 1, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 18, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -352946,7 +352893,7 @@ "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 2, + "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, @@ -352962,156 +352909,223 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, + "Direct Upstream (Fragility)": 118, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\EachPromise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Promise\\PromisorInterface", - "Psr\\Http\\Message\\RequestInterface" + "jakarta.servlet.Servlet", + "jakarta.servlet.ServletContext", + "java.time.Duration", + "java.util.List", + "java.util.Locale", + "java.util.Map", + "java.util.function.Consumer", + "org.apache.commons.logging.Log", + "org.apache.commons.logging.LogFactory", + "org.jspecify.annotations.Nullable", + "org.springframework.aot.hint.RuntimeHints", + "org.springframework.aot.hint.RuntimeHintsRegistrar", + "org.springframework.aot.hint.TypeReference", + "org.springframework.beans.factory.BeanFactory", + "org.springframework.beans.factory.ListableBeanFactory", + "org.springframework.beans.factory.NoSuchBeanDefinitionException", + "org.springframework.beans.factory.ObjectProvider", + "org.springframework.boot.autoconfigure.AutoConfiguration", + "org.springframework.boot.autoconfigure.AutoConfigureOrder", + "org.springframework.boot.autoconfigure.EnableAutoConfiguration", + "org.springframework.boot.autoconfigure.condition.ConditionalOnBean", + "org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty", + "org.springframework.boot.autoconfigure.condition.ConditionalOnClass", + "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean", + "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingFilterBean", + "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication", + "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type", + "org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration", + "org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders", + "org.springframework.boot.autoconfigure.web.ConditionalOnEnabledResourceChain", + "org.springframework.boot.autoconfigure.web.WebProperties", + "org.springframework.boot.autoconfigure.web.WebProperties.Resources", + "org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy", + "org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints", + "org.springframework.boot.autoconfigure.web.format.DateTimeFormatters", + "org.springframework.boot.autoconfigure.web.format.WebConversionService", + "org.springframework.boot.context.properties.EnableConfigurationProperties", + "org.springframework.boot.context.properties.PropertyMapper", + "org.springframework.boot.convert.ApplicationConversionService", + "org.springframework.boot.http.converter.autoconfigure.ServerHttpMessageConvertersCustomizer", + "org.springframework.boot.servlet.filter.OrderedFormContentFilter", + "org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter", + "org.springframework.boot.servlet.filter.OrderedRequestContextFilter", + "org.springframework.boot.validation.autoconfigure.ValidatorAdapter", + "org.springframework.boot.web.servlet.ServletRegistrationBean", + "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion", + "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use", + "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format", + "org.springframework.context.ApplicationContext", + "org.springframework.context.ResourceLoaderAware", + "org.springframework.context.annotation.Bean", + "org.springframework.context.annotation.Configuration", + "org.springframework.context.annotation.Import", + "org.springframework.context.annotation.ImportRuntimeHints", + "org.springframework.core.Ordered", + "org.springframework.core.annotation.Order", + "org.springframework.core.io.Resource", + "org.springframework.core.io.ResourceLoader", + "org.springframework.core.task.AsyncTaskExecutor", + "org.springframework.format.FormatterRegistry", + "org.springframework.format.support.FormattingConversionService", + "org.springframework.http.CacheControl", + "org.springframework.http.MediaType", + "org.springframework.http.converter.HttpMessageConverters.ServerBuilder", + "org.springframework.lang.Contract", + "org.springframework.util.AntPathMatcher", + "org.springframework.util.Assert", + "org.springframework.util.ClassUtils", + "org.springframework.util.CollectionUtils", + "org.springframework.validation.DefaultMessageCodesResolver", + "org.springframework.validation.MessageCodesResolver", + "org.springframework.validation.Validator", + "org.springframework.web.accept.ApiVersionDeprecationHandler", + "org.springframework.web.accept.ApiVersionParser", + "org.springframework.web.accept.ApiVersionResolver", + "org.springframework.web.accept.ApiVersionStrategy", + "org.springframework.web.accept.ContentNegotiationManager", + "org.springframework.web.bind.support.ConfigurableWebBindingInitializer", + "org.springframework.web.context.ServletContextAware", + "org.springframework.web.context.request.RequestContextListener", + "org.springframework.web.context.support.ServletContextResource", + "org.springframework.web.filter.FormContentFilter", + "org.springframework.web.filter.HiddenHttpMethodFilter", + "org.springframework.web.filter.RequestContextFilter", + "org.springframework.web.servlet.DispatcherServlet", + "org.springframework.web.servlet.FlashMapManager", + "org.springframework.web.servlet.HandlerExceptionResolver", + "org.springframework.web.servlet.LocaleResolver", + "org.springframework.web.servlet.RequestToViewNameTranslator", + "org.springframework.web.servlet.View", + "org.springframework.web.servlet.ViewResolver", + "org.springframework.web.servlet.config.annotation.ApiVersionConfigurer", + "org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer", + "org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer", + "org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration", + "org.springframework.web.servlet.config.annotation.EnableWebMvc", + "org.springframework.web.servlet.config.annotation.PathMatchConfigurer", + "org.springframework.web.servlet.config.annotation.ResourceChainRegistration", + "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration", + "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry", + "org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport", + "org.springframework.web.servlet.config.annotation.WebMvcConfigurer", + "org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver", + "org.springframework.web.servlet.handler.AbstractUrlHandlerMapping", + "org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver", + "org.springframework.web.servlet.i18n.FixedLocaleResolver", + "org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver", + "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter", + "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping", + "org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler", + "org.springframework.web.servlet.resource.EncodedResourceResolver", + "org.springframework.web.servlet.resource.ResourceResolver", + "org.springframework.web.servlet.resource.ResourceUrlProvider", + "org.springframework.web.servlet.resource.VersionResourceResolver", + "org.springframework.web.servlet.view.BeanNameViewResolver", + "org.springframework.web.servlet.view.ContentNegotiatingViewResolver", + "org.springframework.web.servlet.view.InternalResourceViewResolver", + "org.springframework.web.util.UrlPathHelper" ] - }, - "php/guzzle/RequestException.php": { + } + } + }, + "cobol/cics-genapp": { + "Directory Group Magnitude": 1806.79, + "File Count": 30, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "96.7%", + "Static: Literature & Documentation": "3.3%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "48.53%", + "Error & Exception Exposure": "54.17%", + "Tech Debt Exposure": "44.14%", + "Testing Exposure": "7.44%", + "API Exposure": "1.38%", + "Concurrency Exposure": "3.08%", + "State Flux Exposure": "53.32%", + "Commented Logic Exposure": "4.47%", + "Specification Exposure": "95.33%", + "Instability Exposure": "48.33%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.36%", + "Hardcoded Payload Artifacts": "3.3%" + }, + "Files": { + "cobol/cics-genapp/README.md": { "1. Artifact Identity": { - "Filename": "RequestException.php", - "Path": "php/guzzle/RequestException.php", - "Language": "Php", + "Filename": "README.md", + "Path": "cobol/cics-genapp/README.md", + "Language": "Markdown", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": -2961.36, - "Y": -250.76, - "Z": 5284.34 + "X": 822.03, + "Y": 0.68, + "Z": 1217.08 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 151, - "Coding LOC": 88, - "Documentation LOC": 44, - "Structural Magnitude": 123.76, - "Control Flow Ratio": "35.7%", - "Popularity Rank": 3, + "Total LOC": 106, + "Coding LOC": 0, + "Documentation LOC": 80, + "Structural Magnitude": 2.12, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.943 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "34.21%", - "Error & Exception Exposure": "90.58%", - "Tech Debt Exposure": "99.25%", - "Testing Exposure": "2.58%", - "API Exposure": "5.79%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "16.85%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, - "5. Function Analysis": [ - { - "Function Name": "create", - "Structural Impact": 27.0, - "Lines of Code (LOC)": 50, - "Control Flow Branches": 9, - "Input Parameters": 5, - "Control Flow Ratio": "60.0%", - "Start Line": 63, - "End Line": 112 - }, - { - "Function Name": "__construct", - "Structural Impact": 10.5, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 3, - "Input Parameters": 5, - "Control Flow Ratio": "75.0%", - "Start Line": 31, - "End Line": 44 - }, - { - "Function Name": "wrapException", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "25.0%", - "Start Line": 49, - "End Line": 52 - }, - { - "Function Name": "getResponse", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 125, - "End Line": 128 - }, - { - "Function Name": "getRequest", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 117, - "End Line": 120 - }, - { - "Function Name": "hasResponse", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 133, - "End Line": 136 - }, - { - "Function Name": "getHandlerContext", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 146, - "End Line": 149 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 15, - "Sequential Logic Declarations": 27, - "Function Parameters": 7, - "Function/Method Declarations": 7, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 6, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 7, - "State Mutations / Variable Reassignments": 68, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 18, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, @@ -353122,7 +353136,7 @@ "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 5, + "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -353132,22 +353146,22 @@ "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 3, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 1, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 3, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 78, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -353172,11 +353186,11 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 6, - "Instructional Code Examples": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 8, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Structured Literature Headers": 3, + "Hyperlinked Literature References": 1, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -353196,35 +353210,29 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, - "Direct Downstream (Dependency Blast Radius)": 3, + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "GuzzleHttp\\BodySummarizer", - "GuzzleHttp\\BodySummarizerInterface", - "Psr\\Http\\Client\\RequestExceptionInterface", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface" - ] + "9. Extracted Dependencies": [] }, - "php/guzzle/StreamHandler.php": { + "cobol/cics-genapp/lgacdb01.cbl": { "1. Artifact Identity": { - "Filename": "StreamHandler.php", - "Path": "php/guzzle/StreamHandler.php", - "Language": "Php", + "Filename": "lgacdb01.cbl", + "Path": "cobol/cics-genapp/lgacdb01.cbl", + "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "php", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .php)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": -2787.02, - "Y": -175.26, - "Z": 5541.07 + "X": 214.83, + "Y": 52.55, + "Z": 1865.15 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -353233,289 +353241,129 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 635, - "Coding LOC": 454, - "Documentation LOC": 90, - "Structural Magnitude": 535.58, - "Control Flow Ratio": "53.2%", + "Total LOC": 329, + "Coding LOC": 213, + "Documentation LOC": 79, + "Structural Magnitude": 114.96, + "Control Flow Ratio": "64.9%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.021 + "Raw Cognitive Density": 1.235 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "37.36%", - "Error & Exception Exposure": "78.48%", - "Tech Debt Exposure": "34.8%", - "Testing Exposure": "80.0%", - "API Exposure": "0.1%", + "Cognitive Load Exposure": "87.42%", + "Error & Exception Exposure": "79.19%", + "Tech Debt Exposure": "37.64%", + "Testing Exposure": "2.4%", + "API Exposure": "2.39%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "100.0%", - "Commented Logic Exposure": "5.43%", + "Commented Logic Exposure": "10.16%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" + "Hardcoded Payload Artifacts": "99.01%" }, "5. Function Analysis": [ { - "Function Name": "createStream", - "Structural Impact": 39.0, - "Lines of Code (LOC)": 87, - "Control Flow Branches": 19, - "Input Parameters": 2, - "Control Flow Ratio": "57.6%", - "Start Line": 275, - "End Line": 361 - }, - { - "Function Name": "createResponse", - "Structural Impact": 31.5, - "Lines of Code (LOC)": 49, - "Control Flow Branches": 12, - "Input Parameters": 4, - "Control Flow Ratio": "54.5%", - "Start Line": 110, - "End Line": 158 - }, - { - "Function Name": "__invoke", - "Structural Impact": 30.6, - "Lines of Code (LOC)": 57, - "Control Flow Branches": 15, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 36, - "End Line": 92 - }, - { - "Function Name": "add_proxy", - "Structural Impact": 21.6, - "Lines of Code (LOC)": 29, - "Control Flow Branches": 8, - "Input Parameters": 4, - "Control Flow Ratio": "80.0%", - "Start Line": 429, - "End Line": 457 - }, - { - "Function Name": "resolveHost", - "Structural Impact": 20.3, - "Lines of Code (LOC)": 25, - "Control Flow Branches": 10, - "Input Parameters": 2, - "Control Flow Ratio": "62.5%", - "Start Line": 363, - "End Line": 387 + "Function Name": "INSERT-CUSTOMER", + "Structural Impact": 20.7, + "Lines of Code (LOC)": 114, + "Control Flow Branches": 14, + "Input Parameters": 0, + "Control Flow Ratio": "87.5%", + "Start Line": 212, + "End Line": 325 }, { - "Function Name": "checkDecode", - "Structural Impact": 17.5, - "Lines of Code (LOC)": 30, + "Function Name": "MAINLINE", + "Structural Impact": 11.2, + "Lines of Code (LOC)": 65, "Control Flow Branches": 7, - "Input Parameters": 3, - "Control Flow Ratio": "70.0%", - "Start Line": 174, - "End Line": 203 - }, - { - "Function Name": "add_crypto_method", - "Structural Impact": 14.2, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 5, - "Input Parameters": 4, - "Control Flow Ratio": "62.5%", - "Start Line": 500, - "End Line": 514 - }, - { - "Function Name": "parse_proxy", - "Structural Impact": 13.9, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 8, - "Input Parameters": 1, - "Control Flow Ratio": "72.7%", - "Start Line": 462, - "End Line": 485 - }, - { - "Function Name": "invokeStats", - "Structural Impact": 12.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 4, - "Input Parameters": 5, - "Control Flow Ratio": "66.7%", - "Start Line": 94, - "End Line": 105 - }, - { - "Function Name": "add_verify", - "Structural Impact": 12.3, - "Lines of Code (LOC)": 22, - "Control Flow Branches": 4, - "Input Parameters": 4, - "Control Flow Ratio": "50.0%", - "Start Line": 519, - "End Line": 540 - }, - { - "Function Name": "createResource", - "Structural Impact": 10.0, - "Lines of Code (LOC)": 31, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "38.5%", - "Start Line": 240, - "End Line": 270 - }, - { - "Function Name": "getDefaultContext", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 36, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 389, - "End Line": 424 - }, - { - "Function Name": "add_debug", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 2, - "Input Parameters": 4, - "Control Flow Ratio": "28.6%", - "Start Line": 579, - "End Line": 611 - }, - { - "Function Name": "createSink", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "42.9%", - "Start Line": 160, - "End Line": 169 - }, - { - "Function Name": "add_cert", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 2, - "Input Parameters": 4, - "Control Flow Ratio": "50.0%", - "Start Line": 545, - "End Line": 557 - }, - { - "Function Name": "drain", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 213, - "End Line": 229 - }, - { - "Function Name": "addNotification", - "Structural Impact": 5.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "66.7%", - "Start Line": 613, - "End Line": 624 + "Input Parameters": 0, + "Control Flow Ratio": "87.5%", + "Start Line": 126, + "End Line": 190 }, { - "Function Name": "add_progress", - "Structural Impact": 5.1, + "Function Name": "Obtain-CUSTOMER-Number", + "Structural Impact": 4.7, "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 4, - "Control Flow Ratio": "25.0%", - "Start Line": 562, - "End Line": 574 - }, - { - "Function Name": "add_timeout", - "Structural Impact": 4.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 4, - "Control Flow Ratio": "50.0%", - "Start Line": 490, - "End Line": 495 + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 196, + "End Line": 208 }, { - "Function Name": "callArray", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "16.7%", - "Start Line": 626, - "End Line": 633 + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 193, + "End Line": 194 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 116, - "Sequential Logic Declarations": 102, - "Function Parameters": 27, - "Function/Method Declarations": 20, + "Control Flow Branches": 24, + "Sequential Logic Declarations": 13, + "Function Parameters": 0, + "Function/Method Declarations": 4, "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 47, - "Type/Safety Bypasses": 1, + "Defensive Programming Constructs": 8, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 10, + "I/O and Network Boundaries": 9, "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 244, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 36, + "State Mutations / Variable Reassignments": 72, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 4, - "Global State Dependencies": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 1, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 12, + "Metaprogramming & Reflection": 18, + "Module Dependencies (Imports)": 3, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 1, - "Event Publishers / Emitters": 3, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 13, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 6, - "Fatal Aborts & Exceptions": 14, - "Thread Sleeps & Blocking Waits": 1, - "Bitwise Operations": 16, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 2, - "Private / Encapsulated Scopes": 20, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 437, + "Structural Space Indentations": 213, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 14, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -353528,29 +353376,29 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 3, "Design Camel Case": 0, "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 8, + "Orphaned Logic": 3, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 1, + "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 2, - "Dynamic Code Execution (Eval/Exec)": 2, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 5, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, + "Embedded Credentials & Keys": 1, "Sec Extension Mismatch": 0, "Sec Entropy": 0, "Sec Tainted Injection": 0, @@ -353560,130 +353408,125 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 14, + "Direct Upstream (Fragility)": 3, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "'close'", - "GuzzleHttp\\Exception\\ConnectException", - "GuzzleHttp\\Exception\\RequestException", - "GuzzleHttp\\Promise", - "GuzzleHttp\\Promise\\FulfilledPromise", - "GuzzleHttp\\Promise\\PromiseInterface", - "GuzzleHttp\\Psr7", - "GuzzleHttp\\TransferStats", - "GuzzleHttp\\Utils", - "Psr\\Http\\Message\\RequestInterface", - "Psr\\Http\\Message\\ResponseInterface", - "Psr\\Http\\Message\\StreamInterface", - "Psr\\Http\\Message\\UriInterface", - "a\n // Connection: close header\n if ($request->getProtocolVersion() === '1.1'\n && !$request->hasHeader('Connection')\n ) \n $request = $request->withHeader('Connection'" + "LGCMAREA", + "LGPOLICY", + "SQLCA" ] - } - } - }, - "java/springboot": { - "Directory Group Magnitude": 1813.24, - "File Count": 8, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "87.5%", - "Static: Literature & Documentation": "12.5%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "11.93%", - "Error & Exception Exposure": "57.62%", - "Tech Debt Exposure": "56.31%", - "Testing Exposure": "60.23%", - "API Exposure": "4.18%", - "Concurrency Exposure": "14.64%", - "State Flux Exposure": "31.05%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "84.17%", - "Instability Exposure": "43.75%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "23.55%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "java/springboot/LICENSE.txt": { + }, + "cobol/cics-genapp/lgacdb02.cbl": { "1. Artifact Identity": { - "Filename": "LICENSE.txt", - "Path": "java/springboot/LICENSE.txt", - "Language": "Plaintext", + "Filename": "lgacdb02.cbl", + "Path": "cobol/cics-genapp/lgacdb02.cbl", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.txt)" + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4588.05, - "Y": -161.13, - "Z": -2874.41 + "X": -308.06, + "Y": 34.29, + "Z": 953.84 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 202, - "Coding LOC": 0, - "Documentation LOC": 169, - "Structural Magnitude": 4.04, - "Control Flow Ratio": "0.0%", + "Total LOC": 226, + "Coding LOC": 126, + "Documentation LOC": 75, + "Structural Magnitude": 73.92, + "Control Flow Ratio": "55.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "91.16%", + "Error & Exception Exposure": "81.45%", + "Tech Debt Exposure": "51.98%", + "Testing Exposure": "2.41%", + "API Exposure": "2.56%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "9.94%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "INSERT-CUSTOMER-PASSWORD", + "Structural Impact": 12.2, + "Lines of Code (LOC)": 65, + "Control Flow Branches": 8, + "Input Parameters": 0, + "Control Flow Ratio": "80.0%", + "Start Line": 159, + "End Line": 223 + }, + { + "Function Name": "MAINLINE", + "Structural Impact": 11.1, + "Lines of Code (LOC)": 41, + "Control Flow Branches": 8, + "Input Parameters": 0, + "Control Flow Ratio": "88.9%", + "Start Line": 113, + "End Line": 153 + }, + { + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 156, + "End Line": 157 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, + "Control Flow Branches": 16, + "Sequential Logic Declarations": 13, "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Function/Method Declarations": 3, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 5, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, + "I/O and Network Boundaries": 5, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 46, + "Commented-out Code (Dead Logic)": 2, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, + "Metaprogramming & Reflection": 11, + "Module Dependencies (Imports)": 2, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -353692,11 +353535,11 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, + "Pointer Arithmetic & Addressing": 2, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, + "Ad-hoc Print / Debug Statements": 1, "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, @@ -353708,11 +353551,11 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 126, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 8, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -353725,15 +353568,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 2, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 2, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -353757,30 +353600,32 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, + "Direct Upstream (Fragility)": 2, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [] + "9. Extracted Dependencies": [ + "LGPOLICY", + "SQLCA" + ] }, - "java/springboot/AutoConfigurationImportSelector.java": { + "cobol/cics-genapp/lgacus01.cbl": { "1. Artifact Identity": { - "Filename": "AutoConfigurationImportSelector.java", - "Path": "java/springboot/AutoConfigurationImportSelector.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "DeferredImportSelector, BeanClassLoaderAware,, DeferredImportSelector", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgacus01.cbl", + "Path": "cobol/cics-genapp/lgacus01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4952.09, - "Y": -122.07, - "Z": -2730.55 + "X": 238.52, + "Y": -12.34, + "Z": 875.02 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -353789,559 +353634,119 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 574, - "Coding LOC": 413, - "Documentation LOC": 78, - "Structural Magnitude": 248.86, - "Control Flow Ratio": "34.3%", + "Total LOC": 180, + "Coding LOC": 95, + "Documentation LOC": 61, + "Structural Magnitude": 63.7, + "Control Flow Ratio": "47.8%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.608 + "Raw Cognitive Density": 1.392 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "18.07%", - "Error & Exception Exposure": "78.53%", - "Tech Debt Exposure": "75.62%", - "Testing Exposure": "80.0%", - "API Exposure": "4.42%", + "Cognitive Load Exposure": "92.88%", + "Error & Exception Exposure": "85.62%", + "Tech Debt Exposure": "71.53%", + "Testing Exposure": "2.42%", + "API Exposure": "2.67%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "62.38%", - "Commented Logic Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "18.24%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "46.35%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "filter", - "Structural Impact": 15.6, - "Lines of Code (LOC)": 29, - "Control Flow Branches": 9, - "Input Parameters": 1, - "Control Flow Ratio": "69.2%", - "Start Line": 399, - "End Line": 427 - }, - { - "Function Name": "selectImports", - "Structural Impact": 14.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 13, - "Input Parameters": 0, - "Control Flow Ratio": "81.2%", - "Start Line": 488, - "End Line": 505 - }, - { - "Function Name": "checkExcludedClasses", - "Structural Impact": 12.7, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 212, - "End Line": 223 - }, - { - "Function Name": "invokeAwareMethods", + "Function Name": "MAINLINE", "Structural Impact": 9.3, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "83.3%", - "Start Line": 329, - "End Line": 344 - }, - { - "Function Name": "process", - "Structural Impact": 8.0, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 466, - "End Line": 486 - }, - { - "Function Name": "getExcludeAutoConfigurationsProperty", - "Structural Impact": 7.7, - "Lines of Code (LOC)": 14, + "Lines of Code (LOC)": 46, "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "54.5%", - "Start Line": 263, - "End Line": 276 - }, - { - "Function Name": "fireAutoConfigurationImportEvents", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 314, - "End Line": 323 - }, - { - "Function Name": "handleInvalidExcludes", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 230, - "End Line": 238 - }, - { - "Function Name": "AutoConfigurationImportSelector", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 113, - "End Line": 116 - }, - { - "Function Name": "sortAutoConfigurations", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 520, - "End Line": 527 - }, - { - "Function Name": "getConfigurationClassFilter", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 282, - "End Line": 293 - }, - { - "Function Name": "getExclusions", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 247, - "End Line": 255 - }, - { - "Function Name": "getAttributes", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 176, - "End Line": 182 - }, - { - "Function Name": "getAutoConfigurationEntry", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "25.0%", - "Start Line": 142, - "End Line": 155 - }, - { - "Function Name": "getMetadataReaderFactory", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 529, - "End Line": 537 - }, - { - "Function Name": "selectImports", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 118, - "End Line": 125 - }, - { - "Function Name": "getExclusionFilter", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 127, - "End Line": 130 - }, - { - "Function Name": "isEnabled", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "20.0%", - "Start Line": 162, - "End Line": 167 - }, - { - "Function Name": "getAutoConfigurationReplacements", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 295, - "End Line": 303 - }, - { - "Function Name": "getCandidateConfigurations", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 200, - "End Line": 210 - }, - { - "Function Name": "getAutoConfigurationMetadata", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 513, - "End Line": 518 - }, - { - "Function Name": "getImportGroup", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "25.0%", - "Start Line": 157, - "End Line": 160 - }, - { - "Function Name": "getAnnotationClass", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 188, - "End Line": 190 - }, - { - "Function Name": "asList", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 309, - "End Line": 312 - }, - { - "Function Name": "ConfigurationClassFilter", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 394, - "End Line": 397 - }, - { - "Function Name": "AutoConfigurationEntry", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 558, - "End Line": 561 - }, - { - "Function Name": "setBeanFactory", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 346, - "End Line": 350 - }, - { - "Function Name": "getEntry", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 507, - "End Line": 511 - }, - { - "Function Name": "shouldExclude", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 132, - "End Line": 134 - }, - { - "Function Name": "removeDuplicates", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 305, - "End Line": 307 - }, - { - "Function Name": "setBeanClassLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 356, - "End Line": 359 - }, - { - "Function Name": "setEnvironment", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 365, - "End Line": 368 - }, - { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 374, - "End Line": 377 - }, - { - "Function Name": "setBeanClassLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 451, - "End Line": 454 - }, - { - "Function Name": "setBeanFactory", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 456, - "End Line": 459 - }, - { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 461, - "End Line": 464 - }, - { - "Function Name": "getOrder", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 383, - "End Line": 386 - }, - { - "Function Name": "AutoConfigurationEntry", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 547, - "End Line": 550 - }, - { - "Function Name": "AutoConfigurationImportSelector", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 109, - "End Line": 111 - }, - { - "Function Name": "getAutoConfigurationImportFilters", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 278, - "End Line": 280 - }, - { - "Function Name": "getAutoConfigurationImportListeners", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 325, - "End Line": 327 - }, - { - "Function Name": "getBeanFactory", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 352, - "End Line": 354 - }, - { - "Function Name": "getBeanClassLoader", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 361, - "End Line": 363 - }, - { - "Function Name": "getEnvironment", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 370, - "End Line": 372 - }, - { - "Function Name": "getResourceLoader", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 379, - "End Line": 381 + "Control Flow Ratio": "85.7%", + "Start Line": 76, + "End Line": 121 }, - { - "Function Name": "getConfigurations", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + { + "Function Name": "INSERT-CUSTOMER", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 563, - "End Line": 565 + "Control Flow Ratio": "71.4%", + "Start Line": 127, + "End Line": 174 }, { - "Function Name": "getExclusions", + "Function Name": "MAINLINE-EXIT", "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 567, - "End Line": 569 + "Start Line": 124, + "End Line": 125 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 70, - "Sequential Logic Declarations": 134, - "Function Parameters": 56, - "Function/Method Declarations": 47, - "Class/Entity Declarations": 4, - "Defensive Programming Constructs": 9, - "Type/Safety Bypasses": 26, + "Control Flow Branches": 11, + "Sequential Logic Declarations": 12, + "Function Parameters": 0, + "Function/Method Declarations": 3, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 34, - "State Mutations / Variable Reassignments": 39, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 27, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 42, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 11, - "Global State Dependencies": 0, - "Decorators and Annotations": 22, - "Generic Type Abstractions": 44, - "Collection Iterators / Comprehensions": 13, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 7, - "Module Dependencies (Imports)": 42, - "Authorship Metadata": 6, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 4, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, + "Pointer Arithmetic & Addressing": 2, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, + "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, - "Fatal Aborts & Exceptions": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 18, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 52, - "Event Listeners & Subscribers": 1, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 368, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 95, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 6, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -354354,15 +353759,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 46, - "Design Camel Case": 16, - "Design Snake Case": 26, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 4, - "Design Short Vars": 1, - "Design Long Vars": 5, - "Duplicate Logic": 4, - "Orphaned Logic": 5, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -354386,73 +353791,32 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 42, + "Direct Upstream (Fragility)": 2, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "java.util.ArrayList", - "java.util.Arrays", - "java.util.Collection", - "java.util.Collections", - "java.util.HashSet", - "java.util.LinkedHashMap", - "java.util.LinkedHashSet", - "java.util.List", - "java.util.Map", - "java.util.Set", - "java.util.concurrent.TimeUnit", - "java.util.function.Predicate", - "java.util.stream.Collectors", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.jspecify.annotations.Nullable", - "org.springframework.beans.BeansException", - "org.springframework.beans.factory.Aware", - "org.springframework.beans.factory.BeanClassLoaderAware", - "org.springframework.beans.factory.BeanFactory", - "org.springframework.beans.factory.BeanFactoryAware", - "org.springframework.beans.factory.NoSuchBeanDefinitionException", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.boot.context.annotation.ImportCandidates", - "org.springframework.boot.context.properties.bind.Binder", - "org.springframework.context.EnvironmentAware", - "org.springframework.context.ResourceLoaderAware", - "org.springframework.context.annotation.Configuration", - "org.springframework.context.annotation.DeferredImportSelector", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.AnnotationAttributes", - "org.springframework.core.env.ConfigurableEnvironment", - "org.springframework.core.env.Environment", - "org.springframework.core.io.ResourceLoader", - "org.springframework.core.io.support.SpringFactoriesLoader", - "org.springframework.core.type.AnnotationMetadata", - "org.springframework.core.type.classreading.CachingMetadataReaderFactory", - "org.springframework.core.type.classreading.MetadataReaderFactory", - "org.springframework.util.Assert", - "org.springframework.util.ClassUtils", - "org.springframework.util.CollectionUtils", - "org.springframework.util.StringUtils" + "LGCMAREA", + "LGPOLICY" ] }, - "java/springboot/Binder.java": { + "cobol/cics-genapp/lgacvs01.cbl": { "1. Artifact Identity": { - "Filename": "Binder.java", - "Path": "java/springboot/Binder.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "BindContext", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgacvs01.cbl", + "Path": "cobol/cics-genapp/lgacvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 5165.19, - "Y": -18.98, - "Z": -1961.59 + "X": -127.26, + "Y": -13.5, + "Z": 950.49 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -354461,25 +353825,25 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 701, - "Coding LOC": 419, - "Documentation LOC": 208, - "Structural Magnitude": 234.58, - "Control Flow Ratio": "37.0%", - "Popularity Rank": 3, + "Total LOC": 122, + "Coding LOC": 88, + "Documentation LOC": 25, + "Structural Magnitude": 33.56, + "Control Flow Ratio": "36.4%", + "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.263 + "Raw Cognitive Density": 1.011 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "6.24%", - "Error & Exception Exposure": "87.77%", - "Tech Debt Exposure": "35.65%", - "Testing Exposure": "80.0%", - "API Exposure": "4.06%", + "Cognitive Load Exposure": "73.99%", + "Error & Exception Exposure": "72.45%", + "Tech Debt Exposure": "76.73%", + "Testing Exposure": "2.38%", + "API Exposure": "2.88%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "99.77%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", @@ -354489,543 +353853,645 @@ }, "5. Function Analysis": [ { - "Function Name": "Binder", - "Structural Impact": 22.4, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 7, - "Input Parameters": 6, - "Control Flow Ratio": "77.8%", - "Start Line": 201, - "End Line": 224 - }, - { - "Function Name": "isUnbindableBean", - "Structural Impact": 14.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 6, - "Input Parameters": 3, - "Control Flow Ratio": "60.0%", - "Start Line": 529, - "End Line": 541 - }, - { - "Function Name": "bindDataObject", - "Structural Impact": 9.5, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 498, - "End Line": 514 - }, - { - "Function Name": "bindObject", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 7, - "Input Parameters": 0, - "Control Flow Ratio": "58.3%", - "Start Line": 423, - "End Line": 449 - }, - { - "Function Name": "Binder", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 6, - "Control Flow Ratio": "100.0%", - "Start Line": 176, - "End Line": 184 - }, - { - "Function Name": "handleBindResult", - "Structural Impact": 8.3, - "Lines of Code (LOC)": 25, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "57.1%", - "Start Line": 383, - "End Line": 407 - }, - { - "Function Name": "bind", - "Structural Impact": 8.0, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "57.1%", - "Start Line": 364, - "End Line": 381 - }, - { - "Function Name": "getAggregateBinder", - "Structural Impact": 7.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "37.5%", - "Start Line": 451, - "End Line": 463 - }, - { - "Function Name": "withSource", - "Structural Impact": 7.7, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 603, - "End Line": 617 - }, - { - "Function Name": "containsNoDescendantOf", - "Structural Impact": 7.4, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 543, - "End Line": 551 - }, - { - "Function Name": "bindAggregate", - "Structural Impact": 6.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 465, - "End Line": 474 - }, - { - "Function Name": "findProperty", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "57.1%", - "Start Line": 476, - "End Line": 488 - }, - { - "Function Name": "bind", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 354, - "End Line": 362 - }, - { - "Function Name": "handleBindError", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 409, - "End Line": 421 - }, - { - "Function Name": "fromDataObjectBinders", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, + "Function Name": "A-EXIT", + "Structural Impact": 7.8, + "Lines of Code (LOC)": 37, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 516, - "End Line": 527 + "Control Flow Ratio": "55.6%", + "Start Line": 82, + "End Line": 118 }, { - "Function Name": "withDataObject", - "Structural Impact": 4.5, - "Lines of Code (LOC)": 9, + "Function Name": "MAINLINE", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 19, "Control Flow Branches": 3, "Input Parameters": 0, "Control Flow Ratio": "75.0%", - "Start Line": 619, - "End Line": 627 - }, - { - "Function Name": "withIncreasedDepth", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 633, - "End Line": 641 - }, - { - "Function Name": "isBindingDataObject", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 629, - "End Line": 631 - }, - { - "Function Name": "pushConstructorBoundTypes", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 651, - "End Line": 653 - }, - { - "Function Name": "Binder", - "Structural Impact": 2.7, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 5, - "Control Flow Ratio": "0.0%", - "Start Line": 154, - "End Line": 159 - }, - { - "Function Name": "Binder", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 135, - "End Line": 139 - }, - { - "Function Name": "getSources", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 685, - "End Line": 691 - }, - { - "Function Name": "Binder", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 120, - "End Line": 123 - }, - { - "Function Name": "bind", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 287, - "End Line": 290 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 349, - "End Line": 352 - }, - { - "Function Name": "bind", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 274, - "End Line": 276 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 334, - "End Line": 336 - }, - { - "Function Name": "get", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 572, - "End Line": 576 - }, - { - "Function Name": "Binder", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 109, - "End Line": 111 - }, - { - "Function Name": "bind", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 235, - "End Line": 237 - }, - { - "Function Name": "bind", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 248, - "End Line": 250 - }, - { - "Function Name": "bind", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 261, - "End Line": 263 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 303, - "End Line": 305 - }, - { - "Function Name": "bindOrCreate", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 318, - "End Line": 320 - }, - { - "Function Name": "Binder", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 86, - "End Line": 88 - }, - { - "Function Name": "sourcesAsList", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 90, - "End Line": 93 - }, - { - "Function Name": "Binder", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 100, - "End Line": 102 - }, - { - "Function Name": "get", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 559, - "End Line": 561 - }, - { - "Function Name": "setConfigurationProperty", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 643, - "End Line": 645 - }, - { - "Function Name": "bindProperty", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 490, - "End Line": 496 - }, + "Start Line": 61, + "End Line": 79 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 8, + "Sequential Logic Declarations": 14, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 18, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 8, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 2, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 88, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 4, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 4, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 3, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA" + ] + }, + "cobol/cics-genapp/lgapdb01.cbl": { + "1. Artifact Identity": { + "Filename": "lgapdb01.cbl", + "Path": "cobol/cics-genapp/lgapdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -316.24, + "Y": -27.32, + "Z": 1750.03 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 596, + "Coding LOC": 408, + "Documentation LOC": 112, + "Structural Magnitude": 224.46, + "Control Flow Ratio": "75.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.184 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "85.01%", + "Error & Exception Exposure": "79.14%", + "Tech Debt Exposure": "32.67%", + "Testing Exposure": "80.0%", + "API Exposure": "2.17%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "16.23%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getBinder", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 30.2, + "Lines of Code (LOC)": 105, + "Control Flow Branches": 24, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 675, - "End Line": 678 + "Control Flow Ratio": "96.0%", + "Start Line": 144, + "End Line": 248 }, { - "Function Name": "getDepth", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "INSERT-COMMERCIAL", + "Structural Impact": 14.5, + "Lines of Code (LOC)": 110, + "Control Flow Branches": 8, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 680, - "End Line": 683 + "Control Flow Ratio": "80.0%", + "Start Line": 482, + "End Line": 591 }, { - "Function Name": "getConfigurationProperty", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "INSERT-POLICY", + "Structural Impact": 11.1, + "Lines of Code (LOC)": 62, + "Control Flow Branches": 7, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 693, - "End Line": 696 + "Control Flow Ratio": "87.5%", + "Start Line": 254, + "End Line": 315 }, { - "Function Name": "increaseDepth", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "INSERT-ENDOW", + "Structural Impact": 10.6, + "Lines of Code (LOC)": 71, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 595, - "End Line": 597 + "Control Flow Ratio": "85.7%", + "Start Line": 323, + "End Line": 393 }, { - "Function Name": "decreaseDepth", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "INSERT-MOTOR", + "Structural Impact": 6.1, + "Lines of Code (LOC)": 42, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 599, - "End Line": 601 + "Control Flow Ratio": "75.0%", + "Start Line": 436, + "End Line": 477 }, { - "Function Name": "clearConfigurationProperty", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "INSERT-HOUSE", + "Structural Impact": 5.7, + "Lines of Code (LOC)": 34, + "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 647, - "End Line": 649 + "Control Flow Ratio": "75.0%", + "Start Line": 398, + "End Line": 431 }, { - "Function Name": "isNestedConstructorBinding", + "Function Name": "MAINLINE-EXIT", "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 655, - "End Line": 657 - }, + "Start Line": 251, + "End Line": 252 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 51, + "Sequential Logic Declarations": 17, + "Function Parameters": 0, + "Function/Method Declarations": 7, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 12, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 19, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 136, + "Commented-out Code (Dead Logic)": 9, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 31, + "Module Dependencies (Imports)": 3, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 408, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 24, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 4, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 4, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 6, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 3, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgapol01.cbl": { + "1. Artifact Identity": { + "Filename": "lgapol01.cbl", + "Path": "cobol/cics-genapp/lgapol01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": 104.64, + "Y": 13.12, + "Z": 2457.4 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 170, + "Coding LOC": 89, + "Documentation LOC": 57, + "Structural Magnitude": 53.18, + "Control Flow Ratio": "47.6%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.424 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "93.68%", + "Error & Exception Exposure": "82.52%", + "Tech Debt Exposure": "50.7%", + "Testing Exposure": "2.41%", + "API Exposure": "2.7%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "19.6%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "popConstructorBoundTypes", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 8.3, + "Lines of Code (LOC)": 47, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 659, - "End Line": 661 + "Control Flow Ratio": "83.3%", + "Start Line": 78, + "End Line": 124 }, { - "Function Name": "getPlaceholdersResolver", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 8.1, + "Lines of Code (LOC)": 42, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 663, - "End Line": 665 - }, + "Control Flow Ratio": "62.5%", + "Start Line": 127, + "End Line": 168 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 10, + "Sequential Logic Declarations": 11, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 34, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 89, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 6, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA" + ] + }, + "cobol/cics-genapp/lgapvs01.cbl": { + "1. Artifact Identity": { + "Filename": "lgapvs01.cbl", + "Path": "cobol/cics-genapp/lgapvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -587.84, + "Y": 21.53, + "Z": 1385.51 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 189, + "Coding LOC": 146, + "Documentation LOC": 28, + "Structural Magnitude": 105.52, + "Control Flow Ratio": "51.7%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.264 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "88.64%", + "Error & Exception Exposure": "90.6%", + "Tech Debt Exposure": "43.19%", + "Testing Exposure": "2.39%", + "API Exposure": "2.64%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getConverter", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 13.7, + "Lines of Code (LOC)": 54, + "Control Flow Branches": 10, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 667, - "End Line": 669 + "Control Flow Ratio": "90.9%", + "Start Line": 92, + "End Line": 145 }, { - "Function Name": "getCache", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, + "Function Name": "A-EXIT", + "Structural Impact": 7.9, + "Lines of Code (LOC)": 38, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 671, - "End Line": 673 + "Control Flow Ratio": "55.6%", + "Start Line": 148, + "End Line": 185 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 71, - "Sequential Logic Declarations": 121, - "Function Parameters": 47, - "Function/Method Declarations": 51, - "Class/Entity Declarations": 2, - "Defensive Programming Constructs": 14, - "Type/Safety Bypasses": 63, + "Control Flow Branches": 15, + "Sequential Logic Declarations": 14, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 24, - "State Mutations / Variable Reassignments": 5, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 80, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 109, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 11, - "Global State Dependencies": 0, - "Decorators and Annotations": 20, - "Generic Type Abstractions": 86, - "Collection Iterators / Comprehensions": 1, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 32, - "Authorship Metadata": 2, + "Metaprogramming & Reflection": 11, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -355037,23 +354503,23 @@ "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 1, - "Fatal Aborts & Exceptions": 4, + "Ad-hoc Print / Debug Statements": 2, + "Explicit Type Casts": 4, + "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 5, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 14, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 34, - "Event Listeners & Subscribers": 6, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 384, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 146, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 4, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -355066,15 +354532,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 47, - "Design Camel Case": 18, - "Design Snake Case": 28, - "Design Pascal Case": 0, - "Design Upper Case": 1, - "Design Short Vars": 1, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 4, + "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 8, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -355098,63 +354564,31 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 32, - "Direct Downstream (Dependency Blast Radius)": 3, + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "java.util.ArrayDeque", - "java.util.Arrays", - "java.util.Collection", - "java.util.Collections", - "java.util.Deque", - "java.util.HashMap", - "java.util.HashSet", - "java.util.List", - "java.util.Map", - "java.util.Set", - "java.util.function.Consumer", - "java.util.function.Function", - "java.util.function.Supplier", - "org.jspecify.annotations.Nullable", - "org.springframework.beans.PropertyEditorRegistry", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.boot.context.properties.bind.Bindable.BindRestriction", - "org.springframework.boot.context.properties.source.ConfigurationProperty", - "org.springframework.boot.context.properties.source.ConfigurationPropertyCaching", - "org.springframework.boot.context.properties.source.ConfigurationPropertyName", - "org.springframework.boot.context.properties.source.ConfigurationPropertySource", - "org.springframework.boot.context.properties.source.ConfigurationPropertySources", - "org.springframework.boot.context.properties.source.ConfigurationPropertyState", - "org.springframework.boot.convert.ApplicationConversionService", - "org.springframework.core.convert.ConversionService", - "org.springframework.core.convert.ConverterNotFoundException", - "org.springframework.core.env.Environment", - "org.springframework.format.support.DefaultFormattingConversionService", - "org.springframework.lang.Contract", - "org.springframework.util.Assert", - "org.springframework.util.ConcurrentReferenceHashMap", - "org.springframework.util.ObjectUtils" + "LGCMAREA" ] }, - "java/springboot/JarLauncher.java": { + "cobol/cics-genapp/lgastat1.cbl": { "1. Artifact Identity": { - "Filename": "JarLauncher.java", - "Path": "java/springboot/JarLauncher.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "ExecutableArchiveLauncher", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgastat1.cbl", + "Path": "cobol/cics-genapp/lgastat1.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4732.72, - "Y": 6.64, - "Z": -1872.44 + "X": -652.73, + "Y": -25.22, + "Z": 1431.5 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -355163,91 +354597,240 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 44, - "Coding LOC": 11, - "Documentation LOC": 26, - "Structural Magnitude": 8.52, - "Control Flow Ratio": "0.0%", + "Total LOC": 141, + "Coding LOC": 106, + "Documentation LOC": 23, + "Structural Magnitude": 47.52, + "Control Flow Ratio": "52.4%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.104 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "99.86%", - "Testing Exposure": "1.83%", - "API Exposure": "6.76%", + "Cognitive Load Exposure": "80.46%", + "Error & Exception Exposure": "76.6%", + "Tech Debt Exposure": "40.68%", + "Testing Exposure": "2.39%", + "API Exposure": "2.8%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "99.98%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "73.33%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "21.25%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "JarLauncher", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 35, - "End Line": 37 - }, - { - "Function Name": "main", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 39, - "End Line": 41 + "Function Name": "MAINLINE", + "Structural Impact": 15.3, + "Lines of Code (LOC)": 67, + "Control Flow Branches": 11, + "Input Parameters": 0, + "Control Flow Ratio": "91.7%", + "Start Line": 68, + "End Line": 134 }, { - "Function Name": "JarLauncher", + "Function Name": "MAINLINE-EXIT", "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 32, - "End Line": 33 + "Start Line": 136, + "End Line": 137 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 8, - "Function Parameters": 3, - "Function/Method Declarations": 3, + "Control Flow Branches": 11, + "Sequential Logic Declarations": 10, + "Function Parameters": 0, + "Function/Method Declarations": 2, "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 28, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 106, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 2, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 5, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA" + ] + }, + "cobol/cics-genapp/lgcmarea.cpy": { + "1. Artifact Identity": { + "Filename": "lgcmarea.cpy", + "Path": "cobol/cics-genapp/lgcmarea.cpy", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cpy)" + }, + "2. Topological Coordinates": { + "X": 835.81, + "Y": 58.09, + "Z": 2233.54 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 104, + "Coding LOC": 85, + "Documentation LOC": 18, + "Structural Magnitude": 0.83, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 4, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 2, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 8, "Module Dependencies (Imports)": 0, - "Authorship Metadata": 4, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -355260,18 +354843,18 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, + "Explicit Type Casts": 8, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 1, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 8, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 85, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -355296,7 +354879,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 1, + "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -355327,23 +354910,22 @@ }, "9. Extracted Dependencies": [] }, - "java/springboot/OnClassCondition.java": { + "cobol/cics-genapp/lgdpdb01.cbl": { "1. Artifact Identity": { - "Filename": "OnClassCondition.java", - "Path": "java/springboot/OnClassCondition.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "FilteringSpringBootCondition, OutcomesResolver", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgdpdb01.cbl", + "Path": "cobol/cics-genapp/lgdpdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4360.16, - "Y": -134.84, - "Z": -2381.12 + "X": -211.05, + "Y": -31.99, + "Z": 2057.29 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -355352,201 +354934,262 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 254, - "Coding LOC": 192, - "Documentation LOC": 27, - "Structural Magnitude": 101.24, - "Control Flow Ratio": "31.9%", + "Total LOC": 246, + "Coding LOC": 131, + "Documentation LOC": 85, + "Structural Magnitude": 85.22, + "Control Flow Ratio": "56.7%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.526 + "Raw Cognitive Density": 1.414 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "24.46%", - "Error & Exception Exposure": "78.8%", - "Tech Debt Exposure": "12.14%", - "Testing Exposure": "80.0%", - "API Exposure": "0.93%", - "Concurrency Exposure": "32.97%", - "State Flux Exposure": "39.63%", - "Commented Logic Exposure": "0.0%", + "Cognitive Load Exposure": "93.44%", + "Error & Exception Exposure": "84.3%", + "Tech Debt Exposure": "31.38%", + "Testing Exposure": "2.41%", + "API Exposure": "2.52%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "9.38%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.82%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "getMatchOutcome", - "Structural Impact": 10.2, - "Lines of Code (LOC)": 30, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "23.5%", - "Start Line": 86, - "End Line": 115 - }, - { - "Function Name": "resolveOutcomes", - "Structural Impact": 10.1, - "Lines of Code (LOC)": 41, - "Control Flow Branches": 7, - "Input Parameters": 0, - "Control Flow Ratio": "58.3%", - "Start Line": 141, - "End Line": 181 - }, - { - "Function Name": "addAll", - "Structural Impact": 9.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "80.0%", - "Start Line": 129, - "End Line": 137 - }, - { - "Function Name": "getOutcome", - "Structural Impact": 7.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 6, + "Function Name": "MAINLINE", + "Structural Impact": 13.2, + "Lines of Code (LOC)": 65, + "Control Flow Branches": 9, "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 224, - "End Line": 240 + "Control Flow Ratio": "90.0%", + "Start Line": 109, + "End Line": 173 }, { - "Function Name": "resolveOutcomes", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 5, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 12.4, + "Lines of Code (LOC)": 69, + "Control Flow Branches": 8, "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 165, - "End Line": 179 - }, - { - "Function Name": "ThreadedOutcomesResolver", - "Structural Impact": 4.8, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 1, "Control Flow Ratio": "66.7%", - "Start Line": 153, - "End Line": 163 - }, - { - "Function Name": "getOutcomes", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 209, - "End Line": 222 - }, - { - "Function Name": "getOutcomes", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "40.0%", - "Start Line": 48, - "End Line": 62 - }, - { - "Function Name": "getCandidates", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "40.0%", - "Start Line": 117, - "End Line": 127 - }, - { - "Function Name": "StandardOutcomesResolver", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 0, - "Input Parameters": 5, - "Control Flow Ratio": "0.0%", - "Start Line": 195, - "End Line": 202 - }, - { - "Function Name": "createOutcomesResolver", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 79, - "End Line": 84 - }, - { - "Function Name": "getOutcome", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "20.0%", - "Start Line": 242, - "End Line": 249 - }, + "Start Line": 176, + "End Line": 244 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 17, + "Sequential Logic Declarations": 13, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 6, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 10, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 56, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 13, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 131, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 10, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 2, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgdpol01.cbl": { + "1. Artifact Identity": { + "Filename": "lgdpol01.cbl", + "Path": "cobol/cics-genapp/lgdpol01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": 535.78, + "Y": -1.21, + "Z": 1862.55 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 187, + "Coding LOC": 101, + "Documentation LOC": 61, + "Structural Magnitude": 65.42, + "Control Flow Ratio": "57.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.453 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "94.33%", + "Error & Exception Exposure": "81.23%", + "Tech Debt Exposure": "43.23%", + "Testing Exposure": "2.43%", + "API Exposure": "2.65%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "11.53%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "resolveOutcomesThreaded", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 0, + "Function Name": "MAINLINE", + "Structural Impact": 14.8, + "Lines of Code (LOC)": 56, + "Control Flow Branches": 11, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 64, - "End Line": 77 + "Control Flow Ratio": "91.7%", + "Start Line": 76, + "End Line": 131 }, { - "Function Name": "resolveOutcomes", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 8.6, + "Lines of Code (LOC)": 52, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 204, - "End Line": 207 + "Control Flow Ratio": "55.6%", + "Start Line": 134, + "End Line": 185 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 29, - "Sequential Logic Declarations": 62, - "Function Parameters": 8, - "Function/Method Declarations": 14, - "Class/Entity Declarations": 4, + "Control Flow Branches": 16, + "Sequential Logic Declarations": 12, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 15, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 4, - "State Mutations / Variable Reassignments": 14, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 3, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 39, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 8, + "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 1, - "Global State Dependencies": 0, - "Decorators and Annotations": 11, - "Generic Type Abstractions": 9, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 4, - "Module Dependencies (Imports)": 15, - "Authorship Metadata": 1, + "Metaprogramming & Reflection": 10, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, @@ -355554,7 +355197,7 @@ "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, + "Pointer Arithmetic & Addressing": 2, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, @@ -355563,21 +355206,21 @@ "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, - "Thread Synchronization Locks": 3, - "Immutable Data Declarations": 9, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 21, - "Event Listeners & Subscribers": 8, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 173, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 101, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 7, "Feature Flags": 0, "Serialization Parsing": 0, - "Regex Execution": 1, + "Regex Execution": 0, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, @@ -355585,14 +355228,14 @@ "Local Inference & Tensor Math": 0, "Traditional Machine Learning (Stats/Trees)": 0, "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 25, - "Design Camel Case": 13, - "Design Snake Case": 12, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, "Design Upper Case": 0, - "Design Short Vars": 1, + "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, "Orphaned Logic": 1, @@ -355619,46 +355262,31 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 15, + "Direct Upstream (Fragility)": 1, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "java.util.ArrayList", - "java.util.Collections", - "java.util.List", - "org.jspecify.annotations.Nullable", - "org.springframework.boot.autoconfigure.AutoConfigurationImportFilter", - "org.springframework.boot.autoconfigure.AutoConfigurationMetadata", - "org.springframework.boot.autoconfigure.condition.ConditionMessage.Style", - "org.springframework.context.annotation.Condition", - "org.springframework.context.annotation.ConditionContext", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.Order", - "org.springframework.core.type.AnnotatedTypeMetadata", - "org.springframework.util.MultiValueMap", - "org.springframework.util.ReflectionUtils", - "org.springframework.util.StringUtils" + "LGCMAREA" ] }, - "java/springboot/ServletWebServerApplicationContext.java": { + "cobol/cics-genapp/lgdpvs01.cbl": { "1. Artifact Identity": { - "Filename": "ServletWebServerApplicationContext.java", - "Path": "java/springboot/ServletWebServerApplicationContext.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "GenericWebApplicationContext", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgdpvs01.cbl", + "Path": "cobol/cics-genapp/lgdpvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 5382.14, - "Y": -53.71, - "Z": -2689.64 + "X": -501.76, + "Y": 0.84, + "Z": 2302.51 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -355667,269 +355295,109 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 324, - "Coding LOC": 199, - "Documentation LOC": 89, - "Structural Magnitude": 83.08, - "Control Flow Ratio": "23.1%", + "Total LOC": 133, + "Coding LOC": 97, + "Documentation LOC": 28, + "Structural Magnitude": 37.84, + "Control Flow Ratio": "36.4%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.201 + "Raw Cognitive Density": 0.948 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.01%", - "Error & Exception Exposure": "58.28%", - "Tech Debt Exposure": "91.68%", - "Testing Exposure": "80.0%", - "API Exposure": "5.55%", + "Cognitive Load Exposure": "68.86%", + "Error & Exception Exposure": "74.0%", + "Tech Debt Exposure": "70.07%", + "Testing Exposure": "2.38%", + "API Exposure": "2.83%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "18.31%", + "State Flux Exposure": "99.91%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "27.1%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "createWebServer", - "Structural Impact": 7.2, - "Lines of Code (LOC)": 24, + "Function Name": "A-EXIT", + "Structural Impact": 7.9, + "Lines of Code (LOC)": 38, "Control Flow Branches": 5, "Input Parameters": 0, "Control Flow Ratio": "55.6%", - "Start Line": 183, - "End Line": 206 - }, - { - "Function Name": "refresh", - "Structural Impact": 7.0, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 140, - "End Line": 158 - }, - { - "Function Name": "ExistingWebApplicationScopes", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "100.0%", - "Start Line": 302, - "End Line": 310 + "Start Line": 92, + "End Line": 129 }, { - "Function Name": "getWebServerFactory", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 13, + "Function Name": "MAINLINE", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 20, "Control Flow Branches": 3, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 214, - "End Line": 226 - }, - { - "Function Name": "onRefresh", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 160, - "End Line": 169 - }, - { - "Function Name": "doClose", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 171, - "End Line": 181 - }, - { - "Function Name": "getResourceByPath", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "20.0%", - "Start Line": 244, - "End Line": 250 - }, - { - "Function Name": "getSelfInitializer", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 234, - "End Line": 236 - }, - { - "Function Name": "restore", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 312, - "End Line": 319 - }, - { - "Function Name": "postProcessBeanFactory", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 133, - "End Line": 138 - }, - { - "Function Name": "ServletWebServerApplicationContext", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 125, - "End Line": 127 - }, - { - "Function Name": "setServerNamespace", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 257, - "End Line": 260 - }, - { - "Function Name": "setServletConfig", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 262, - "End Line": 265 - }, - { - "Function Name": "registerWebApplicationScopes", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 238, - "End Line": 242 - }, - { - "Function Name": "getServerNamespace", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 252, - "End Line": 255 - }, - { - "Function Name": "getServletConfig", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 267, - "End Line": 270 - }, - { - "Function Name": "getWebServer", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 277, - "End Line": 280 - }, - { - "Function Name": "ServletWebServerApplicationContext", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 117, - "End Line": 118 + "Control Flow Ratio": "75.0%", + "Start Line": 70, + "End Line": 89 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 24, - "Sequential Logic Declarations": 80, - "Function Parameters": 17, - "Function/Method Declarations": 18, - "Class/Entity Declarations": 2, - "Defensive Programming Constructs": 8, - "Type/Safety Bypasses": 8, + "Control Flow Branches": 8, + "Sequential Logic Declarations": 14, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 18, - "State Mutations / Variable Reassignments": 8, + "I/O and Network Boundaries": 4, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 22, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 19, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 2, + "Closures and Anonymous Functions": 0, "Global State Dependencies": 1, - "Decorators and Annotations": 10, - "Generic Type Abstractions": 3, - "Collection Iterators / Comprehensions": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 40, - "Authorship Metadata": 3, - "Planned Work (TODOs)": 1, + "Metaprogramming & Reflection": 7, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 1, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, - "Ad-hoc Print / Debug Statements": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 2, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 5, + "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 7, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 15, - "Event Listeners & Subscribers": 3, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 156, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 97, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, + "Ipc Rpc Bridges": 4, "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, @@ -355942,15 +355410,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 15, - "Design Camel Case": 8, - "Design Snake Case": 5, - "Design Pascal Case": 0, - "Design Upper Case": 2, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 4, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 6, + "Orphaned Logic": 2, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -355974,71 +355442,31 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 40, + "Direct Upstream (Fragility)": 1, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [ - "jakarta.servlet.Filter", - "jakarta.servlet.Servlet", - "jakarta.servlet.ServletConfig", - "jakarta.servlet.ServletContext", - "jakarta.servlet.ServletException", - "java.util.Collections", - "java.util.HashMap", - "java.util.LinkedHashSet", - "java.util.Map", - "java.util.Set", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.jspecify.annotations.Nullable", - "org.springframework.beans.BeansException", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.beans.factory.config.Scope", - "org.springframework.beans.factory.support.DefaultListableBeanFactory", - "org.springframework.boot.WebApplicationType", - "org.springframework.boot.availability.AvailabilityChangeEvent", - "org.springframework.boot.availability.ReadinessState", - "org.springframework.boot.web.context.servlet.WebApplicationContextInitializer", - "org.springframework.boot.web.server.WebServer", - "org.springframework.boot.web.server.context.ConfigurableWebServerApplicationContext", - "org.springframework.boot.web.server.context.MissingWebServerFactoryBeanException", - "org.springframework.boot.web.server.context.WebServerGracefulShutdownLifecycle", - "org.springframework.boot.web.server.servlet.ServletWebServerFactory", - "org.springframework.boot.web.servlet.FilterRegistrationBean", - "org.springframework.boot.web.servlet.ServletContextInitializer", - "org.springframework.boot.web.servlet.ServletRegistrationBean", - "org.springframework.context.ApplicationContext", - "org.springframework.context.ApplicationContextException", - "org.springframework.core.io.Resource", - "org.springframework.core.metrics.StartupStep", - "org.springframework.util.StringUtils", - "org.springframework.web.context.ServletContextAware", - "org.springframework.web.context.WebApplicationContext", - "org.springframework.web.context.support.GenericWebApplicationContext", - "org.springframework.web.context.support.ServletContextAwareProcessor", - "org.springframework.web.context.support.ServletContextResource", - "org.springframework.web.context.support.WebApplicationContextUtils" + "LGCMAREA" ] }, - "java/springboot/SpringApplication.java": { + "cobol/cics-genapp/lgicdb01.cbl": { "1. Artifact Identity": { - "Filename": "SpringApplication.java", - "Path": "java/springboot/SpringApplication.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "SpringApplicationRunListener, Running, BeanFactoryPostProcessor, Ordered, RuntimeException", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "lgicdb01.cbl", + "Path": "cobol/cics-genapp/lgicdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 4890.57, - "Y": -57.51, - "Z": -2338.84 + "X": 411.38, + "Y": 45.49, + "Z": 1188.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -356047,1404 +355475,2908 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 1877, - "Coding LOC": 1044, - "Documentation LOC": 626, - "Structural Magnitude": 809.48, - "Control Flow Ratio": "36.8%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.631 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "19.17%", - "Error & Exception Exposure": "80.3%", - "Tech Debt Exposure": "73.5%", - "Testing Exposure": "80.0%", - "API Exposure": "5.78%", - "Concurrency Exposure": "84.12%", - "State Flux Exposure": "92.03%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "prepareContext", - "Structural Impact": 23.2, - "Lines of Code (LOC)": 40, - "Control Flow Branches": 7, - "Input Parameters": 6, - "Control Flow Ratio": "58.3%", - "Start Line": 380, - "End Line": 419 - }, - { - "Function Name": "handleRunFailure", - "Structural Impact": 21.3, - "Lines of Code (LOC)": 26, - "Control Flow Branches": 9, - "Input Parameters": 3, - "Control Flow Ratio": "75.0%", - "Start Line": 803, - "End Line": 828 - }, - { - "Function Name": "logStartupProfileInfo", - "Structural Impact": 17.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 11, - "Input Parameters": 1, - "Control Flow Ratio": "91.7%", - "Start Line": 644, - "End Line": 661 - }, - { - "Function Name": "reportFailure", - "Structural Impact": 16.9, - "Lines of Code (LOC)": 26, - "Control Flow Branches": 8, - "Input Parameters": 2, - "Control Flow Ratio": "80.0%", - "Start Line": 842, - "End Line": 867 - }, - { - "Function Name": "exit", - "Structural Impact": 15.1, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 7, - "Input Parameters": 2, - "Control Flow Ratio": "63.6%", - "Start Line": 1396, - "End Line": 1419 - }, - { - "Function Name": "addAotGeneratedInitializerIfNecessary", - "Structural Impact": 13.7, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 8, - "Input Parameters": 1, - "Control Flow Ratio": "61.5%", - "Start Line": 421, - "End Line": 439 - }, - { - "Function Name": "getOrderSource", - "Structural Impact": 13.4, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 8, - "Input Parameters": 1, - "Control Flow Ratio": "80.0%", - "Start Line": 1860, - "End Line": 1872 - }, - { - "Function Name": "run", - "Structural Impact": 13.3, - "Lines of Code (LOC)": 39, - "Control Flow Branches": 7, - "Input Parameters": 1, - "Control Flow Ratio": "70.0%", - "Start Line": 304, - "End Line": 342 - }, - { - "Function Name": "configurePropertySources", - "Structural Impact": 11.4, - "Lines of Code (LOC)": 21, - "Control Flow Branches": 5, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 513, - "End Line": 533 - }, - { - "Function Name": "load", - "Structural Impact": 9.5, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "80.0%", - "Start Line": 683, - "End Line": 698 - }, - { - "Function Name": "postProcessApplicationContext", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "83.3%", - "Start Line": 591, - "End Line": 607 - }, - { - "Function Name": "getOrderComparator", - "Structural Impact": 8.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 5, - "Input Parameters": 1, - "Control Flow Ratio": "83.3%", - "Start Line": 779, - "End Line": 784 - }, - { - "Function Name": "getExceptionReporters", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 830, - "End Line": 840 - }, - { - "Function Name": "handleExitCode", - "Structural Impact": 7.5, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 881, - "End Line": 892 - }, - { - "Function Name": "startKeepAliveThread", - "Structural Impact": 6.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "71.4%", - "Start Line": 1713, - "End Line": 1729 - }, - { - "Function Name": "deduceEnvironmentClass", - "Structural Impact": 6.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "55.6%", - "Start Line": 370, - "End Line": 378 - }, - { - "Function Name": "getRunListeners", - "Structural Impact": 6.3, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 453, - "End Line": 465 - }, - { - "Function Name": "onApplicationEvent", - "Structural Impact": 6.1, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 1703, - "End Line": 1711 - }, - { - "Function Name": "deduceMainApplicationClass", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 286, - "End Line": 290 - }, - { - "Function Name": "findMainClass", - "Structural Impact": 5.9, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 292, - "End Line": 296 - }, - { - "Function Name": "callRunners", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "28.6%", - "Start Line": 767, - "End Line": 777 - }, - { - "Function Name": "printBanner", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "44.4%", - "Start Line": 559, - "End Line": 570 - }, - { - "Function Name": "callRunner", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "40.0%", - "Start Line": 786, - "End Line": 794 - }, - { - "Function Name": "withHook", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "66.7%", - "Start Line": 1462, - "End Line": 1470 - }, - { - "Function Name": "getOrCreateEnvironment", - "Structural Impact": 5.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "57.1%", - "Start Line": 475, - "End Line": 485 - }, - { - "Function Name": "run", - "Structural Impact": 5.3, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 1353, - "End Line": 1355 - }, - { - "Function Name": "prepareEnvironment", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 19, - "Control Flow Branches": 1, - "Input Parameters": 3, - "Control Flow Ratio": "33.3%", - "Start Line": 350, - "End Line": 368 - }, - { - "Function Name": "getBeanDefinitionRegistry", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 731, - "End Line": 739 - }, - { - "Function Name": "getExitCodeFromExitCodeGeneratorException", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 912, - "End Line": 920 - }, - { - "Function Name": "run", - "Structural Impact": 4.7, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "28.6%", - "Start Line": 1534, - "End Line": 1543 - }, - { - "Function Name": "bindToSpringApplication", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 550, - "End Line": 557 - }, - { - "Function Name": "setDefaultProperties", - "Structural Impact": 4.5, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1094, - "End Line": 1099 - }, - { - "Function Name": "with", - "Structural Impact": 4.5, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 1510, - "End Line": 1514 - }, - { - "Function Name": "setApplicationContextFactory", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 1237, - "End Line": 1240 - }, - { - "Function Name": "setInitializers", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 1247, - "End Line": 1249 - }, - { - "Function Name": "setListeners", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 1274, - "End Line": 1276 - }, - { - "Function Name": "setApplicationStartup", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 1302, - "End Line": 1304 - }, - { - "Function Name": "Augmented", - "Structural Impact": 4.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 3, - "Control Flow Ratio": "100.0%", - "Start Line": 1498, - "End Line": 1502 - }, - { - "Function Name": "getExitCodeFromMappedException", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "20.0%", - "Start Line": 902, - "End Line": 910 - }, - { - "Function Name": "configureEnvironment", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 498, - "End Line": 504 - }, - { - "Function Name": "getExitCodeFromException", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 894, - "End Line": 900 - }, - { - "Function Name": "FactoryAwareOrderSourceProvider", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 1849, - "End Line": 1852 - }, - { - "Function Name": "run", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "33.3%", - "Start Line": 1364, - "End Line": 1366 - }, - { - "Function Name": "getAllSources", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1189, - "End Line": 1198 - }, - { - "Function Name": "processUptime", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1792, - "End Line": 1800 - }, - { - "Function Name": "create", - "Structural Impact": 3.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 1771, - "End Line": 1776 - }, - { - "Function Name": "getRunListener", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1688, - "End Line": 1691 - }, - { - "Function Name": "processUptime", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1816, - "End Line": 1820 - }, - { - "Function Name": "action", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1822, - "End Line": 1825 - }, - { - "Function Name": "startTime", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1831, - "End Line": 1835 - }, - { - "Function Name": "getOrderSource", - "Structural Impact": 3.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 1854, - "End Line": 1858 - }, - { - "Function Name": "refreshContext", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 441, - "End Line": 446 - }, - { - "Function Name": "logStartupInfo", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 633, - "End Line": 638 - }, - { - "Function Name": "registerLoggedException", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 874, - "End Line": 879 - }, - { - "Function Name": "close", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1472, - "End Line": 1476 - }, - { - "Function Name": "SpringApplication", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "100.0%", - "Start Line": 259, - "End Line": 261 - }, - { - "Function Name": "setMainApplicationClass", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 948, - "End Line": 950 - }, - { - "Function Name": "addPrimarySources", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1149, - "End Line": 1151 - }, - { - "Function Name": "addInitializers", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1256, - "End Line": 1258 - }, - { - "Function Name": "addListeners", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 1283, - "End Line": 1285 - }, + "Total LOC": 246, + "Coding LOC": 141, + "Documentation LOC": 77, + "Structural Magnitude": 93.62, + "Control Flow Ratio": "58.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.339 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "91.33%", + "Error & Exception Exposure": "85.33%", + "Tech Debt Exposure": "62.58%", + "Testing Exposure": "2.42%", + "API Exposure": "2.52%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "12.98%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "main", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "25.0%", - "Start Line": 1380, - "End Line": 1382 + "Function Name": "GET-CUSTOMER-INFO", + "Structural Impact": 16.9, + "Lines of Code (LOC)": 79, + "Control Flow Branches": 12, + "Input Parameters": 0, + "Control Flow Ratio": "85.7%", + "Start Line": 165, + "End Line": 243 }, { - "Function Name": "getClassLoader", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, + "Function Name": "MAINLINE", + "Structural Impact": 9.7, + "Lines of Code (LOC)": 53, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 715, - "End Line": 724 + "Control Flow Ratio": "85.7%", + "Start Line": 100, + "End Line": 152 }, { - "Function Name": "getApplicationContext", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 27, + "Function Name": "MAINLINE-END", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1586, - "End Line": 1612 - }, - { - "Function Name": "throwIfNotMet", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 1665, - "End Line": 1671 - }, - { - "Function Name": "stopKeepAliveThread", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 1731, - "End Line": 1737 - }, - { - "Function Name": "getApplicationLog", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 671, - "End Line": 676 + "Start Line": 155, + "End Line": 157 }, { - "Function Name": "callRunner", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 796, - "End Line": 801 - }, - { - "Function Name": "getSpringBootExceptionHandler", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 922, - "End Line": 927 - }, - { - "Function Name": "getMainApplicationClass", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 938, - "End Line": 940 - }, + "Control Flow Ratio": "0.0%", + "Start Line": 162, + "End Line": 163 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 18, + "Sequential Logic Declarations": 13, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 5, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 61, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 12, + "Module Dependencies (Imports)": 3, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 141, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 9, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 3, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 3, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 3, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 3, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgicus01.cbl": { + "1. Artifact Identity": { + "Filename": "lgicus01.cbl", + "Path": "cobol/cics-genapp/lgicus01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -663.81, + "Y": -14.29, + "Z": 1940.15 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 167, + "Coding LOC": 96, + "Documentation LOC": 49, + "Structural Magnitude": 64.12, + "Control Flow Ratio": "47.8%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.385 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "92.7%", + "Error & Exception Exposure": "85.43%", + "Tech Debt Exposure": "87.29%", + "Testing Exposure": "2.42%", + "API Exposure": "2.71%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getInitializers", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, + "Function Name": "MAINLINE", + "Structural Impact": 8.7, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 6, "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1265, - "End Line": 1267 + "Control Flow Ratio": "85.7%", + "Start Line": 75, + "End Line": 107 }, { - "Function Name": "getListeners", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 1, + "Function Name": "GET-CUSTOMER-INFO", + "Structural Impact": 8.3, + "Lines of Code (LOC)": 47, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 1293, - "End Line": 1295 - }, - { - "Function Name": "withHook", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 1445, - "End Line": 1450 - }, - { - "Function Name": "getSpringFactoriesInstances", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 471, - "End Line": 473 - }, - { - "Function Name": "createBeanDefinitionLoader", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 747, - "End Line": 749 + "Control Flow Ratio": "71.4%", + "Start Line": 119, + "End Line": 165 }, { - "Function Name": "configureProfiles", - "Structural Impact": 1.8, + "Function Name": "MAINLINE-END", + "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, - "Input Parameters": 2, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 543, - "End Line": 544 + "Start Line": 110, + "End Line": 111 }, { - "Function Name": "afterRefresh", - "Structural Impact": 1.8, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, "Lines of Code (LOC)": 2, "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 764, - "End Line": 765 - }, - { - "Function Name": "asUnmodifiableOrderedSet", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1478, - "End Line": 1482 - }, - { - "Function Name": "withAdditionalProfiles", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1523, - "End Line": 1527 - }, - { - "Function Name": "getSpringFactoriesInstances", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 467, - "End Line": 469 - }, - { - "Function Name": "quoteProfiles", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 663, - "End Line": 665 - }, - { - "Function Name": "refresh", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 755, - "End Line": 757 - }, - { - "Function Name": "isMainThread", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 929, - "End Line": 932 - }, - { - "Function Name": "setWebApplicationType", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 967, - "End Line": 970 - }, - { - "Function Name": "setAllowBeanDefinitionOverriding", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 979, - "End Line": 981 - }, - { - "Function Name": "setAllowCircularReferences", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 990, - "End Line": 992 - }, - { - "Function Name": "setLazyInitialization", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1000, - "End Line": 1002 - }, - { - "Function Name": "setHeadless", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1009, - "End Line": 1011 - }, - { - "Function Name": "setRegisterShutdownHook", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1020, - "End Line": 1022 - }, - { - "Function Name": "setBanner", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1029, - "End Line": 1031 - }, - { - "Function Name": "setBannerMode", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1038, - "End Line": 1040 - }, - { - "Function Name": "setLogStartupInfo", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1047, - "End Line": 1049 - }, - { - "Function Name": "setAddCommandLineProperties", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1056, - "End Line": 1058 - }, - { - "Function Name": "setAddConversionService", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1066, - "End Line": 1068 - }, - { - "Function Name": "addBootstrapRegistryInitializer", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1076, - "End Line": 1079 - }, - { - "Function Name": "setDefaultProperties", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1086, - "End Line": 1088 - }, + "Start Line": 116, + "End Line": 117 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 11, + "Sequential Logic Declarations": 12, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 4, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 42, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 9, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 96, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 6, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 3, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 2, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY" + ] + }, + "cobol/cics-genapp/lgicvs01.cbl": { + "1. Artifact Identity": { + "Filename": "lgicvs01.cbl", + "Path": "cobol/cics-genapp/lgicvs01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -36.24, + "Y": -7.88, + "Z": 1203.23 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 231, + "Coding LOC": 180, + "Documentation LOC": 34, + "Structural Magnitude": 117.3, + "Control Flow Ratio": "67.6%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.578 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "96.48%", + "Error & Exception Exposure": "80.49%", + "Tech Debt Exposure": "33.3%", + "Testing Exposure": "2.4%", + "API Exposure": "2.55%", + "Concurrency Exposure": "92.4%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "6.85%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "setAdditionalProfiles", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1106, - "End Line": 1108 + "Function Name": "MAINLINE", + "Structural Impact": 30.6, + "Lines of Code (LOC)": 133, + "Control Flow Branches": 23, + "Input Parameters": 0, + "Control Flow Ratio": "95.8%", + "Start Line": 91, + "End Line": 223 }, { - "Function Name": "setBeanNameGenerator", - "Structural Impact": 1.6, + "Function Name": "A-EXIT", + "Structural Impact": 1.1, "Lines of Code (LOC)": 3, "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1122, - "End Line": 1124 - }, - { - "Function Name": "setEnvironment", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1131, - "End Line": 1134 - }, - { - "Function Name": "setSources", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1177, - "End Line": 1180 - }, + "Start Line": 226, + "End Line": 228 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 23, + "Sequential Logic Declarations": 11, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 10, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 30, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 69, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 12, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 1, + "Metaprogramming & Reflection": 17, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 3, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 1, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 1, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 180, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 1, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 3, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 1, + "Design Upper Case": 2, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/lgipdb01.cbl": { + "1. Artifact Identity": { + "Filename": "lgipdb01.cbl", + "Path": "cobol/cics-genapp/lgipdb01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": -59.32, + "Y": -21.24, + "Z": 1715.59 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 1031, + "Coding LOC": 739, + "Documentation LOC": 180, + "Structural Magnitude": 522.38, + "Control Flow Ratio": "84.8%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.105 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "80.5%", + "Error & Exception Exposure": "85.3%", + "Tech Debt Exposure": "27.34%", + "Testing Exposure": "80.0%", + "API Exposure": "2.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "10.65%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1204, - "End Line": 1207 + "Function Name": "MAINLINE", + "Structural Impact": 25.2, + "Lines of Code (LOC)": 84, + "Control Flow Branches": 20, + "Input Parameters": 0, + "Control Flow Ratio": "95.2%", + "Start Line": 228, + "End Line": 311 }, { - "Function Name": "setEnvironmentPrefix", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1225, - "End Line": 1227 + "Function Name": "GET-ENDOW-DB2-INFO", + "Structural Impact": 24.3, + "Lines of Code (LOC)": 106, + "Control Flow Branches": 18, + "Input Parameters": 0, + "Control Flow Ratio": "94.7%", + "Start Line": 317, + "End Line": 422 }, { - "Function Name": "setKeepAlive", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1332, - "End Line": 1334 + "Function Name": "GET-MOTOR-DB2-INFO", + "Structural Impact": 19.6, + "Lines of Code (LOC)": 93, + "Control Flow Branches": 14, + "Input Parameters": 0, + "Control Flow Ratio": "93.3%", + "Start Line": 524, + "End Line": 616 }, { - "Function Name": "from", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1432, - "End Line": 1435 + "Function Name": "GET-HOUSE-DB2-INFO", + "Structural Impact": 19.1, + "Lines of Code (LOC)": 83, + "Control Flow Branches": 14, + "Input Parameters": 0, + "Control Flow Ratio": "93.3%", + "Start Line": 433, + "End Line": 515 }, { - "Function Name": "contextLoaded", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1554, - "End Line": 1557 + "Function Name": "GET-Commercial-DB2-INFO-2", + "Structural Impact": 16.0, + "Lines of Code (LOC)": 100, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 725, + "End Line": 824 }, { - "Function Name": "PropertySourceOrderingBeanFactoryPostProcessor", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1598, - "End Line": 1600 + "Function Name": "GET-Commercial-DB2-INFO-1", + "Structural Impact": 15.9, + "Lines of Code (LOC)": 98, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 622, + "End Line": 719 }, { - "Function Name": "postProcessBeanFactory", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1607, - "End Line": 1610 + "Function Name": "GET-Commercial-DB2-INFO-3", + "Structural Impact": 12.3, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 830, + "End Line": 856 }, { - "Function Name": "AbandonedRunException", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1637, - "End Line": 1639 + "Function Name": "GET-Commercial-DB2-INFO-5", + "Structural Impact": 12.3, + "Lines of Code (LOC)": 26, + "Control Flow Branches": 10, + "Input Parameters": 0, + "Control Flow Ratio": "90.9%", + "Start Line": 914, + "End Line": 939 }, { - "Function Name": "NativeImageRequirementsException", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1661, - "End Line": 1663 + "Function Name": "GET-Commercial-DB2-INFO-5-Cur", + "Structural Impact": 12.2, + "Lines of Code (LOC)": 85, + "Control Flow Branches": 7, + "Input Parameters": 0, + "Control Flow Ratio": "77.8%", + "Start Line": 945, + "End Line": 1029 }, { - "Function Name": "SingleUseSpringApplicationHook", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 1684, - "End Line": 1686 + "Function Name": "GET-Commercial-DB2-INFO-3-Cur", + "Structural Impact": 7.6, + "Lines of Code (LOC)": 51, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "80.0%", + "Start Line": 862, + "End Line": 912 }, { - "Function Name": "getApplicationContext", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 9, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 2, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1559, - "End Line": 1567 - }, + "Start Line": 314, + "End Line": 315 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 117, + "Sequential Logic Declarations": 21, + "Function Parameters": 0, + "Function/Method Declarations": 11, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 34, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 31, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 341, + "Commented-out Code (Dead Logic)": 10, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 15, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 28, + "Module Dependencies (Imports)": 3, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 2, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 739, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 25, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 10, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 10, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 10, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 3, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY", + "SQLCA" + ] + }, + "cobol/cics-genapp/lgipol01.cbl": { + "1. Artifact Identity": { + "Filename": "lgipol01.cbl", + "Path": "cobol/cics-genapp/lgipol01.cbl", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cbl)" + }, + "2. Topological Coordinates": { + "X": 673.45, + "Y": -1.7, + "Z": 1310.28 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 140, + "Coding LOC": 82, + "Documentation LOC": 44, + "Structural Magnitude": 46.04, + "Control Flow Ratio": "42.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.378 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "92.5%", + "Error & Exception Exposure": "82.53%", + "Tech Debt Exposure": "56.07%", + "Testing Exposure": "2.39%", + "API Exposure": "2.8%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "100.0%", + "Commented Logic Exposure": "8.65%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "createApplicationContext", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, + "Function Name": "MAINLINE-EXIT", + "Structural Impact": 8.1, + "Lines of Code (LOC)": 42, + "Control Flow Branches": 5, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 579, - "End Line": 584 + "Control Flow Ratio": "62.5%", + "Start Line": 97, + "End Line": 138 }, { - "Function Name": "createBootstrapContext", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, + "Function Name": "MAINLINE", + "Structural Impact": 5.3, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 68, + "End Line": 94 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 8, + "Sequential Logic Declarations": 11, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 3, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 30, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 8, + "Module Dependencies (Imports)": 2, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 2, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 82, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 5, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 2, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "LGCMAREA", + "LGPOLICY" + ] + }, + "cobol/cics-genapp/sampcma.jcl": { + "1. Artifact Identity": { + "Filename": "sampcma.jcl", + "Path": "cobol/cics-genapp/sampcma.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -640.14, + "Y": -15.26, + "Z": 1007.07 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 81, + "Coding LOC": 81, + "Documentation LOC": 0, + "Structural Magnitude": 6.42, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "69.04%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.35%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "CMAS", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 76, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 344, - "End Line": 348 - }, + "Start Line": 6, + "End Line": 81 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 30, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 43, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 61, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 61, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/sampncs.jcl": { + "1. Artifact Identity": { + "Filename": "sampncs.jcl", + "Path": "cobol/cics-genapp/sampncs.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -388.82, + "Y": 10.14, + "Z": 700.59 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 11, + "Coding LOC": 11, + "Documentation LOC": 0, + "Structural Magnitude": 1.62, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.455 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "93.17%", + "Tech Debt Exposure": "100.0%", + "Testing Exposure": "1.8%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "73.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "8.74%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "configureHeadlessProperty", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "NCSERVER", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 448, - "End Line": 451 - }, + "Start Line": 5, + "End Line": 11 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 4, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/samptsq.jcl": { + "1. Artifact Identity": { + "Filename": "samptsq.jcl", + "Path": "cobol/cics-genapp/samptsq.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -404.39, + "Y": 20.53, + "Z": 2657.68 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 13, + "Coding LOC": 13, + "Documentation LOC": 0, + "Structural Magnitude": 1.66, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.385 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "92.09%", + "Tech Debt Exposure": "100.0%", + "Testing Exposure": "2.1%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "86.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "10.33%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getOrder", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "SHARETSQ", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 9, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1602, - "End Line": 1605 - }, + "Start Line": 5, + "End Line": 13 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 4, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/sampwui.jcl": { + "1. Artifact Identity": { + "Filename": "sampwui.jcl", + "Path": "cobol/cics-genapp/sampwui.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -861.41, + "Y": -10.75, + "Z": 1697.32 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 114, + "Coding LOC": 114, + "Documentation LOC": 0, + "Structural Magnitude": 8.78, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "64.67%", + "Tech Debt Exposure": "37.14%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "started", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, + "Function Name": "GENAPP1", + "Structural Impact": 6.5, + "Lines of Code (LOC)": 110, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1754, - "End Line": 1758 - }, + "Start Line": 5, + "End Line": 114 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 35, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 51, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 17, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 80, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 80, + "Design Short Vars": 1, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 1, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 1, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaac01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaac01.jcl", + "Path": "cobol/cics-genapp/wsaac01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 802.55, + "Y": -3.07, + "Z": 1907.2 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "timeTakenToStarted", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1760, - "End Line": 1764 - }, + "Start Line": 13, + "End Line": 32 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 18, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaap01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaap01.jcl", + "Path": "cobol/cics-genapp/wsaap01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 530.06, + "Y": 10.56, + "Z": 868.46 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 99, + "Coding LOC": 99, + "Documentation LOC": 0, + "Structural Magnitude": 7.98, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "ready", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1766, - "End Line": 1769 + "Start Line": 14, + "End Line": 35 }, { - "Function Name": "startTime", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1787, - "End Line": 1790 + "Start Line": 36, + "End Line": 57 }, { - "Function Name": "action", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1802, - "End Line": 1805 + "Start Line": 58, + "End Line": 79 }, { - "Function Name": "SpringApplication", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 273, - "End Line": 273 - }, + "Start Line": 80, + "End Line": 99 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 66, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 66, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaic01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaic01.jcl", + "Path": "cobol/cics-genapp/wsaic01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -796.13, + "Y": -56.03, + "Z": 2244.92 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "applyInitializers", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 615, - "End Line": 615 - }, + "Start Line": 13, + "End Line": 32 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 18, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaip01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaip01.jcl", + "Path": "cobol/cics-genapp/wsaip01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 521.73, + "Y": 23.2, + "Z": 1987.48 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 122, + "Coding LOC": 122, + "Documentation LOC": 0, + "Structural Magnitude": 9.94, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "72.78%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getResourceLoader", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSM", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 705, - "End Line": 707 + "Start Line": 15, + "End Line": 36 }, { - "Function Name": "getWebApplicationType", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSH", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 957, - "End Line": 959 + "Start Line": 37, + "End Line": 58 }, { - "Function Name": "getAdditionalProfiles", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSE", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1114, - "End Line": 1116 + "Start Line": 59, + "End Line": 80 }, { - "Function Name": "getSources", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSB", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1163, - "End Line": 1165 + "Start Line": 81, + "End Line": 102 }, { - "Function Name": "getEnvironmentPrefix", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSB", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1215, - "End Line": 1217 - }, + "Start Line": 103, + "End Line": 122 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 5, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 82, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 82, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 3, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsauc01.jcl": { + "1. Artifact Identity": { + "Filename": "wsauc01.jcl", + "Path": "cobol/cics-genapp/wsauc01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 113.25, + "Y": 14.36, + "Z": 699.16 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "getApplicationStartup", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1311, - "End Line": 1313 - }, + "Start Line": 13, + "End Line": 32 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 18, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsaup01.jcl": { + "1. Artifact Identity": { + "Filename": "wsaup01.jcl", + "Path": "cobol/cics-genapp/wsaup01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": -102.79, + "Y": -12.23, + "Z": 2276.91 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 99, + "Coding LOC": 99, + "Documentation LOC": 0, + "Structural Magnitude": 7.98, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.34%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "isKeepAlive", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1321, - "End Line": 1323 + "Start Line": 14, + "End Line": 35 }, { - "Function Name": "getShutdownHandlers", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1342, - "End Line": 1344 + "Start Line": 36, + "End Line": 57 }, { - "Function Name": "AbandonedRunException", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1627, - "End Line": 1629 + "Start Line": 58, + "End Line": 79 }, { - "Function Name": "getApplicationContext", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1646, - "End Line": 1648 - }, + "Start Line": 80, + "End Line": 99 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 66, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 66, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cics-genapp/wsavc01.jcl": { + "1. Artifact Identity": { + "Filename": "wsavc01.jcl", + "Path": "cobol/cics-genapp/wsavc01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" + }, + "2. Topological Coordinates": { + "X": 407.49, + "Y": -16.19, + "Z": 2458.81 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.156 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "98.93%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ { - "Function Name": "restoreTime", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, + "Function Name": "LS2WSVS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 1827, - "End Line": 1829 + "Start Line": 13, + "End Line": 32 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 201, - "Sequential Logic Declarations": 345, - "Function Parameters": 139, - "Function/Method Declarations": 135, - "Class/Entity Declarations": 13, - "Defensive Programming Constructs": 44, - "Type/Safety Bypasses": 81, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 95, - "State Mutations / Variable Reassignments": 143, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 244, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 49, + "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 18, - "Global State Dependencies": 5, - "Decorators and Annotations": 19, - "Generic Type Abstractions": 82, - "Collection Iterators / Comprehensions": 12, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 5, - "Module Dependencies (Imports)": 89, - "Authorship Metadata": 16, - "Planned Work (TODOs)": 1, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 9, - "Dependency Injection Constructs": 6, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 5, - "Ad-hoc Print / Debug Statements": 2, - "Explicit Type Casts": 6, - "Fatal Aborts & Exceptions": 6, - "Thread Sleeps & Blocking Waits": 1, - "Bitwise Operations": 14, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 33, - "Resource Deallocation & Cleanup": 5, - "Private / Encapsulated Scopes": 104, - "Event Listeners & Subscribers": 1, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 952, + "Structural Tab Indentations": 0, "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, @@ -357453,7 +358385,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 11, + "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -357462,15 +358394,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 105, - "Design Camel Case": 53, - "Design Snake Case": 47, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 5, + "Design Upper Case": 18, "Design Short Vars": 0, - "Design Long Vars": 4, + "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 24, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -357494,120 +358426,29 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 89, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "java.lang.StackWalker.StackFrame", - "java.lang.management.ManagementFactory", - "java.lang.reflect.Method", - "java.time.Duration", - "java.util.ArrayList", - "java.util.Arrays", - "java.util.Collection", - "java.util.Collections", - "java.util.Comparator", - "java.util.HashMap", - "java.util.IdentityHashMap", - "java.util.LinkedHashSet", - "java.util.List", - "java.util.Map", - "java.util.Objects", - "java.util.Optional", - "java.util.Properties", - "java.util.Set", - "java.util.concurrent.atomic.AtomicBoolean", - "java.util.concurrent.atomic.AtomicReference", - "java.util.stream.Stream", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.crac.management.CRaCMXBean", - "org.jspecify.annotations.Nullable", - "org.springframework.aot.AotDetector", - "org.springframework.beans.BeansException", - "org.springframework.beans.factory.NoSuchBeanDefinitionException", - "org.springframework.beans.factory.config.BeanDefinition", - "org.springframework.beans.factory.config.BeanFactoryPostProcessor", - "org.springframework.beans.factory.config.ConfigurableBeanFactory", - "org.springframework.beans.factory.config.ConfigurableListableBeanFactory", - "org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader", - "org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory", - "org.springframework.beans.factory.support.BeanDefinitionRegistry", - "org.springframework.beans.factory.support.BeanNameGenerator", - "org.springframework.beans.factory.support.DefaultListableBeanFactory", - "org.springframework.beans.factory.support.RootBeanDefinition", - "org.springframework.beans.factory.xml.XmlBeanDefinitionReader", - "org.springframework.boot.Banner.Mode", - "org.springframework.boot.bootstrap.BootstrapRegistry", - "org.springframework.boot.bootstrap.BootstrapRegistryInitializer", - "org.springframework.boot.bootstrap.DefaultBootstrapContext", - "org.springframework.boot.context.properties.bind.Bindable", - "org.springframework.boot.context.properties.bind.Binder", - "org.springframework.boot.context.properties.source.ConfigurationPropertySources", - "org.springframework.boot.convert.ApplicationConversionService", - "org.springframework.boot.env.DefaultPropertiesPropertySource", - "org.springframework.boot.system.JavaVersion", - "org.springframework.context.ApplicationContext", - "org.springframework.context.ApplicationContextInitializer", - "org.springframework.context.ApplicationListener", - "org.springframework.context.ConfigurableApplicationContext", - "org.springframework.context.annotation.AnnotatedBeanDefinitionReader", - "org.springframework.context.annotation.AnnotationConfigUtils", - "org.springframework.context.annotation.ClassPathBeanDefinitionScanner", - "org.springframework.context.annotation.ConfigurationClassPostProcessor", - "org.springframework.context.aot.AotApplicationContextInitializer", - "org.springframework.context.event.ApplicationContextEvent", - "org.springframework.context.event.ContextClosedEvent", - "org.springframework.context.event.ContextRefreshedEvent", - "org.springframework.context.support.AbstractApplicationContext", - "org.springframework.context.support.GenericApplicationContext", - "org.springframework.core.GenericTypeResolver", - "org.springframework.core.NativeDetector", - "org.springframework.core.OrderComparator", - "org.springframework.core.OrderComparator.OrderSourceProvider", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.AnnotationAwareOrderComparator", - "org.springframework.core.annotation.Order", - "org.springframework.core.env.CommandLinePropertySource", - "org.springframework.core.env.CompositePropertySource", - "org.springframework.core.env.ConfigurableEnvironment", - "org.springframework.core.env.Environment", - "org.springframework.core.env.MutablePropertySources", - "org.springframework.core.env.PropertySource", - "org.springframework.core.env.SimpleCommandLinePropertySource", - "org.springframework.core.io.DefaultResourceLoader", - "org.springframework.core.io.ResourceLoader", - "org.springframework.core.io.support.SpringFactoriesLoader", - "org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver", - "org.springframework.core.metrics.ApplicationStartup", - "org.springframework.util.Assert", - "org.springframework.util.ClassUtils", - "org.springframework.util.CollectionUtils", - "org.springframework.util.ObjectUtils", - "org.springframework.util.StringUtils", - "org.springframework.util.function.ThrowingConsumer", - "org.springframework.util.function.ThrowingSupplier" - ] + "9. Extracted Dependencies": [] }, - "java/springboot/WebMvcAutoConfiguration.java": { + "cobol/cics-genapp/wsavp01.jcl": { "1. Artifact Identity": { - "Filename": "WebMvcAutoConfiguration.java", - "Path": "java/springboot/WebMvcAutoConfiguration.java", - "Language": "Java", - "Architect": "Phillip Webb", - "Indentation Style": "Tabs", - "Parent Entity": "WebMvcConfigurer, ServletContextAware, DelegatingWebMvcConfiguration implements ResourceLoaderAware, ResourceHandlerRegistrationCustomizer", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "java", + "Filename": "wsavp01.jcl", + "Path": "cobol/cics-genapp/wsavp01.jcl", + "Language": "Jcl", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .java)" + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": 4608.87, - "Y": 10.62, - "Z": -2029.94 + "X": -918.17, + "Y": 17.86, + "Z": 1318.09 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -357616,584 +358457,94 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 741, - "Coding LOC": 602, - "Documentation LOC": 44, - "Structural Magnitude": 323.44, - "Control Flow Ratio": "27.7%", + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.389 + "Raw Cognitive Density": 0.156 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "17.5%", - "Error & Exception Exposure": "77.3%", - "Tech Debt Exposure": "62.01%", - "Testing Exposure": "80.0%", - "API Exposure": "5.95%", + "Cognitive Load Exposure": "8.51%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "98.93%", + "Testing Exposure": "2.33%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "36.06%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "56.03%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "configureApiVersioning", - "Structural Impact": 33.2, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 22, - "Input Parameters": 1, - "Control Flow Ratio": "95.7%", - "Start Line": 404, - "End Line": 416 - }, - { - "Function Name": "configureApiVersioningUse", - "Structural Impact": 26.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 14, - "Input Parameters": 2, - "Control Flow Ratio": "93.3%", - "Start Line": 418, - "End Line": 424 - }, - { - "Function Name": "WebMvcAutoConfigurationAdapter", - "Structural Impact": 10.9, + "Function Name": "LS2WSVS", + "Structural Impact": 1.5, "Lines of Code (LOC)": 20, - "Control Flow Branches": 2, - "Input Parameters": 10, - "Control Flow Ratio": "100.0%", - "Start Line": 222, - "End Line": 241 - }, - { - "Function Name": "customize", - "Structural Impact": 9.3, - "Lines of Code (LOC)": 44, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "33.3%", - "Start Line": 672, - "End Line": 715 - }, - { - "Function Name": "addResourceHandler", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 3, - "Input Parameters": 3, - "Control Flow Ratio": "60.0%", - "Start Line": 374, - "End Line": 391 - }, - { - "Function Name": "configureContentNegotiation", - "Structural Impact": 7.8, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 293, - "End Line": 306 - }, - { - "Function Name": "extendHandlerExceptionResolvers", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 4, - "Input Parameters": 1, - "Control Flow Ratio": "80.0%", - "Start Line": 624, - "End Line": 634 - }, - { - "Function Name": "addResourceHandlers", - "Structural Impact": 6.5, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 353, - "End Line": 368 - }, - { - "Function Name": "configureAsyncSupport", - "Structural Impact": 6.4, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 3, - "Input Parameters": 1, - "Control Flow Ratio": "75.0%", - "Start Line": 254, - "End Line": 267 - }, - { - "Function Name": "welcomePageHandlerMapping", - "Structural Impact": 6.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 478, - "End Line": 483 - }, - { - "Function Name": "welcomePageNotAcceptableHandlerMapping", - "Structural Impact": 6.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 2, - "Input Parameters": 3, - "Control Flow Ratio": "50.0%", - "Start Line": 485, - "End Line": 491 - }, - { - "Function Name": "getIndexHtmlResource", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 534, - "End Line": 546 - }, - { - "Function Name": "getConfigurableWebBindingInitializer", - "Structural Impact": 5.7, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "40.0%", - "Start Line": 601, - "End Line": 610 - }, - { - "Function Name": "configureResourceChain", - "Structural Impact": 5.6, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 2, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 690, - "End Line": 698 - }, - { - "Function Name": "singleDispatcherServlet", - "Structural Impact": 5.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 286, - "End Line": 291 - }, - { - "Function Name": "configurePathMatch", - "Structural Impact": 5.0, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "40.0%", - "Start Line": 269, - "End Line": 284 - }, - { - "Function Name": "getVersionResourceResolver", - "Structural Impact": 4.9, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 700, - "End Line": 713 - }, - { - "Function Name": "getIndexHtmlResource", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "60.0%", - "Start Line": 552, - "End Line": 563 - }, - { - "Function Name": "getSeconds", - "Structural Impact": 4.4, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 2, - "Input Parameters": 1, - "Control Flow Ratio": "66.7%", - "Start Line": 393, - "End Line": 396 - }, - { - "Function Name": "createRequestMappingHandlerAdapter", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 467, - "End Line": 476 - }, - { - "Function Name": "createRequestMappingHandlerMapping", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 590, - "End Line": 599 - }, - { - "Function Name": "createExceptionHandlerExceptionResolver", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 612, - "End Line": 622 - }, - { - "Function Name": "customizeResourceHandlerRegistration", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 1, - "Control Flow Ratio": "50.0%", - "Start Line": 398, - "End Line": 402 - }, - { - "Function Name": "EnableWebMvcConfiguration", - "Structural Impact": 2.9, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 0, - "Input Parameters": 5, - "Control Flow Ratio": "0.0%", - "Start Line": 456, - "End Line": 465 - }, - { - "Function Name": "createWelcomePageHandlerMapping", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 493, - "End Line": 504 - }, - { - "Function Name": "create", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 4, - "Control Flow Ratio": "0.0%", - "Start Line": 664, - "End Line": 674 - }, - { - "Function Name": "localeResolver", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "20.0%", - "Start Line": 506, - "End Line": 518 - }, - { - "Function Name": "mvcValidator", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 577, - "End Line": 588 - }, - { - "Function Name": "getMessageCodesResolver", - "Structural Impact": 2.5, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "25.0%", - "Start Line": 338, - "End Line": 346 - }, - { - "Function Name": "addResourceHandler", - "Structural Impact": 2.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 3, - "Control Flow Ratio": "0.0%", - "Start Line": 370, - "End Line": 372 - }, - { - "Function Name": "viewResolver", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 326, - "End Line": 336 - }, - { - "Function Name": "registerHints", - "Structural Impact": 2.0, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 732, - "End Line": 736 - }, - { - "Function Name": "configureMessageConverters", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 248, - "End Line": 252 - }, - { - "Function Name": "resourceHandlerRegistrationCustomizer", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 653, - "End Line": 657 - }, - { - "Function Name": "customize", - "Structural Impact": 1.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 684, - "End Line": 688 - }, - { - "Function Name": "setServletContext", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 243, - "End Line": 246 - }, - { - "Function Name": "addFormatters", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 348, - "End Line": 351 - }, - { - "Function Name": "mvcConversionService", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 565, - "End Line": 575 - }, - { - "Function Name": "setResourceLoader", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 636, - "End Line": 639 - }, - { - "Function Name": "ResourceChainResourceHandlerRegistrationCustomizer", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 1, - "Control Flow Ratio": "0.0%", - "Start Line": 680, - "End Line": 682 - }, - { - "Function Name": "defaultViewResolver", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 308, - "End Line": 315 - }, - { - "Function Name": "beanNameViewResolver", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 317, - "End Line": 324 - }, - { - "Function Name": "hiddenHttpMethodFilter", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 176, - "End Line": 181 - }, - { - "Function Name": "formContentFilter", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 183, - "End Line": 188 - }, - { - "Function Name": "flashMapManager", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 520, - "End Line": 525 - }, - { - "Function Name": "viewNameTranslator", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 527, - "End Line": 532 - }, - { - "Function Name": "problemDetailsExceptionHandler", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 721, - "End Line": 726 - }, - { - "Function Name": "mvcApiVersionStrategy", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 641, - "End Line": 645 - }, - { - "Function Name": "requestContextFilter", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 426, - "End Line": 427 - }, - { - "Function Name": "getIndexHtmlResource", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, "Control Flow Branches": 0, "Input Parameters": 0, "Control Flow Ratio": "0.0%", - "Start Line": 548, - "End Line": 550 + "Start Line": 13, + "End Line": 32 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 92, - "Sequential Logic Declarations": 240, - "Function Parameters": 73, - "Function/Method Declarations": 50, - "Class/Entity Declarations": 9, - "Defensive Programming Constructs": 6, - "Type/Safety Bypasses": 34, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 41, - "State Mutations / Variable Reassignments": 38, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 5, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 29, - "Global State Dependencies": 2, - "Decorators and Annotations": 78, - "Generic Type Abstractions": 22, - "Collection Iterators / Comprehensions": 8, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 1, - "Module Dependencies (Imports)": 118, - "Authorship Metadata": 10, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 27, + "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 1, + "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 1, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 4, - "Thread Synchronization Locks": 7, - "Immutable Data Declarations": 21, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 37, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 475, + "Structural Tab Indentations": 0, "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, @@ -358202,7 +358553,7 @@ "Feature Flags": 0, "Serialization Parsing": 0, "Regex Execution": 0, - "Time Date Logic": 3, + "Time Date Logic": 0, "Cloud LLM API Integrations": 0, "AI Orchestration Frameworks": 0, "Vector Databases (RAG)": 0, @@ -358211,15 +358562,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 43, - "Design Camel Case": 16, - "Design Snake Case": 24, + "Core Var Decl": 18, + "Design Camel Case": 0, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 3, + "Design Upper Case": 18, "Design Short Vars": 0, - "Design Long Vars": 1, + "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 18, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -358243,131 +358594,12 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 118, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "jakarta.servlet.Servlet", - "jakarta.servlet.ServletContext", - "java.time.Duration", - "java.util.List", - "java.util.Locale", - "java.util.Map", - "java.util.function.Consumer", - "org.apache.commons.logging.Log", - "org.apache.commons.logging.LogFactory", - "org.jspecify.annotations.Nullable", - "org.springframework.aot.hint.RuntimeHints", - "org.springframework.aot.hint.RuntimeHintsRegistrar", - "org.springframework.aot.hint.TypeReference", - "org.springframework.beans.factory.BeanFactory", - "org.springframework.beans.factory.ListableBeanFactory", - "org.springframework.beans.factory.NoSuchBeanDefinitionException", - "org.springframework.beans.factory.ObjectProvider", - "org.springframework.boot.autoconfigure.AutoConfiguration", - "org.springframework.boot.autoconfigure.AutoConfigureOrder", - "org.springframework.boot.autoconfigure.EnableAutoConfiguration", - "org.springframework.boot.autoconfigure.condition.ConditionalOnBean", - "org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty", - "org.springframework.boot.autoconfigure.condition.ConditionalOnClass", - "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean", - "org.springframework.boot.autoconfigure.condition.ConditionalOnMissingFilterBean", - "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication", - "org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type", - "org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration", - "org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders", - "org.springframework.boot.autoconfigure.web.ConditionalOnEnabledResourceChain", - "org.springframework.boot.autoconfigure.web.WebProperties", - "org.springframework.boot.autoconfigure.web.WebProperties.Resources", - "org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy", - "org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints", - "org.springframework.boot.autoconfigure.web.format.DateTimeFormatters", - "org.springframework.boot.autoconfigure.web.format.WebConversionService", - "org.springframework.boot.context.properties.EnableConfigurationProperties", - "org.springframework.boot.context.properties.PropertyMapper", - "org.springframework.boot.convert.ApplicationConversionService", - "org.springframework.boot.http.converter.autoconfigure.ServerHttpMessageConvertersCustomizer", - "org.springframework.boot.servlet.filter.OrderedFormContentFilter", - "org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter", - "org.springframework.boot.servlet.filter.OrderedRequestContextFilter", - "org.springframework.boot.validation.autoconfigure.ValidatorAdapter", - "org.springframework.boot.web.servlet.ServletRegistrationBean", - "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion", - "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use", - "org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format", - "org.springframework.context.ApplicationContext", - "org.springframework.context.ResourceLoaderAware", - "org.springframework.context.annotation.Bean", - "org.springframework.context.annotation.Configuration", - "org.springframework.context.annotation.Import", - "org.springframework.context.annotation.ImportRuntimeHints", - "org.springframework.core.Ordered", - "org.springframework.core.annotation.Order", - "org.springframework.core.io.Resource", - "org.springframework.core.io.ResourceLoader", - "org.springframework.core.task.AsyncTaskExecutor", - "org.springframework.format.FormatterRegistry", - "org.springframework.format.support.FormattingConversionService", - "org.springframework.http.CacheControl", - "org.springframework.http.MediaType", - "org.springframework.http.converter.HttpMessageConverters.ServerBuilder", - "org.springframework.lang.Contract", - "org.springframework.util.AntPathMatcher", - "org.springframework.util.Assert", - "org.springframework.util.ClassUtils", - "org.springframework.util.CollectionUtils", - "org.springframework.validation.DefaultMessageCodesResolver", - "org.springframework.validation.MessageCodesResolver", - "org.springframework.validation.Validator", - "org.springframework.web.accept.ApiVersionDeprecationHandler", - "org.springframework.web.accept.ApiVersionParser", - "org.springframework.web.accept.ApiVersionResolver", - "org.springframework.web.accept.ApiVersionStrategy", - "org.springframework.web.accept.ContentNegotiationManager", - "org.springframework.web.bind.support.ConfigurableWebBindingInitializer", - "org.springframework.web.context.ServletContextAware", - "org.springframework.web.context.request.RequestContextListener", - "org.springframework.web.context.support.ServletContextResource", - "org.springframework.web.filter.FormContentFilter", - "org.springframework.web.filter.HiddenHttpMethodFilter", - "org.springframework.web.filter.RequestContextFilter", - "org.springframework.web.servlet.DispatcherServlet", - "org.springframework.web.servlet.FlashMapManager", - "org.springframework.web.servlet.HandlerExceptionResolver", - "org.springframework.web.servlet.LocaleResolver", - "org.springframework.web.servlet.RequestToViewNameTranslator", - "org.springframework.web.servlet.View", - "org.springframework.web.servlet.ViewResolver", - "org.springframework.web.servlet.config.annotation.ApiVersionConfigurer", - "org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer", - "org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer", - "org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration", - "org.springframework.web.servlet.config.annotation.EnableWebMvc", - "org.springframework.web.servlet.config.annotation.PathMatchConfigurer", - "org.springframework.web.servlet.config.annotation.ResourceChainRegistration", - "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration", - "org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry", - "org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport", - "org.springframework.web.servlet.config.annotation.WebMvcConfigurer", - "org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver", - "org.springframework.web.servlet.handler.AbstractUrlHandlerMapping", - "org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver", - "org.springframework.web.servlet.i18n.FixedLocaleResolver", - "org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver", - "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter", - "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping", - "org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler", - "org.springframework.web.servlet.resource.EncodedResourceResolver", - "org.springframework.web.servlet.resource.ResourceResolver", - "org.springframework.web.servlet.resource.ResourceUrlProvider", - "org.springframework.web.servlet.resource.VersionResourceResolver", - "org.springframework.web.servlet.view.BeanNameViewResolver", - "org.springframework.web.servlet.view.ContentNegotiatingViewResolver", - "org.springframework.web.servlet.view.InternalResourceViewResolver", - "org.springframework.web.util.UrlPathHelper" - ] + "9. Extracted Dependencies": [] } } }, @@ -401090,9 +401322,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 6191.76, + "X": -1741.39, "Y": -220.38, - "Z": -2072.27 + "Z": -4282.67 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -401258,9 +401490,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5945.34, + "X": -1987.81, "Y": -198.77, - "Z": -2898.8 + "Z": -5109.21 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -401560,9 +401792,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5907.16, + "X": -2026.0, "Y": -210.0, - "Z": -2164.94 + "Z": -4375.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -401863,9 +402095,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5694.63, + "X": -2238.53, "Y": -122.11, - "Z": -2243.44 + "Z": -4453.85 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -402121,9 +402353,9 @@ "Identity Proof": "Single Indicator (Ext: .go)" }, "2. Topological Coordinates": { - "X": 5477.3, + "X": -2455.85, "Y": -77.95, - "Z": -2539.94 + "Z": -4750.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -403791,815 +404023,6 @@ } } }, - "m4/curl/m4": { - "Directory Group Magnitude": 403.69, - "File Count": 5, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "4.78%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "16.13%", - "Testing Exposure": "2.3%", - "API Exposure": "1.74%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "19.01%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "m4/curl/m4/curl-confopts.m4": { - "1. Artifact Identity": { - "Filename": "curl-confopts.m4", - "Path": "m4/curl/m4/curl-confopts.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -2258.03, - "Y": -81.9, - "Z": -4152.97 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 577, - "Coding LOC": 375, - "Documentation LOC": 163, - "Structural Magnitude": 91.12, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "3.46%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 5, - "Function Parameters": 9, - "Function/Method Declarations": 14, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 1, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 2, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 5, - "Preprocessor Macros": 2, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 47, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 324, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 108, - "Design Camel Case": 0, - "Design Snake Case": 57, - "Design Pascal Case": 0, - "Design Upper Case": 35, - "Design Short Vars": 0, - "Design Long Vars": 1, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/curl-mbedtls.m4": { - "1. Artifact Identity": { - "Filename": "curl-mbedtls.m4", - "Path": "m4/curl/m4/curl-mbedtls.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -1723.24, - "Y": 5.26, - "Z": -4139.45 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 123, - "Coding LOC": 70, - "Documentation LOC": 35, - "Structural Magnitude": 18.4, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "80.67%", - "Testing Exposure": "2.3%", - "API Exposure": "4.56%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "31.65%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 3, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 2, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 1, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 2, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 2, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 66, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 30, - "Design Camel Case": 0, - "Design Snake Case": 15, - "Design Pascal Case": 0, - "Design Upper Case": 15, - "Design Short Vars": 0, - "Design Long Vars": 2, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/curl-sysconfig.m4": { - "1. Artifact Identity": { - "Filename": "curl-sysconfig.m4", - "Path": "m4/curl/m4/curl-sysconfig.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -2513.8, - "Y": -179.89, - "Z": -4732.49 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 52, - "Coding LOC": 21, - "Documentation LOC": 29, - "Structural Magnitude": 15.42, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.238 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.43%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "27.66%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 3, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 18, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, - "Design Camel Case": 0, - "Design Snake Case": 2, - "Design Pascal Case": 0, - "Design Upper Case": 3, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/xc-am-iface.m4": { - "1. Artifact Identity": { - "Filename": "xc-am-iface.m4", - "Path": "m4/curl/m4/xc-am-iface.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -1951.85, - "Y": -20.22, - "Z": -4938.76 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 86, - "Coding LOC": 19, - "Documentation LOC": 59, - "Structural Magnitude": 29.88, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.263 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "12.48%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 3, - "Function/Method Declarations": 2, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 1, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "m4/curl/m4/zz40-xc-ovr.m4": { - "1. Artifact Identity": { - "Filename": "zz40-xc-ovr.m4", - "Path": "m4/curl/m4/zz40-xc-ovr.m4", - "Language": "M4", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "m4", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .m4)" - }, - "2. Topological Coordinates": { - "X": -2010.8, - "Y": -92.58, - "Z": -4512.34 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 668, - "Coding LOC": 338, - "Documentation LOC": 253, - "Structural Magnitude": 248.87, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.71%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 37, - "Function Parameters": 51, - "Function/Method Declarations": 19, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 4, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 37, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 4, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 4, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 2, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 92, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 50, - "Design Camel Case": 0, - "Design Snake Case": 37, - "Design Pascal Case": 0, - "Design Upper Case": 10, - "Design Short Vars": 0, - "Design Long Vars": 3, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - } - } - }, "python/wtfpython": { "Directory Group Magnitude": 313.92, "File Count": 6, @@ -413779,6 +413202,366 @@ } } }, + "m4/gnucobol": { + "Directory Group Magnitude": 192.98, + "File Count": 2, + "Ecosystem Fingerprint (Archetypes)": { + "Static: Literature & Documentation": "50.0%", + "Unclassified": "50.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "2.61%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "13.66%", + "Testing Exposure": "1.15%", + "API Exposure": "5.51%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "2.44%", + "Specification Exposure": "50.0%", + "Instability Exposure": "25.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "14.78%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "m4/gnucobol/COPYING": { + "1. Artifact Identity": { + "Filename": "COPYING", + "Path": "m4/gnucobol/COPYING", + "Language": "Plaintext", + "Architect": "Unknown Architect", + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (COPYING)" + }, + "2. Topological Coordinates": { + "X": -4837.47, + "Y": -126.2, + "Z": 4397.2 + }, + "3. Architectural Profile": { + "Repository Archetype": "Static: Literature & Documentation", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": "N/A", + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 675, + "Coding LOC": 0, + "Documentation LOC": 553, + "Structural Magnitude": 13.5, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "m4/gnucobol/configure.ac": { + "1. Artifact Identity": { + "Filename": "configure.ac", + "Path": "m4/gnucobol/configure.ac", + "Language": "M4", + "Architect": "Unknown Architect", + "Indentation Style": "Mixed (37.6% Spaces / 62.4% Tabs)", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (configure.ac)" + }, + "2. Topological Coordinates": { + "X": -4585.56, + "Y": -118.16, + "Z": 3970.81 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 2922, + "Coding LOC": 2144, + "Documentation LOC": 517, + "Structural Magnitude": 179.48, + "Control Flow Ratio": "100.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.026 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.21%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "27.32%", + "Testing Exposure": "2.31%", + "API Exposure": "11.01%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "4.88%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.55%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "AC_PROG_F77", + "Structural Impact": 55.5, + "Lines of Code (LOC)": 1532, + "Control Flow Branches": 36, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 658, + "End Line": 2189 + }, + { + "Function Name": "AC_PROG_CXX", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 657, + "End Line": 657 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 50, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 2, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 42, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 6, + "Exposed API / Public Exports": 80, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 1, + "Structured Documentation Blocks": 1, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 10, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 1, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 1, + "Planned Work (TODOs)": 1, + "Acknowledged Tech Debt (FIXMEs)": 12, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 126, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 240, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 70, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 814, + "Structural Space Indentations": 491, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 362, + "Design Camel Case": 0, + "Design Snake Case": 85, + "Design Pascal Case": 0, + "Design Upper Case": 273, + "Design Short Vars": 8, + "Design Long Vars": 4, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + } + } + }, "typescript/fp-ts": { "Directory Group Magnitude": 160.92, "File Count": 5, @@ -413815,9 +413598,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": -1531.64, + "X": -5106.54, "Y": 181.53, - "Z": -4310.34 + "Z": 1284.92 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -413973,9 +413756,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -1288.88, + "X": -4863.78, "Y": 268.6, - "Z": -3997.95 + "Z": 1597.31 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -414731,9 +414514,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -800.47, + "X": -4375.37, "Y": 226.81, - "Z": -3856.98 + "Z": 1738.28 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -414889,9 +414672,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -1053.74, + "X": -4628.64, "Y": 63.28, - "Z": -4419.59 + "Z": 1175.67 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -415409,9 +415192,9 @@ "Identity Proof": "Single Indicator (Ext: .ts)" }, "2. Topological Coordinates": { - "X": -1057.64, + "X": -4632.54, "Y": 177.34, - "Z": -4314.5 + "Z": 1280.75 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -417751,92 +417534,91 @@ } } }, - "m4/gnucobol": { - "Directory Group Magnitude": 137.88, - "File Count": 2, + "assembly/hellosilicon": { + "Directory Group Magnitude": 134.16, + "File Count": 4, "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "50.0%", - "Unclassified": "50.0%" + "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "2.61%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "12.98%", - "Testing Exposure": "1.15%", - "API Exposure": "5.51%", + "Cognitive Load Exposure": "11.35%", + "Error & Exception Exposure": "21.7%", + "Tech Debt Exposure": "24.89%", + "Testing Exposure": "2.49%", + "API Exposure": "3.2%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "2.44%", - "Specification Exposure": "50.0%", - "Instability Exposure": "25.0%", + "Commented Logic Exposure": "26.46%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.92%", + "Documentation Exposure": "55.29%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "m4/gnucobol/COPYING": { + "assembly/hellosilicon/makefile": { "1. Artifact Identity": { - "Filename": "COPYING", - "Path": "m4/gnucobol/COPYING", - "Language": "Plaintext", + "Filename": "makefile", + "Path": "assembly/hellosilicon/makefile", + "Language": "Makefile", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Tabs", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (COPYING)" + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": -4831.63, - "Y": -126.34, - "Z": 4391.91 + "X": 2.77, + "Y": 39.33, + "Z": 5315.33 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 675, - "Coding LOC": 0, - "Documentation LOC": 553, - "Structural Magnitude": 13.5, - "Control Flow Ratio": "0.0%", + "Total LOC": 32, + "Coding LOC": 23, + "Documentation LOC": 0, + "Structural Magnitude": 53.96, + "Control Flow Ratio": "30.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.348 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "11.67%", + "Error & Exception Exposure": "86.8%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.33%", + "API Exposure": "6.28%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "89.9%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, + "Control Flow Branches": 3, + "Sequential Logic Declarations": 7, "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function/Method Declarations": 7, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, + "High-Risk Execution Commands": 1, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 2, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -417870,11 +417652,11 @@ "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, + "Resource Deallocation & Cleanup": 2, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, + "Structural Tab Indentations": 6, "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, @@ -417892,6 +417674,163 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 7, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 7, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "assembly/hellosilicon/fileio.S": { + "1. Artifact Identity": { + "Filename": "fileio.S", + "Path": "assembly/hellosilicon/fileio.S", + "Language": "Assembly", + "Architect": "Unknown Architect", + "Indentation Style": "Mixed (80.0% Spaces / 20.0% Tabs)", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .s)" + }, + "2. Topological Coordinates": { + "X": 295.7, + "Y": 89.29, + "Z": 5650.5 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 51, + "Coding LOC": 44, + "Documentation LOC": 1, + "Structural Magnitude": 15.88, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.114 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "7.27%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "38.5%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 17, + "Function Parameters": 21, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 8, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 5, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 13, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 5, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 5, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 5, + "Structural Space Indentations": 20, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, @@ -417931,22 +417870,22 @@ }, "9. Extracted Dependencies": [] }, - "m4/gnucobol/configure.ac": { + "assembly/hellosilicon/mainpie.s": { "1. Artifact Identity": { - "Filename": "configure.ac", - "Path": "m4/gnucobol/configure.ac", - "Language": "M4", + "Filename": "mainpie.s", + "Path": "assembly/hellosilicon/mainpie.s", + "Language": "Assembly", "Architect": "Unknown Architect", - "Indentation Style": "Mixed (37.6% Spaces / 62.4% Tabs)", + "Indentation Style": "Mixed (10.0% Spaces / 90.0% Tabs)", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (configure.ac)" + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .s)" }, "2. Topological Coordinates": { - "X": -4582.63, - "Y": -118.16, - "Z": 3968.17 + "X": 13.0, + "Y": 59.94, + "Z": 4909.58 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -417955,95 +417894,303 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 2922, - "Coding LOC": 2144, - "Documentation LOC": 517, - "Structural Magnitude": 124.38, - "Control Flow Ratio": "100.0%", + "Total LOC": 54, + "Coding LOC": 41, + "Documentation LOC": 0, + "Structural Magnitude": 24.22, + "Control Flow Ratio": "40.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.026 + "Raw Cognitive Density": 0.317 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.21%", + "Cognitive Load Exposure": "15.04%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "25.96%", - "Testing Exposure": "2.3%", - "API Exposure": "11.01%", + "Tech Debt Exposure": "99.56%", + "Testing Exposure": "2.7%", + "API Exposure": "3.46%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "4.88%", + "Commented Logic Exposure": "58.26%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "27.84%", + "Documentation Exposure": "57.32%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [ { - "Function Name": "AC_PROG_F77", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 40, - "Control Flow Branches": 0, + "Function Name": "DownloadCreditCardNumbers", + "Structural Impact": 8.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 3, + "Input Parameters": 3, + "Control Flow Ratio": "42.9%", + "Start Line": 13, + "End Line": 21 + }, + { + "Function Name": "_start", + "Structural Impact": 7.5, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 2, + "Control Flow Ratio": "60.0%", + "Start Line": 36, + "End Line": 47 + }, + { + "Function Name": "calltoupper", + "Structural Impact": 4.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 3, + "Control Flow Ratio": "20.0%", + "Start Line": 23, + "End Line": 29 + }, + { + "Function Name": "aftertoupper", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 658, - "End Line": 697 + "Control Flow Ratio": "33.3%", + "Start Line": 31, + "End Line": 34 } ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 50, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 2, + "Control Flow Branches": 8, + "Sequential Logic Declarations": 12, + "Function Parameters": 12, + "Function/Method Declarations": 6, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 42, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 2, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 1, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 2, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 2, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 18, + "Structural Space Indentations": 2, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 2, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "assembly/hellosilicon/matrixmultneon.s": { + "1. Artifact Identity": { + "Filename": "matrixmultneon.s", + "Path": "assembly/hellosilicon/matrixmultneon.s", + "Language": "Assembly", + "Architect": "Unknown Architect", + "Indentation Style": "Tabs", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "assembly", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .s)" + }, + "2. Topological Coordinates": { + "X": -238.43, + "Y": 69.27, + "Z": 5768.43 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 93, + "Coding LOC": 80, + "Documentation LOC": 0, + "Structural Magnitude": 40.1, + "Control Flow Ratio": "34.1%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.237 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "11.41%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.64%", + "API Exposure": "3.05%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "47.58%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "35.43%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "main", + "Structural Impact": 21.7, + "Lines of Code (LOC)": 36, + "Control Flow Branches": 5, + "Input Parameters": 10, + "Control Flow Ratio": "26.3%", + "Start Line": 20, + "End Line": 55 + }, + { + "Function Name": "printloop", + "Structural Impact": 15.8, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 5, + "Input Parameters": 5, + "Control Flow Ratio": "27.8%", + "Start Line": 56, + "End Line": 78 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 14, + "Sequential Logic Declarations": 27, + "Function Parameters": 34, + "Function/Method Declarations": 6, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 80, + "Exposed API / Public Exports": 1, "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 1, - "Structured Documentation Blocks": 1, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 10, + "Global State Dependencies": 1, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 1, + "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, - "Authorship Metadata": 1, - "Planned Work (TODOs)": 1, - "Acknowledged Tech Debt (FIXMEs)": 12, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 126, - "Pointer Arithmetic & Addressing": 0, + "Preprocessor Macros": 2, + "Pointer Arithmetic & Addressing": 12, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 240, - "Ad-hoc Print / Debug Statements": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 1, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 70, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, + "Bitwise Operations": 1, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 814, - "Structural Space Indentations": 491, + "Structural Tab Indentations": 43, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418060,15 +418207,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 362, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 85, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 273, - "Design Short Vars": 8, - "Design Long Vars": 4, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 1, + "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -418101,44 +418248,44 @@ } } }, - "assembly/hellosilicon": { - "Directory Group Magnitude": 134.16, - "File Count": 4, + "cobol/cobrix": { + "Directory Group Magnitude": 107.92, + "File Count": 9, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "11.35%", - "Error & Exception Exposure": "21.7%", - "Tech Debt Exposure": "24.89%", - "Testing Exposure": "2.49%", - "API Exposure": "3.2%", + "Cognitive Load Exposure": "42.21%", + "Error & Exception Exposure": "6.16%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.14%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "26.46%", - "Specification Exposure": "100.0%", + "State Flux Exposure": "1.49%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "93.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "55.29%", + "Documentation Exposure": "35.48%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "assembly/hellosilicon/makefile": { + "cobol/cobrix/companies_copybook.cpy": { "1. Artifact Identity": { - "Filename": "makefile", - "Path": "assembly/hellosilicon/makefile", - "Language": "Makefile", + "Filename": "companies_copybook.cpy", + "Path": "cobol/cobrix/companies_copybook.cpy", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Tabs", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Exact Match)" + "Identity Proof": "Single Indicator (Ext: .cpy)" }, "2. Topological Coordinates": { - "X": 2.77, - "Y": 39.33, - "Z": 5315.33 + "X": -16.94, + "Y": 76.49, + "Z": -3071.46 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418147,45 +418294,45 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 23, - "Documentation LOC": 0, - "Structural Magnitude": 53.96, - "Control Flow Ratio": "30.0%", + "Total LOC": 34, + "Coding LOC": 15, + "Documentation LOC": 17, + "Structural Magnitude": 0.77, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.348 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.67%", - "Error & Exception Exposure": "86.8%", + "Cognitive Load Exposure": "62.14%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.33%", - "API Exposure": "6.28%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "89.9%", + "Documentation Exposure": "47.39%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 3, - "Sequential Logic Declarations": 7, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 7, + "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, + "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 2, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -418198,6 +418345,163 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 2, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 2, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 14, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + }, + "cobol/cobrix/data_types.cpy": { + "1. Artifact Identity": { + "Filename": "data_types.cpy", + "Path": "cobol/cobrix/data_types.cpy", + "Language": "Cobol", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "cobol", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .cpy)" + }, + "2. Topological Coordinates": { + "X": -699.75, + "Y": 315.46, + "Z": -3870.2 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 230, + "Coding LOC": 173, + "Documentation LOC": 39, + "Structural Magnitude": 0.97, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "55.43%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "13.37%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "13.22%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 1, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 13, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, @@ -418219,18 +418523,18 @@ "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 2, + "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 6, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 171, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, "Ipc Rpc Bridges": 0, "Feature Flags": 0, - "Serialization Parsing": 0, + "Serialization Parsing": 1, "Regex Execution": 0, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, @@ -418241,11 +418545,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 7, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 7, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -418280,22 +418584,22 @@ }, "9. Extracted Dependencies": [] }, - "assembly/hellosilicon/fileio.S": { + "cobol/cobrix/multisegment.cob": { "1. Artifact Identity": { - "Filename": "fileio.S", - "Path": "assembly/hellosilicon/fileio.S", - "Language": "Assembly", + "Filename": "multisegment.cob", + "Path": "cobol/cobrix/multisegment.cob", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Mixed (80.0% Spaces / 20.0% Tabs)", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .s)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": 295.7, - "Y": 89.29, - "Z": 5650.5 + "X": -301.5, + "Y": 53.02, + "Z": -3048.84 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418304,19 +418608,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 51, - "Coding LOC": 44, - "Documentation LOC": 1, - "Structural Magnitude": 15.88, + "Total LOC": 34, + "Coding LOC": 15, + "Documentation LOC": 17, + "Structural Magnitude": 15.3, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.114 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "7.27%", + "Cognitive Load Exposure": "73.11%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -418327,21 +418631,21 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "38.5%", + "Documentation Exposure": "47.39%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 17, - "Function Parameters": 21, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 8, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -418355,33 +418659,33 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 2, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 5, + "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 13, + "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 5, + "Explicit Type Casts": 2, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 5, + "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 5, - "Structural Space Indentations": 20, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 14, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418437,22 +418741,22 @@ }, "9. Extracted Dependencies": [] }, - "assembly/hellosilicon/mainpie.s": { + "cobol/cobrix/test13a_file_header_footer.cob": { "1. Artifact Identity": { - "Filename": "mainpie.s", - "Path": "assembly/hellosilicon/mainpie.s", - "Language": "Assembly", + "Filename": "test13a_file_header_footer.cob", + "Path": "cobol/cobrix/test13a_file_header_footer.cob", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Mixed (10.0% Spaces / 90.0% Tabs)", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .s)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": 13.0, - "Y": 59.94, - "Z": 4909.58 + "X": -634.86, + "Y": 110.33, + "Z": -2836.66 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418461,94 +418765,53 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 54, - "Coding LOC": 41, - "Documentation LOC": 0, - "Structural Magnitude": 24.22, - "Control Flow Ratio": "40.0%", + "Total LOC": 31, + "Coding LOC": 7, + "Documentation LOC": 20, + "Structural Magnitude": 13.64, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.317 + "Raw Cognitive Density": 0.714 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.04%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "99.56%", - "Testing Exposure": "2.7%", - "API Exposure": "3.46%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "1.07%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "58.26%", - "Specification Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "46.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "57.32%", + "Documentation Exposure": "26.09%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [ - { - "Function Name": "DownloadCreditCardNumbers", - "Structural Impact": 8.4, - "Lines of Code (LOC)": 9, - "Control Flow Branches": 3, - "Input Parameters": 3, - "Control Flow Ratio": "42.9%", - "Start Line": 13, - "End Line": 21 - }, - { - "Function Name": "_start", - "Structural Impact": 7.5, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "60.0%", - "Start Line": 36, - "End Line": 47 - }, - { - "Function Name": "calltoupper", - "Structural Impact": 4.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 3, - "Control Flow Ratio": "20.0%", - "Start Line": 23, - "End Line": 29 - }, - { - "Function Name": "aftertoupper", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "33.3%", - "Start Line": 31, - "End Line": 34 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 12, - "Function Parameters": 12, - "Function/Method Declarations": 6, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, - "Exposed API / Public Exports": 1, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 2, + "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, @@ -418560,26 +418823,26 @@ "Acknowledged Tech Debt (FIXMEs)": 0, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 2, + "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 1, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 2, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 2, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 18, - "Structural Space Indentations": 2, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 7, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418604,7 +418867,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 2, + "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -418635,22 +418898,22 @@ }, "9. Extracted Dependencies": [] }, - "assembly/hellosilicon/matrixmultneon.s": { + "cobol/cobrix/test16_fix_len_segments.cob": { "1. Artifact Identity": { - "Filename": "matrixmultneon.s", - "Path": "assembly/hellosilicon/matrixmultneon.s", - "Language": "Assembly", + "Filename": "test16_fix_len_segments.cob", + "Path": "cobol/cobrix/test16_fix_len_segments.cob", + "Language": "Cobol", "Architect": "Unknown Architect", - "Indentation Style": "Tabs", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "assembly", + "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .s)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -238.43, - "Y": 69.27, - "Z": 5768.43 + "X": -52.68, + "Y": 215.68, + "Z": -3522.2 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418659,79 +418922,58 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 93, - "Coding LOC": 80, - "Documentation LOC": 0, - "Structural Magnitude": 40.1, - "Control Flow Ratio": "34.1%", + "Total LOC": 33, + "Coding LOC": 14, + "Documentation LOC": 17, + "Structural Magnitude": 15.28, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.237 + "Raw Cognitive Density": 0.5 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.41%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.64%", - "API Exposure": "3.05%", + "Testing Exposure": "2.14%", + "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "47.58%", - "Specification Exposure": "100.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "93.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "35.43%", + "Documentation Exposure": "45.53%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [ - { - "Function Name": "main", - "Structural Impact": 21.7, - "Lines of Code (LOC)": 36, - "Control Flow Branches": 5, - "Input Parameters": 10, - "Control Flow Ratio": "26.3%", - "Start Line": 20, - "End Line": 55 - }, - { - "Function Name": "printloop", - "Structural Impact": 15.8, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 5, - "Input Parameters": 5, - "Control Flow Ratio": "27.8%", - "Start Line": 56, - "End Line": 78 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 14, - "Sequential Logic Declarations": 27, - "Function Parameters": 34, - "Function/Method Declarations": 6, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 6, - "Exposed API / Public Exports": 1, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 3, + "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 2, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -418740,24 +418982,24 @@ "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 2, - "Pointer Arithmetic & Addressing": 12, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 1, - "Explicit Type Casts": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 2, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 1, + "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 43, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 14, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418812,47 +419054,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "cobol/cobrix": { - "Directory Group Magnitude": 107.92, - "File Count": 9, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "42.21%", - "Error & Exception Exposure": "6.16%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.14%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "1.49%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "93.33%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "35.48%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "cobol/cobrix/companies_copybook.cpy": { + }, + "cobol/cobrix/test17_hierarchical.cob": { "1. Artifact Identity": { - "Filename": "companies_copybook.cpy", - "Path": "cobol/cobrix/companies_copybook.cpy", + "Filename": "test17_hierarchical.cob", + "Path": "cobol/cobrix/test17_hierarchical.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cpy)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -16.94, - "Y": 76.49, - "Z": -3071.46 + "X": -459.06, + "Y": 192.76, + "Z": -3270.95 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -418861,19 +419079,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 34, - "Coding LOC": 15, - "Documentation LOC": 17, - "Structural Magnitude": 0.77, + "Total LOC": 63, + "Coding LOC": 32, + "Documentation LOC": 27, + "Structural Magnitude": 15.64, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 1.094 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "62.14%", + "Cognitive Load Exposure": "79.82%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -418884,7 +419102,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "47.39%", + "Documentation Exposure": "24.88%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -418912,7 +419130,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 6, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -418927,7 +419145,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, + "Explicit Type Casts": 6, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -418938,7 +419156,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 14, + "Structural Space Indentations": 32, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -418994,22 +419212,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/data_types.cpy": { + "cobol/cobrix/test18 special_char.cob": { "1. Artifact Identity": { - "Filename": "data_types.cpy", - "Path": "cobol/cobrix/data_types.cpy", + "Filename": "test18 special_char.cob", + "Path": "cobol/cobrix/test18 special_char.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, "Folder Dominant Lang": "cobol", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cpy)" + "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -699.75, - "Y": 315.46, - "Z": -3870.2 + "X": -699.57, + "Y": 208.22, + "Z": -3129.64 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419018,30 +419236,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 230, - "Coding LOC": 173, - "Documentation LOC": 39, - "Structural Magnitude": 0.97, + "Total LOC": 63, + "Coding LOC": 32, + "Documentation LOC": 27, + "Structural Magnitude": 15.64, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.094 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "55.43%", + "Cognitive Load Exposure": "79.82%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "13.37%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "13.22%", + "Documentation Exposure": "24.88%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -419057,19 +419275,19 @@ "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 1, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 13, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 6, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419084,7 +419302,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, + "Explicit Type Casts": 6, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419095,13 +419313,13 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 171, + "Structural Space Indentations": 32, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, "Ipc Rpc Bridges": 0, "Feature Flags": 0, - "Serialization Parsing": 1, + "Serialization Parsing": 0, "Regex Execution": 0, "Time Date Logic": 0, "Cloud LLM API Integrations": 0, @@ -419151,10 +419369,10 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/multisegment.cob": { + "cobol/cobrix/test19_display_num.cob": { "1. Artifact Identity": { - "Filename": "multisegment.cob", - "Path": "cobol/cobrix/multisegment.cob", + "Filename": "test19_display_num.cob", + "Path": "cobol/cobrix/test19_display_num.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -419164,9 +419382,9 @@ "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -301.5, - "Y": 53.02, - "Z": -3048.84 + "X": -934.63, + "Y": 230.29, + "Z": -3337.76 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419184,10 +419402,10 @@ "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 0.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "73.11%", + "Cognitive Load Exposure": "15.89%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -419226,7 +419444,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419241,7 +419459,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419252,7 +419470,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 14, + "Structural Space Indentations": 15, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419308,10 +419526,10 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test13a_file_header_footer.cob": { + "cobol/cobrix/test1_copybook.cob": { "1. Artifact Identity": { - "Filename": "test13a_file_header_footer.cob", - "Path": "cobol/cobrix/test13a_file_header_footer.cob", + "Filename": "test1_copybook.cob", + "Path": "cobol/cobrix/test1_copybook.cob", "Language": "Cobol", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -419321,9 +419539,9 @@ "Identity Proof": "Single Indicator (Ext: .cob)" }, "2. Topological Coordinates": { - "X": -634.86, - "Y": 110.33, - "Z": -2836.66 + "X": -461.77, + "Y": 252.47, + "Z": -3890.25 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419332,36 +419550,36 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 31, - "Coding LOC": 7, - "Documentation LOC": 20, - "Structural Magnitude": 13.64, - "Control Flow Ratio": "0.0%", + "Total LOC": 37, + "Coding LOC": 19, + "Documentation LOC": 17, + "Structural Magnitude": 15.38, + "Control Flow Ratio": "100.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.714 + "Raw Cognitive Density": 0.842 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "59.11%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.07%", + "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "46.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "26.09%", + "Documentation Exposure": "42.58%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, + "Control Flow Branches": 1, "Sequential Logic Declarations": 0, "Function Parameters": 0, "Function/Method Declarations": 0, @@ -419383,7 +419601,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, + "Metaprogramming & Reflection": 2, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419398,7 +419616,7 @@ "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, + "Explicit Type Casts": 2, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419409,7 +419627,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 7, + "Structural Space Indentations": 17, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419464,23 +419682,47 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "cobol/cobrix/test16_fix_len_segments.cob": { + } + } + }, + "m4/curl/m4": { + "Directory Group Magnitude": 96.06, + "File Count": 5, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "4.78%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "75.12%", + "Testing Exposure": "2.36%", + "API Exposure": "1.74%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "19.01%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "m4/curl/m4/curl-confopts.m4": { "1. Artifact Identity": { - "Filename": "test16_fix_len_segments.cob", - "Path": "cobol/cobrix/test16_fix_len_segments.cob", - "Language": "Cobol", + "Filename": "curl-confopts.m4", + "Path": "m4/curl/m4/curl-confopts.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -52.68, - "Y": 215.68, - "Z": -3522.2 + "X": 6293.63, + "Y": -77.67, + "Z": -1004.22 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419489,45 +419731,186 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 33, - "Coding LOC": 14, - "Documentation LOC": 17, - "Structural Magnitude": 15.28, + "Total LOC": 577, + "Coding LOC": 375, + "Documentation LOC": 163, + "Structural Magnitude": 38.4, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.5 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.14%", - "API Exposure": "0.0%", + "Tech Debt Exposure": "62.25%", + "Testing Exposure": "2.35%", + "API Exposure": "3.46%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "93.33%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "45.53%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "CURL_CHECK_OPTION_OPTIMIZE", + "Structural Impact": 2.9, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 142, + "End Line": 189 + }, + { + "Function Name": "CURL_CHECK_OPTION_WARNINGS", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 270, + "End Line": 296 + }, + { + "Function Name": "CURL_CHECK_OPTION_ARES", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 75, + "End Line": 101 + }, + { + "Function Name": "CURL_CHECK_OPTION_DEBUG", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 110, + "End Line": 134 + }, + { + "Function Name": "CURL_CHECK_OPTION_SYMBOL_HIDING", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 32, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 198, + "End Line": 229 + }, + { + "Function Name": "CURL_CHECK_OPTION_RT", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 25, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 238, + "End Line": 262 + }, + { + "Function Name": "CURL_CHECK_OPTION_WERROR", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 304, + "End Line": 327 + }, + { + "Function Name": "CURL_CHECK_NONBLOCKING_SOCKET", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 334, + "End Line": 357 + }, + { + "Function Name": "CURL_CHECK_OPTION_THREADED_RESOLVER", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 34, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 34, + "End Line": 67 + }, + { + "Function Name": "CURL_CONFIGURE_SYMBOL_HIDING", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 369, + "End Line": 385 + }, + { + "Function Name": "CURL_CHECK_LIB_ARES", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 75, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 393, + "End Line": 467 + }, + { + "Function Name": "CURL_CHECK_OPTION_HTTPSRR", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 28, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 475, + "End Line": 502 + }, + { + "Function Name": "CURL_CHECK_OPTION_ECH", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 29, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 510, + "End Line": 538 + }, + { + "Function Name": "CURL_CHECK_OPTION_SSLS_EXPORT", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 31, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 546, + "End Line": 576 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, + "Sequential Logic Declarations": 5, + "Function Parameters": 9, + "Function/Method Declarations": 14, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Defensive Programming Constructs": 1, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 2, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -419540,7 +419923,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419548,15 +419931,15 @@ "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, + "Dependency Injection Constructs": 5, + "Preprocessor Macros": 2, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 47, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, - "Fatal Aborts & Exceptions": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, @@ -419566,7 +419949,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 14, + "Structural Space Indentations": 324, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419583,15 +419966,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 108, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 57, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 35, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 1, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 10, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -419601,7 +419984,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 2, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -419622,22 +420005,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test17_hierarchical.cob": { + "m4/curl/m4/curl-mbedtls.m4": { "1. Artifact Identity": { - "Filename": "test17_hierarchical.cob", - "Path": "cobol/cobrix/test17_hierarchical.cob", - "Language": "Cobol", + "Filename": "curl-mbedtls.m4", + "Path": "m4/curl/m4/curl-mbedtls.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -459.06, - "Y": 192.76, - "Z": -3270.95 + "X": 6579.81, + "Y": -42.94, + "Z": -1681.6 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419646,45 +420029,56 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 63, - "Coding LOC": 32, - "Documentation LOC": 27, - "Structural Magnitude": 15.64, + "Total LOC": 123, + "Coding LOC": 70, + "Documentation LOC": 35, + "Structural Magnitude": 4.9, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.094 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "79.82%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", + "Tech Debt Exposure": "99.61%", "Testing Exposure": "2.3%", - "API Exposure": "0.0%", + "API Exposure": "4.56%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "24.88%", + "Documentation Exposure": "31.65%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "CURL_WITH_MBEDTLS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 95, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 28, + "End Line": 122 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function/Method Declarations": 1, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Defensive Programming Constructs": 3, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 2, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -419697,22 +420091,22 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 6, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 1, "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, + "Preprocessor Macros": 2, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 2, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 6, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419723,7 +420117,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 32, + "Structural Space Indentations": 66, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419740,15 +420134,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 30, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 15, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 15, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 2, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -419758,7 +420152,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 2, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -419779,22 +420173,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test18 special_char.cob": { + "m4/curl/m4/curl-sysconfig.m4": { "1. Artifact Identity": { - "Filename": "test18 special_char.cob", - "Path": "cobol/cobrix/test18 special_char.cob", - "Language": "Cobol", + "Filename": "curl-sysconfig.m4", + "Path": "m4/curl/m4/curl-sysconfig.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -699.57, - "Y": 208.22, - "Z": -3129.64 + "X": 6052.6, + "Y": -172.48, + "Z": -1560.07 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419803,22 +420197,22 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 63, - "Coding LOC": 32, - "Documentation LOC": 27, - "Structural Magnitude": 15.64, + "Total LOC": 52, + "Coding LOC": 21, + "Documentation LOC": 29, + "Structural Magnitude": 1.82, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.094 + "Raw Cognitive Density": 0.238 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "79.82%", + "Cognitive Load Exposure": "11.43%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Tech Debt Exposure": "99.97%", + "Testing Exposure": "2.34%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", @@ -419826,16 +420220,27 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "24.88%", + "Documentation Exposure": "27.66%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "CURL_DARWIN_SYSTEMCONFIGURATION", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 9, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 25, + "End Line": 33 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function/Method Declarations": 1, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, @@ -419854,7 +420259,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 6, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -419867,9 +420272,9 @@ "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 3, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 6, + "Explicit Type Casts": 0, "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, @@ -419880,7 +420285,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 32, + "Structural Space Indentations": 18, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -419897,15 +420302,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 5, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 2, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 3, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -419915,7 +420320,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 2, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -419936,22 +420341,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test19_display_num.cob": { + "m4/curl/m4/xc-am-iface.m4": { "1. Artifact Identity": { - "Filename": "test19_display_num.cob", - "Path": "cobol/cobrix/test19_display_num.cob", - "Language": "Cobol", + "Filename": "xc-am-iface.m4", + "Path": "m4/curl/m4/xc-am-iface.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -934.63, - "Y": 230.29, - "Z": -3337.76 + "X": 6790.75, + "Y": 23.46, + "Z": -1053.82 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -419960,22 +420365,22 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 34, - "Coding LOC": 15, - "Documentation LOC": 17, - "Structural Magnitude": 15.3, + "Total LOC": 86, + "Coding LOC": 19, + "Documentation LOC": 59, + "Structural Magnitude": 4.78, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.333 + "Raw Cognitive Density": 0.263 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.89%", + "Cognitive Load Exposure": "12.48%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Tech Debt Exposure": "99.99%", + "Testing Exposure": "2.46%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", @@ -419983,16 +420388,37 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "47.39%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "_XC_AUTOMAKE_BODY", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 41, + "End Line": 57 + }, + { + "Function Name": "XC_AUTOMAKE", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 73, + "End Line": 85 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, + "Function Parameters": 3, + "Function/Method Declarations": 2, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, @@ -420037,7 +420463,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 15, + "Structural Space Indentations": 1, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -420062,7 +420488,7 @@ "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -420093,22 +420519,22 @@ }, "9. Extracted Dependencies": [] }, - "cobol/cobrix/test1_copybook.cob": { + "m4/curl/m4/zz40-xc-ovr.m4": { "1. Artifact Identity": { - "Filename": "test1_copybook.cob", - "Path": "cobol/cobrix/test1_copybook.cob", - "Language": "Cobol", + "Filename": "zz40-xc-ovr.m4", + "Path": "m4/curl/m4/zz40-xc-ovr.m4", + "Language": "M4", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "cobol", + "Folder Dominant Lang": "m4", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .cob)" + "Identity Proof": "Single Indicator (Ext: .m4)" }, "2. Topological Coordinates": { - "X": -461.77, - "Y": 252.47, - "Z": -3890.25 + "X": 6522.12, + "Y": -92.58, + "Z": -1346.0 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -420117,45 +420543,236 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 37, - "Coding LOC": 19, - "Documentation LOC": 17, - "Structural Magnitude": 15.38, - "Control Flow Ratio": "100.0%", + "Total LOC": 668, + "Coding LOC": 338, + "Documentation LOC": 253, + "Structural Magnitude": 46.16, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.842 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "59.11%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", + "Tech Debt Exposure": "13.77%", + "Testing Exposure": "2.37%", + "API Exposure": "0.71%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "42.58%", + "Documentation Exposure": "11.92%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "XC_CONFIGURE_PREAMBLE", + "Structural Impact": 5.0, + "Lines of Code (LOC)": 72, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 473, + "End Line": 544 + }, + { + "Function Name": "XC_CHECK_PATH_SEPARATOR", + "Structural Impact": 2.9, + "Lines of Code (LOC)": 56, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 612, + "End Line": 667 + }, + { + "Function Name": "_AC_INIT_PREPARE_FS_SEPARATORS", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 559, + "End Line": 573 + }, + { + "Function Name": "_AS_PATH_SEPARATOR_PREPARE", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 545, + "End Line": 558 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_CAT", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 21, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 328, + "End Line": 348 + }, + { + "Function Name": "_XC_CFG_PRE_CHECK_PATH_SEPARATOR", + "Structural Impact": 2.0, + "Lines of Code (LOC)": 53, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 369, + "End Line": 421 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_CMD_ECHO", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 91, + "End Line": 107 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_SED", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 208, + "End Line": 224 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_GREP", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 241, + "End Line": 257 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_TR", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 270, + "End Line": 286 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_UTIL_WC", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 299, + "End Line": 315 + }, + { + "Function Name": "AC_DEFUN", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 120, + "End Line": 135 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_VAR_PATH", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 148, + "End Line": 163 + }, + { + "Function Name": "_XC_CFG_PRE_BASIC_CHK_CMD_EXPR", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 176, + "End Line": 191 + }, + { + "Function Name": "_XC_CFG_PRE_POSTLUDE", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 428, + "End Line": 443 + }, + { + "Function Name": "_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR", + "Structural Impact": 1.8, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 574, + "End Line": 580 + }, + { + "Function Name": "_XC_CFG_PRE_PREAMBLE", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 40, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 42, + "End Line": 81 + }, + { + "Function Name": "XC_CONFIGURE_PREAMBLE_VER_MAJOR", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 34, + "End Line": 34 + }, + { + "Function Name": "XC_CONFIGURE_PREAMBLE_VER_MINOR", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 35, + "End Line": 35 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 1, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 37, + "Function Parameters": 51, + "Function/Method Declarations": 19, "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, + "Defensive Programming Constructs": 4, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, + "Exposed API / Public Exports": 1, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, @@ -420168,7 +420785,7 @@ "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, + "Metaprogramming & Reflection": 0, "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, @@ -420176,25 +420793,25 @@ "Specification Traceability Tags": 0, "Server-Side Rendering Contexts": 0, "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, + "Dependency Injection Constructs": 37, "Preprocessor Macros": 0, "Pointer Arithmetic & Addressing": 0, "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, + "Structured Telemetry & Logging": 4, "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 2, - "Fatal Aborts & Exceptions": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 4, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, + "Private / Encapsulated Scopes": 2, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 17, + "Structural Space Indentations": 92, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -420211,15 +420828,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 50, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 37, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 10, "Design Short Vars": 0, - "Design Long Vars": 0, + "Design Long Vars": 3, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -421438,506 +422055,35 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "blueprint/ghostty": { - "Directory Group Magnitude": 83.48, - "File Count": 5, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.66%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.27%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "98.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "40.76%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "blueprint/ghostty/command-palette.blp": { - "1. Artifact Identity": { - "Filename": "command-palette.blp", - "Path": "blueprint/ghostty/command-palette.blp", - "Language": "Blp", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "blp", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .blp)" - }, - "2. Topological Coordinates": { - "X": -5139.23, - "Y": 229.77, - "Z": 771.62 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 111, - "Coding LOC": 90, - "Documentation LOC": 0, - "Structural Magnitude": 16.8, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "25.14%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 85, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, - "Design Camel Case": 0, - "Design Snake Case": 3, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "blueprint/ghostty/imgui-widget.blp": { - "1. Artifact Identity": { - "Filename": "imgui-widget.blp", - "Path": "blueprint/ghostty/imgui-widget.blp", - "Language": "Blp", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "blp", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .blp)" - }, - "2. Topological Coordinates": { - "X": -4869.53, - "Y": 150.65, - "Z": 211.52 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 52, - "Coding LOC": 42, - "Documentation LOC": 1, - "Structural Magnitude": 15.84, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.119 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "7.42%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "39.67%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 36, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 11, - "Design Camel Case": 0, - "Design Snake Case": 11, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "blueprint/ghostty/split-tree-split.blp": { - "1. Artifact Identity": { - "Filename": "split-tree-split.blp", - "Path": "blueprint/ghostty/split-tree-split.blp", - "Language": "Blp", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "blp", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .blp)" - }, - "2. Topological Coordinates": { - "X": -5401.71, - "Y": 150.33, - "Z": 383.5 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 21, - "Coding LOC": 14, - "Documentation LOC": 4, - "Structural Magnitude": 15.28, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.357 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.14%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "93.33%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "62.53%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 10, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - }, - "blueprint/ghostty/split-tree.blp": { + } + } + }, + "blueprint/ghostty": { + "Directory Group Magnitude": 83.48, + "File Count": 5, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.66%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.27%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "98.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "40.76%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "blueprint/ghostty/command-palette.blp": { "1. Artifact Identity": { - "Filename": "split-tree.blp", - "Path": "blueprint/ghostty/split-tree.blp", + "Filename": "command-palette.blp", + "Path": "blueprint/ghostty/command-palette.blp", "Language": "Blp", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -421947,9 +422093,9 @@ "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -4658.36, - "Y": 218.44, - "Z": 978.0 + "X": -5139.23, + "Y": 229.77, + "Z": 771.62 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -421958,19 +422104,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 26, - "Coding LOC": 15, - "Documentation LOC": 7, - "Structural Magnitude": 15.3, + "Total LOC": 111, + "Coding LOC": 90, + "Documentation LOC": 0, + "Structural Magnitude": 16.8, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.333 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.89%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -421981,7 +422127,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "61.33%", + "Documentation Exposure": "25.14%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -422035,7 +422181,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 11, + "Structural Space Indentations": 85, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422052,9 +422198,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 3, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 3, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -422091,10 +422237,10 @@ }, "9. Extracted Dependencies": [] }, - "blueprint/ghostty/window.blp": { + "blueprint/ghostty/imgui-widget.blp": { "1. Artifact Identity": { - "Filename": "window.blp", - "Path": "blueprint/ghostty/window.blp", + "Filename": "imgui-widget.blp", + "Path": "blueprint/ghostty/imgui-widget.blp", "Language": "Blp", "Architect": "Unknown Architect", "Indentation Style": "Spaces", @@ -422104,9 +422250,9 @@ "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -4970.01, - "Y": 184.72, - "Z": 560.02 + "X": -4869.53, + "Y": 150.65, + "Z": 211.52 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422115,19 +422261,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 324, - "Coding LOC": 263, - "Documentation LOC": 11, - "Structural Magnitude": 20.26, + "Total LOC": 52, + "Coding LOC": 42, + "Documentation LOC": 1, + "Structural Magnitude": 15.84, "Control Flow Ratio": "0.0%", - "Popularity Rank": 1, + "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.119 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "7.42%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -422138,7 +422284,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "15.14%", + "Documentation Exposure": "39.67%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -422192,7 +422338,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 253, + "Structural Space Indentations": 36, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422209,9 +422355,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 3, + "Core Var Decl": 11, "Design Camel Case": 0, - "Design Snake Case": 3, + "Design Snake Case": 11, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -422242,52 +422388,28 @@ }, "8. Dependency Network": { "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "jcl/cics-genapp/base/cntl": { - "Directory Group Magnitude": 57.04, - "File Count": 3, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.69%", - "Error & Exception Exposure": "49.13%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.31%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "4.46%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "45.6%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "jcl/cics-genapp/base/cntl/cpsmde2.jcl": { + }, + "blueprint/ghostty/split-tree-split.blp": { "1. Artifact Identity": { - "Filename": "cpsmde2.jcl", - "Path": "jcl/cics-genapp/base/cntl/cpsmde2.jcl", - "Language": "Jcl", + "Filename": "split-tree-split.blp", + "Path": "blueprint/ghostty/split-tree-split.blp", + "Language": "Blp", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "jcl", + "Folder Dominant Lang": "blp", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" + "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -6040.71, - "Y": 140.93, - "Z": -2271.5 + "X": -5401.71, + "Y": 150.33, + "Z": 383.5 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422296,46 +422418,46 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 203, - "Coding LOC": 173, - "Documentation LOC": 0, - "Structural Magnitude": 19.46, + "Total LOC": 21, + "Coding LOC": 14, + "Documentation LOC": 4, + "Structural Magnitude": 15.28, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.357 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "56.38%", + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Testing Exposure": "2.14%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "13.37%", + "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "93.33%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "18.51%", + "Documentation Exposure": "62.53%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 1, + "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 1, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, @@ -422373,7 +422495,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 39, + "Structural Space Indentations": 10, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422390,11 +422512,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 93, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 93, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -422429,22 +422551,22 @@ }, "9. Extracted Dependencies": [] }, - "jcl/cics-genapp/base/cntl/itpentr.jcl": { + "blueprint/ghostty/split-tree.blp": { "1. Artifact Identity": { - "Filename": "itpentr.jcl", - "Path": "jcl/cics-genapp/base/cntl/itpentr.jcl", - "Language": "Jcl", + "Filename": "split-tree.blp", + "Path": "blueprint/ghostty/split-tree.blp", + "Language": "Blp", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "jcl", + "Folder Dominant Lang": "blp", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" + "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -5837.59, - "Y": 93.03, - "Z": -2214.22 + "X": -4658.36, + "Y": 218.44, + "Z": 978.0 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422453,10 +422575,10 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 15, + "Total LOC": 26, "Coding LOC": 15, - "Documentation LOC": 0, - "Structural Magnitude": 21.94, + "Documentation LOC": 7, + "Structural Magnitude": 15.3, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -422465,10 +422587,10 @@ "Raw Cognitive Density": 0.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "11.12%", - "Error & Exception Exposure": "91.01%", + "Cognitive Load Exposure": "15.89%", + "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.34%", + "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", @@ -422476,21 +422598,21 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "70.21%", + "Documentation Exposure": "61.33%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 8, - "Function Parameters": 1, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 1, - "I/O and Network Boundaries": 13, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -422530,7 +422652,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 11, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422547,11 +422669,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 9, + "Core Var Decl": 0, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 9, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -422572,7 +422694,7 @@ "Embedded Credentials & Keys": 0, "Sec Extension Mismatch": 0, "Sec Entropy": 0, - "Sec Tainted Injection": 1, + "Sec Tainted Injection": 0, "Prompt Injection": 0, "Agentic Rce": 0, "Invisible Unicode Payload Smuggling": 0, @@ -422586,22 +422708,22 @@ }, "9. Extracted Dependencies": [] }, - "jcl/cics-genapp/base/cntl/wsavp01.jcl": { + "blueprint/ghostty/window.blp": { "1. Artifact Identity": { - "Filename": "wsavp01.jcl", - "Path": "jcl/cics-genapp/base/cntl/wsavp01.jcl", - "Language": "Jcl", + "Filename": "window.blp", + "Path": "blueprint/ghostty/window.blp", + "Language": "Blp", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "jcl", + "Folder Dominant Lang": "blp", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .jcl)" + "Identity Proof": "Single Indicator (Ext: .blp)" }, "2. Topological Coordinates": { - "X": -5789.13, - "Y": 147.4, - "Z": -2701.82 + "X": -4970.01, + "Y": 184.72, + "Z": 560.02 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -422610,19 +422732,19 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 32, - "Coding LOC": 32, - "Documentation LOC": 0, - "Structural Magnitude": 15.64, + "Total LOC": 324, + "Coding LOC": 263, + "Documentation LOC": 11, + "Structural Magnitude": 20.26, "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, + "Popularity Rank": 1, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.156 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.96%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -422633,7 +422755,7 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "48.08%", + "Documentation Exposure": "15.14%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -422642,8 +422764,8 @@ "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 1, - "Class/Entity Declarations": 1, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, @@ -422687,7 +422809,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 253, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -422704,11 +422826,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 18, + "Core Var Decl": 3, "Design Camel Case": 0, - "Design Snake Case": 0, + "Design Snake Case": 3, "Design Pascal Case": 0, - "Design Upper Case": 18, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -422737,7 +422859,7 @@ }, "8. Dependency Network": { "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 0, + "Direct Downstream (Dependency Blast Radius)": 1, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, @@ -423458,9 +423580,9 @@ "Identity Proof": "Single Indicator (Ext: .nix)" }, "2. Topological Coordinates": { - "X": 2270.61, + "X": -6034.69, "Y": 36.48, - "Z": -5376.09 + "Z": -2162.26 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -423615,9 +423737,9 @@ "Identity Proof": "Single Indicator (Ext: .nix)" }, "2. Topological Coordinates": { - "X": 2431.42, + "X": -5873.87, "Y": 1.68, - "Z": -5688.28 + "Z": -2474.46 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -423772,9 +423894,9 @@ "Identity Proof": "Single Indicator (Ext: .nix)" }, "2. Topological Coordinates": { - "X": 2470.72, + "X": -5834.57, "Y": -34.57, - "Z": -6010.11 + "Z": -2796.29 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424291,9 +424413,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6615.01, + "X": 2230.89, "Y": -132.9, - "Z": 3491.59 + "Z": -5433.13 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424448,9 +424570,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6861.97, + "X": 2477.86, "Y": -120.12, - "Z": 2902.77 + "Z": -6021.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424605,9 +424727,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6867.16, + "X": 2483.04, "Y": -124.13, - "Z": 3453.75 + "Z": -5470.97 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424786,9 +424908,9 @@ "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": -3421.99, + "X": 6613.9, "Y": -160.84, - "Z": 6118.16 + "Z": 3711.34 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -424943,9 +425065,9 @@ "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": -3199.18, + "X": 6836.72, "Y": -103.73, - "Z": 5384.61 + "Z": 2977.8 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -425100,9 +425222,9 @@ "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": -3220.29, + "X": 6815.61, "Y": -123.93, - "Z": 5651.02 + "Z": 3244.2 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -426050,9 +426172,9 @@ "Identity Proof": "Single Indicator (Ext: .hlo)" }, "2. Topological Coordinates": { - "X": -5823.56, + "X": -3198.79, "Y": -115.43, - "Z": -3741.0 + "Z": 5585.77 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -426207,9 +426329,9 @@ "Identity Proof": "Single Indicator (Ext: .hlo)" }, "2. Topological Coordinates": { - "X": -5810.9, + "X": -3186.13, "Y": -71.41, - "Z": -3594.76 + "Z": 5732.01 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -426364,9 +426486,9 @@ "Identity Proof": "Single Indicator (Ext: .hlo)" }, "2. Topological Coordinates": { - "X": -6047.48, + "X": -3422.71, "Y": -21.96, - "Z": -3418.84 + "Z": 5907.92 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -427221,9 +427343,9 @@ "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 5825.84, + "X": 3717.89, "Y": -147.44, - "Z": 4312.72 + "Z": -5448.86 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -427378,9 +427500,9 @@ "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 5552.76, + "X": 3444.82, "Y": -198.73, - "Z": 4243.18 + "Z": -5518.41 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -427535,9 +427657,9 @@ "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 5794.0, + "X": 3686.05, "Y": -172.08, - "Z": 3877.39 + "Z": -5884.19 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -428054,9 +428176,9 @@ "Identity Proof": "Single Indicator (Ext: .mlir)" }, "2. Topological Coordinates": { - "X": -2153.42, + "X": -2153.32, "Y": -161.46, - "Z": -5206.22 + "Z": -5205.94 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -428211,9 +428333,9 @@ "Identity Proof": "Single Indicator (Ext: .mlir)" }, "2. Topological Coordinates": { - "X": -1964.05, + "X": -1963.95, "Y": -190.21, - "Z": -5174.92 + "Z": -5174.64 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429069,9 +429191,9 @@ "Identity Proof": "Single Indicator (Ext: .yml)" }, "2. Topological Coordinates": { - "X": 1519.23, + "X": 1512.63, "Y": -32.07, - "Z": 5296.14 + "Z": 5272.53 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429226,9 +429348,9 @@ "Identity Proof": "Single Indicator (Ext: .yml)" }, "2. Topological Coordinates": { - "X": 1246.0, + "X": 1239.41, "Y": -37.1, - "Z": 5543.57 + "Z": 5519.96 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429407,9 +429529,9 @@ "Identity Proof": "Single Indicator (Ext: .csv)" }, "2. Topological Coordinates": { - "X": -5364.53, + "X": -5363.95, "Y": 187.56, - "Z": 1321.05 + "Z": 1320.92 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -429564,9 +429686,9 @@ "Identity Proof": "Single Indicator (Ext: .tsv)" }, "2. Topological Coordinates": { - "X": -5604.69, + "X": -5604.11, "Y": 221.85, - "Z": 1440.67 + "Z": 1440.53 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -430132,9 +430254,9 @@ "Identity Proof": "Single Indicator (Ext: .json)" }, "2. Topological Coordinates": { - "X": 6589.82, + "X": 6585.95, "Y": -227.46, - "Z": -2061.57 + "Z": -2060.32 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -430289,9 +430411,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": 6373.75, + "X": 6369.88, "Y": -119.92, - "Z": -1998.46 + "Z": -1997.2 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -431127,44 +431249,571 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "html/odoo_mako/mako_header.html": { + }, + "html/odoo_mako/mako_header.html": { + "1. Artifact Identity": { + "Filename": "mako_header.html", + "Path": "html/odoo_mako/mako_header.html", + "Language": "Html", + "Architect": "Unknown Architect", + "Indentation Style": "Tabs", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "html", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .html)" + }, + "2. Topological Coordinates": { + "X": 7948.48, + "Y": -116.02, + "Z": 503.37 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 62, + "Coding LOC": 56, + "Documentation LOC": 0, + "Structural Magnitude": 0.02, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "33.53%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 3, + "Function Parameters": 3, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 2, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 10, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 43, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 5, + "Design Camel Case": 0, + "Design Snake Case": 5, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "$css_path/mako_template.css" + ] + }, + "html/odoo_mako/status_display.html": { + "1. Artifact Identity": { + "Filename": "status_display.html", + "Path": "html/odoo_mako/status_display.html", + "Language": "Html", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "html", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .html)" + }, + "2. Topological Coordinates": { + "X": 8100.82, + "Y": -163.93, + "Z": 1356.6 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 19, + "Coding LOC": 15, + "Documentation LOC": 0, + "Structural Magnitude": 0.02, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.333 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "15.89%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "70.21%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 3, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 3, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 4, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 2, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 12, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 6, + "Design Camel Case": 0, + "Design Snake Case": 6, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 5, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "/iot_drivers/static/src/app/css/status_display.css", + "/iot_drivers/static/src/app/status.js", + "/web/static/lib/bootstrap/dist/css/bootstrap.css", + "/web/static/lib/owl/owl.js", + "/web/static/src/libs/fontawesome/css/font-awesome.css" + ] + } + } + }, + "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt": { + "Directory Group Magnitude": 16.94, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.0%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.0%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir": { + "1. Artifact Identity": { + "Filename": "tpu_conversions.mlir", + "Path": "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir", + "Language": "Mlir", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "mlir", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .mlir)" + }, + "2. Topological Coordinates": { + "X": 1922.83, + "Y": -136.67, + "Z": -5817.1 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 230, + "Coding LOC": 97, + "Documentation LOC": 94, + "Structural Magnitude": 16.94, + "Control Flow Ratio": "0.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.0 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.0%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.0%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 0, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 61, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 0, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 0, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + } + } + }, + "xml/odoo": { + "Directory Group Magnitude": 15.44, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "3.34%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.3%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "18.96%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "xml/odoo/__manifest__.py": { "1. Artifact Identity": { - "Filename": "mako_header.html", - "Path": "html/odoo_mako/mako_header.html", - "Language": "Html", + "Filename": "__manifest__.py", + "Path": "xml/odoo/__manifest__.py", + "Language": "Python", "Architect": "Unknown Architect", - "Indentation Style": "Tabs", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "html", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .html)" + "Folder Dominant Lang": "python", + "Lock Tier": 1.5, + "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" }, "2. Topological Coordinates": { - "X": 7948.48, - "Y": -116.02, - "Z": 503.37 + "X": 7205.06, + "Y": 164.39, + "Z": 2505.78 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "Unclassified", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 62, - "Coding LOC": 56, + "Total LOC": 23, + "Coding LOC": 22, "Documentation LOC": 0, - "Structural Magnitude": 0.02, + "Structural Magnitude": 15.44, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.091 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "3.34%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", "Testing Exposure": "2.3%", @@ -431175,28 +431824,28 @@ "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "33.53%", + "Documentation Exposure": "18.96%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 3, - "Function Parameters": 3, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, "Function/Method Declarations": 0, - "Class/Entity Declarations": 1, + "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 2, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, + "Structured Documentation Blocks": 2, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 10, + "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, "Global State Dependencies": 0, "Decorators and Annotations": 0, @@ -431228,8 +431877,8 @@ "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 43, - "Structural Space Indentations": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 20, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431246,9 +431895,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 5, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 5, + "Design Snake Case": 0, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -431278,31 +431927,53 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "$css_path/mako_template.css" - ] - }, - "html/odoo_mako/status_display.html": { + "9. Extracted Dependencies": [] + } + } + }, + "protobuf/baseline": { + "Directory Group Magnitude": 15.24, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "1.84%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "80.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "9.54%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "protobuf/baseline/control.proto": { "1. Artifact Identity": { - "Filename": "status_display.html", - "Path": "html/odoo_mako/status_display.html", - "Language": "Html", + "Filename": "control.proto", + "Path": "protobuf/baseline/control.proto", + "Language": "Proto", "Architect": "Unknown Architect", "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "html", + "Folder Dominant Lang": "proto", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .html)" + "Identity Proof": "Single Indicator (Ext: .proto)" }, "2. Topological Coordinates": { - "X": 8100.82, - "Y": -163.93, - "Z": 1356.6 + "X": -2583.27, + "Y": -23.25, + "Z": 6173.14 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -431311,44 +431982,44 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 19, - "Coding LOC": 15, - "Documentation LOC": 0, - "Structural Magnitude": 0.02, + "Total LOC": 163, + "Coding LOC": 12, + "Documentation LOC": 145, + "Structural Magnitude": 15.24, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.333 + "Raw Cognitive Density": 0.417 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "15.89%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Testing Exposure": "1.84%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "80.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "70.21%", + "Documentation Exposure": "9.54%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 3, + "Sequential Logic Declarations": 0, "Function Parameters": 0, "Function/Method Declarations": 0, "Class/Entity Declarations": 0, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 3, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -431358,7 +432029,7 @@ "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, "Global State Dependencies": 0, - "Decorators and Annotations": 4, + "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, @@ -431385,10 +432056,10 @@ "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 2, + "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 12, + "Structural Space Indentations": 2, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431405,9 +432076,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 6, + "Core Var Decl": 9, "Design Camel Case": 0, - "Design Snake Case": 6, + "Design Snake Case": 9, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -431423,7 +432094,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 3, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -431437,59 +432108,53 @@ "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 }, "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, + "Direct Upstream (Fragility)": 0, "Direct Downstream (Dependency Blast Radius)": 0, "Total Upstream (Absolute Fragility)": 0, "Total Downstream (Absolute Dependency Blast Radius)": 0 }, - "9. Extracted Dependencies": [ - "/iot_drivers/static/src/app/css/status_display.css", - "/iot_drivers/static/src/app/status.js", - "/web/static/lib/bootstrap/dist/css/bootstrap.css", - "/web/static/lib/owl/owl.js", - "/web/static/src/libs/fontawesome/css/font-awesome.css" - ] + "9. Extracted Dependencies": [] } } }, - "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt": { - "Directory Group Magnitude": 16.94, + "tabular/tsv_genomics": { + "Directory Group Magnitude": 15.2, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", + "Testing Exposure": "1.53%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "66.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", + "Documentation Exposure": "52.76%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir": { + "tabular/tsv_genomics/B.cell_eQTL.tsv": { "1. Artifact Identity": { - "Filename": "tpu_conversions.mlir", - "Path": "mlir/tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir", - "Language": "Mlir", + "Filename": "B.cell_eQTL.tsv", + "Path": "tabular/tsv_genomics/B.cell_eQTL.tsv", + "Language": "Csv", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "mlir", + "Folder Dominant Lang": "csv", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .mlir)" + "Identity Proof": "Single Indicator (Ext: .tsv)" }, "2. Topological Coordinates": { - "X": 1922.83, - "Y": -136.67, - "Z": -5817.1 + "X": -6122.17, + "Y": 83.46, + "Z": -3032.35 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -431498,30 +432163,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 230, - "Coding LOC": 97, - "Documentation LOC": 94, - "Structural Magnitude": 16.94, + "Total LOC": 11, + "Coding LOC": 10, + "Documentation LOC": 0, + "Structural Magnitude": 15.2, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 0.5 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", + "Testing Exposure": "1.53%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", + "Specification Exposure": "66.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", + "Documentation Exposure": "52.76%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -431575,7 +432240,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 61, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431633,77 +432298,77 @@ } } }, - "xml/odoo": { - "Directory Group Magnitude": 15.44, + "yaml/ansible": { + "Directory Group Magnitude": 13.5, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" + "Static: Literature & Documentation": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "3.34%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", + "Testing Exposure": "0.0%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", + "Specification Exposure": "0.0%", + "Instability Exposure": "0.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "18.96%", + "Documentation Exposure": "0.0%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "xml/odoo/__manifest__.py": { + "yaml/ansible/COPYING": { "1. Artifact Identity": { - "Filename": "__manifest__.py", - "Path": "xml/odoo/__manifest__.py", - "Language": "Python", + "Filename": "COPYING", + "Path": "yaml/ansible/COPYING", + "Language": "Plaintext", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "python", - "Lock Tier": 1.5, - "Identity Proof": "Ecosystem Consensus Lock (75% Local Dominance)" + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (COPYING)" }, "2. Topological Coordinates": { - "X": 7205.06, - "Y": 164.39, - "Z": 2505.78 + "X": 3047.47, + "Y": 219.52, + "Z": -5820.83 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "Unclassified", + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 23, - "Coding LOC": 22, - "Documentation LOC": 0, - "Structural Magnitude": 15.44, + "Total LOC": 675, + "Coding LOC": 0, + "Documentation LOC": 553, + "Structural Magnitude": 13.5, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.091 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "3.34%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.3%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "18.96%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -431720,7 +432385,7 @@ "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 2, + "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, @@ -431756,7 +432421,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 20, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431814,77 +432479,77 @@ } } }, - "protobuf/baseline": { - "Directory Group Magnitude": 15.24, - "File Count": 1, + "python/fastapi": { + "Directory Group Magnitude": 12.98, + "File Count": 3, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" + "Static: Literature & Documentation": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "0.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.84%", + "Testing Exposure": "0.0%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "80.0%", - "Instability Exposure": "50.0%", + "Specification Exposure": "0.0%", + "Instability Exposure": "0.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "9.54%", + "Documentation Exposure": "0.0%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "protobuf/baseline/control.proto": { + "python/fastapi/CONTRIBUTING.md": { "1. Artifact Identity": { - "Filename": "control.proto", - "Path": "protobuf/baseline/control.proto", - "Language": "Proto", + "Filename": "CONTRIBUTING.md", + "Path": "python/fastapi/CONTRIBUTING.md", + "Language": "Markdown", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "proto", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .proto)" + "Indentation Style": "Neutral / No Indentation", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "markdown", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": -2583.27, - "Y": -23.25, - "Z": 6173.14 + "X": -5972.0, + "Y": 77.93, + "Z": -3508.66 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 163, - "Coding LOC": 12, - "Documentation LOC": 145, - "Structural Magnitude": 15.24, + "Total LOC": 2, + "Coding LOC": 0, + "Documentation LOC": 1, + "Structural Magnitude": 1.0, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.417 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.84%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "80.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "9.54%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -431937,7 +432602,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 2, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -431954,9 +432619,9 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 9, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 9, + "Design Snake Case": 0, "Design Pascal Case": 0, "Design Upper Case": 0, "Design Short Vars": 0, @@ -431966,13 +432631,13 @@ "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Hyperlinked Literature References": 1, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 3, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -431992,80 +432657,56 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "tabular/tsv_genomics": { - "Directory Group Magnitude": 15.2, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.53%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "66.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "52.76%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "tabular/tsv_genomics/B.cell_eQTL.tsv": { + }, + "python/fastapi/README.md": { "1. Artifact Identity": { - "Filename": "B.cell_eQTL.tsv", - "Path": "tabular/tsv_genomics/B.cell_eQTL.tsv", - "Language": "Csv", + "Filename": "README.md", + "Path": "python/fastapi/README.md", + "Language": "Markdown", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "csv", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .tsv)" + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "markdown", + "Lock Tier": 1, + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": -6122.17, - "Y": 83.46, - "Z": -3032.35 + "X": -5770.54, + "Y": 117.24, + "Z": -3533.36 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 11, - "Coding LOC": 10, - "Documentation LOC": 0, - "Structural Magnitude": 15.2, + "Total LOC": 549, + "Coding LOC": 0, + "Documentation LOC": 351, + "Structural Magnitude": 10.98, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.5 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.53%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "66.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "52.76%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432144,10 +432785,10 @@ "Design Long Vars": 0, "Duplicate Logic": 0, "Orphaned Logic": 0, - "Instructional Code Examples": 0, + "Instructional Code Examples": 24, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Structured Literature Headers": 28, + "Hyperlinked Literature References": 47, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432173,47 +432814,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "yaml/ansible": { - "Directory Group Magnitude": 13.5, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "0.0%", - "Instability Exposure": "0.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "yaml/ansible/COPYING": { + }, + "python/fastapi/SECURITY.md": { "1. Artifact Identity": { - "Filename": "COPYING", - "Path": "yaml/ansible/COPYING", - "Language": "Plaintext", + "Filename": "SECURITY.md", + "Path": "python/fastapi/SECURITY.md", + "Language": "Markdown", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", + "Doc Umbrella": 1.0, + "Folder Dominant Lang": "markdown", "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (COPYING)" + "Identity Proof": "Prose Extension (.md)" }, "2. Topological Coordinates": { - "X": 3047.47, - "Y": 219.52, - "Z": -5820.83 + "X": -5826.74, + "Y": 156.7, + "Z": -3836.67 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -432222,10 +432839,10 @@ "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 675, + "Total LOC": 32, "Coding LOC": 0, - "Documentation LOC": 553, - "Structural Magnitude": 13.5, + "Documentation LOC": 16, + "Structural Magnitude": 1.0, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -432327,8 +432944,8 @@ "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, + "Structured Literature Headers": 4, + "Hyperlinked Literature References": 3, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432357,77 +432974,77 @@ } } }, - "python/fastapi": { - "Directory Group Magnitude": 12.98, - "File Count": 3, + "tabular/devsecops_payloads": { + "Directory Group Magnitude": 12.6, + "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "100.0%" + "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", + "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.0%", + "Testing Exposure": "0.77%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "0.0%", - "Instability Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.0%", + "Documentation Exposure": "29.36%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "python/fastapi/CONTRIBUTING.md": { + "tabular/devsecops_payloads/weaponized_export.csv": { "1. Artifact Identity": { - "Filename": "CONTRIBUTING.md", - "Path": "python/fastapi/CONTRIBUTING.md", - "Language": "Markdown", + "Filename": "weaponized_export.csv", + "Path": "tabular/devsecops_payloads/weaponized_export.csv", + "Language": "Csv", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "markdown", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "csv", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .csv)" }, "2. Topological Coordinates": { - "X": 3529.27, - "Y": 77.93, - "Z": -5539.05 + "X": 6193.48, + "Y": 155.1, + "Z": 3592.16 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 2, - "Coding LOC": 0, - "Documentation LOC": 1, - "Structural Magnitude": 1.0, + "Total LOC": 6, + "Coding LOC": 5, + "Documentation LOC": 0, + "Structural Magnitude": 12.6, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.77%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.36%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432509,7 +433126,7 @@ "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, - "Hyperlinked Literature References": 1, + "Hyperlinked Literature References": 0, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432535,56 +433152,80 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "python/fastapi/README.md": { + } + } + }, + "yaml/ansible/yaml_parsing": { + "Directory Group Magnitude": 12.6, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.77%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.36%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "yaml/ansible/yaml_parsing/playbook.yml": { "1. Artifact Identity": { - "Filename": "README.md", - "Path": "python/fastapi/README.md", - "Language": "Markdown", + "Filename": "playbook.yml", + "Path": "yaml/ansible/yaml_parsing/playbook.yml", + "Language": "Yaml", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "markdown", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "yaml", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .yml)" }, "2. Topological Coordinates": { - "X": 3730.74, - "Y": 117.24, - "Z": -5563.75 + "X": -3000.91, + "Y": 95.21, + "Z": 4888.75 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 549, - "Coding LOC": 0, - "Documentation LOC": 351, - "Structural Magnitude": 10.98, + "Total LOC": 6, + "Coding LOC": 5, + "Documentation LOC": 0, + "Structural Magnitude": 12.6, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 1.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.77%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "33.33%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.36%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432637,7 +433278,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 4, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -432663,10 +433304,10 @@ "Design Long Vars": 0, "Duplicate Logic": 0, "Orphaned Logic": 0, - "Instructional Code Examples": 24, + "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 28, - "Hyperlinked Literature References": 47, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432692,56 +433333,80 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - }, - "python/fastapi/SECURITY.md": { + } + } + }, + "xml/jenkins": { + "Directory Group Magnitude": 10.52, + "File Count": 1, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.15%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "6.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.79%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "xml/jenkins/excludesFilter.xml": { "1. Artifact Identity": { - "Filename": "SECURITY.md", - "Path": "python/fastapi/SECURITY.md", - "Language": "Markdown", + "Filename": "excludesFilter.xml", + "Path": "xml/jenkins/excludesFilter.xml", + "Language": "Xml", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 1.0, - "Folder Dominant Lang": "markdown", - "Lock Tier": 1, - "Identity Proof": "Prose Extension (.md)" + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "xml", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .xml)" }, "2. Topological Coordinates": { - "X": 3674.54, - "Y": 156.7, - "Z": -5867.06 + "X": -5636.27, + "Y": -19.65, + "Z": -3859.47 }, "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", + "Repository Archetype": "Unclassified", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": "N/A", + "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 32, + "Total LOC": 235, "Coding LOC": 0, - "Documentation LOC": 16, - "Structural Magnitude": 1.0, + "Documentation LOC": 234, + "Structural Magnitude": 10.52, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 + "Raw Cognitive Density": 5.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "0.15%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "6.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "0.79%", + "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", @@ -432822,8 +433487,8 @@ "Orphaned Logic": 0, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 4, - "Hyperlinked Literature References": 3, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, "High-Entropy / Obfuscated Logic": 0, "Safety & Constraint Bypasses": 0, "External Network & I/O Hooks": 0, @@ -432852,8 +433517,8 @@ } } }, - "tabular/devsecops_payloads": { - "Directory Group Magnitude": 12.6, + "xml/springboot/getting-started": { + "Directory Group Magnitude": 10.52, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" @@ -432862,34 +433527,34 @@ "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "5.19%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "tabular/devsecops_payloads/weaponized_export.csv": { + "xml/springboot/getting-started/pom.xml": { "1. Artifact Identity": { - "Filename": "weaponized_export.csv", - "Path": "tabular/devsecops_payloads/weaponized_export.csv", - "Language": "Csv", + "Filename": "pom.xml", + "Path": "xml/springboot/getting-started/pom.xml", + "Language": "Xml", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "csv", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .csv)" + "Folder Dominant Lang": "xml", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (pom.xml)" }, "2. Topological Coordinates": { - "X": 6193.48, - "Y": 155.1, - "Z": 3592.16 + "X": 4067.78, + "Y": -44.32, + "Z": -5403.56 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -432898,30 +433563,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 6, - "Coding LOC": 5, - "Documentation LOC": 0, - "Structural Magnitude": 12.6, + "Total LOC": 18, + "Coding LOC": 0, + "Documentation LOC": 16, + "Structural Magnitude": 10.52, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 5.0 }, "4. Vulnerability & Risk Exposures": { "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "5.19%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -433033,8 +433698,8 @@ } } }, - "yaml/ansible/yaml_parsing": { - "Directory Group Magnitude": 12.6, + "xml/springboot/resources": { + "Directory Group Magnitude": 10.52, "File Count": 1, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" @@ -433043,34 +433708,34 @@ "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "1.24%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "yaml/ansible/yaml_parsing/playbook.yml": { + "xml/springboot/resources/pom.xml": { "1. Artifact Identity": { - "Filename": "playbook.yml", - "Path": "yaml/ansible/yaml_parsing/playbook.yml", - "Language": "Yaml", + "Filename": "pom.xml", + "Path": "xml/springboot/resources/pom.xml", + "Language": "Xml", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "yaml", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .yml)" + "Folder Dominant Lang": "xml", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (pom.xml)" }, "2. Topological Coordinates": { - "X": -3000.91, - "Y": 95.21, - "Z": 4888.75 + "X": 5012.32, + "Y": -82.68, + "Z": 4166.17 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433079,30 +433744,30 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 6, - "Coding LOC": 5, - "Documentation LOC": 0, - "Structural Magnitude": 12.6, + "Total LOC": 45, + "Coding LOC": 0, + "Documentation LOC": 45, + "Structural Magnitude": 10.52, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.0 + "Raw Cognitive Density": 5.0 }, "4. Vulnerability & Risk Exposures": { "Cognitive Load Exposure": "5.0%", "Error & Exception Exposure": "0.0%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.77%", + "Testing Exposure": "0.15%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "33.33%", + "Specification Exposure": "6.67%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.36%", + "Documentation Exposure": "1.24%", "Hardcoded Payload Artifacts": "0.0%" }, "5. Function Analysis": [], @@ -433156,7 +433821,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 4, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -433191,7 +433856,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, + "Commented-Out Executable Logic": 1, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -433214,44 +433879,44 @@ } } }, - "xml/jenkins": { - "Directory Group Magnitude": 10.52, - "File Count": 1, + "jcl/cics-genapp/base/cntl": { + "Directory Group Magnitude": 10.3, + "File Count": 3, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Cognitive Load Exposure": "5.69%", + "Error & Exception Exposure": "49.13%", + "Tech Debt Exposure": "66.31%", + "Testing Exposure": "2.35%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "4.46%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.79%", + "Documentation Exposure": "45.6%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "xml/jenkins/excludesFilter.xml": { + "jcl/cics-genapp/base/cntl/cpsmde2.jcl": { "1. Artifact Identity": { - "Filename": "excludesFilter.xml", - "Path": "xml/jenkins/excludesFilter.xml", - "Language": "Xml", + "Filename": "cpsmde2.jcl", + "Path": "jcl/cics-genapp/base/cntl/cpsmde2.jcl", + "Language": "Jcl", "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", + "Indentation Style": "Spaces", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "xml", + "Folder Dominant Lang": "jcl", "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .xml)" + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": -5636.27, - "Y": -19.65, - "Z": -3859.47 + "X": 5821.94, + "Y": 138.61, + "Z": 4045.4 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433260,46 +433925,57 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 235, - "Coding LOC": 0, - "Documentation LOC": 234, - "Structural Magnitude": 10.52, + "Total LOC": 203, + "Coding LOC": 173, + "Documentation LOC": 0, + "Structural Magnitude": 5.96, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 5.0 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "56.38%", "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Testing Exposure": "2.3%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", + "State Flux Exposure": "13.37%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "0.79%", + "Documentation Exposure": "18.51%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "EYU9XDBT", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 193, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 11, + "End Line": 203 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, + "Sequential Logic Declarations": 1, "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, + "State Mutations / Variable Reassignments": 1, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, @@ -433337,7 +434013,7 @@ "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, + "Structural Space Indentations": 39, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -433354,11 +434030,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 93, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 93, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -433392,47 +434068,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "xml/springboot/getting-started": { - "Directory Group Magnitude": 10.52, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "5.19%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "xml/springboot/getting-started/pom.xml": { + }, + "jcl/cics-genapp/base/cntl/itpentr.jcl": { "1. Artifact Identity": { - "Filename": "pom.xml", - "Path": "xml/springboot/getting-started/pom.xml", - "Language": "Xml", + "Filename": "itpentr.jcl", + "Path": "jcl/cics-genapp/base/cntl/itpentr.jcl", + "Language": "Jcl", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "xml", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (pom.xml)" + "Folder Dominant Lang": "jcl", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": 4067.78, - "Y": -44.32, - "Z": -5403.56 + "X": 5597.79, + "Y": 95.12, + "Z": 4494.07 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433441,44 +434093,55 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 18, - "Coding LOC": 0, - "Documentation LOC": 16, - "Structural Magnitude": 10.52, + "Total LOC": 15, + "Coding LOC": 15, + "Documentation LOC": 0, + "Structural Magnitude": 2.2, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 5.0 + "Raw Cognitive Density": 0.333 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Cognitive Load Exposure": "11.12%", + "Error & Exception Exposure": "91.01%", + "Tech Debt Exposure": "100.0%", + "Testing Exposure": "2.43%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "5.19%", + "Documentation Exposure": "70.21%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "RUNSIM", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 0, + "Input Parameters": 1, + "Control Flow Ratio": "0.0%", + "Start Line": 6, + "End Line": 15 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, + "Sequential Logic Declarations": 8, + "Function Parameters": 1, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, + "High-Risk Execution Commands": 1, + "I/O and Network Boundaries": 13, "Exposed API / Public Exports": 0, "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, @@ -433535,15 +434198,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 9, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 9, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -433560,7 +434223,7 @@ "Embedded Credentials & Keys": 0, "Sec Extension Mismatch": 0, "Sec Entropy": 0, - "Sec Tainted Injection": 0, + "Sec Tainted Injection": 1, "Prompt Injection": 0, "Agentic Rce": 0, "Invisible Unicode Payload Smuggling": 0, @@ -433573,47 +434236,23 @@ "Total Downstream (Absolute Dependency Blast Radius)": 0 }, "9. Extracted Dependencies": [] - } - } - }, - "xml/springboot/resources": { - "Directory Group Magnitude": 10.52, - "File Count": 1, - "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "1.24%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "xml/springboot/resources/pom.xml": { + }, + "jcl/cics-genapp/base/cntl/wsavp01.jcl": { "1. Artifact Identity": { - "Filename": "pom.xml", - "Path": "xml/springboot/resources/pom.xml", - "Language": "Xml", + "Filename": "wsavp01.jcl", + "Path": "jcl/cics-genapp/base/cntl/wsavp01.jcl", + "Language": "Jcl", "Architect": "Unknown Architect", "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "xml", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (pom.xml)" + "Folder Dominant Lang": "jcl", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .jcl)" }, "2. Topological Coordinates": { - "X": 5012.32, - "Y": -82.68, - "Z": 4166.17 + "X": 5846.41, + "Y": 147.67, + "Z": 3848.9 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -433622,40 +434261,51 @@ "File Archetype": null, "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 45, - "Coding LOC": 0, - "Documentation LOC": 45, - "Structural Magnitude": 10.52, + "Total LOC": 32, + "Coding LOC": 32, + "Documentation LOC": 0, + "Structural Magnitude": 2.14, "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 5.0 + "Raw Cognitive Density": 0.156 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", + "Cognitive Load Exposure": "5.96%", "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "0.15%", + "Tech Debt Exposure": "98.93%", + "Testing Exposure": "2.33%", "API Exposure": "0.0%", "Concurrency Exposure": "0.0%", "State Flux Exposure": "0.0%", "Commented Logic Exposure": "0.0%", - "Specification Exposure": "6.67%", + "Specification Exposure": "100.0%", "Instability Exposure": "50.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "1.24%", + "Documentation Exposure": "48.08%", "Hardcoded Payload Artifacts": "0.0%" }, - "5. Function Analysis": [], + "5. Function Analysis": [ + { + "Function Name": "LS2WSVS", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 13, + "End Line": 32 + } + ], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { "Control Flow Branches": 0, "Sequential Logic Declarations": 0, "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, + "Function/Method Declarations": 1, + "Class/Entity Declarations": 1, "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, @@ -433716,15 +434366,15 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, + "Core Var Decl": 18, "Design Camel Case": 0, "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 18, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, - "Orphaned Logic": 0, + "Orphaned Logic": 1, "Instructional Code Examples": 0, "Architectural Diagrams (Mermaid/PlantUML)": 0, "Structured Literature Headers": 0, @@ -433734,7 +434384,7 @@ "External Network & I/O Hooks": 0, "Dynamic Code Execution (Eval/Exec)": 0, "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 1, + "Commented-Out Executable Logic": 0, "Low-Level Bitwise / Cryptographic Math": 0, "Non-Standard / Steganographic Imports": 0, "Non-Standard Unicode / Homoglyphs": 0, @@ -433793,9 +434443,9 @@ "Identity Proof": "Metadata Anchor (COPYING)" }, "2. Topological Coordinates": { - "X": -968.0, + "X": -967.46, "Y": 146.31, - "Z": -4852.24 + "Z": -4849.41 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -433950,9 +434600,9 @@ "Identity Proof": "Single Indicator (Ext: .sql)" }, "2. Topological Coordinates": { - "X": -1180.04, + "X": -1179.51, "Y": 104.96, - "Z": -4827.04 + "Z": -4824.21 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -435826,9 +436476,9 @@ "Identity Proof": "Prose Extension (.txt)" }, "2. Topological Coordinates": { - "X": 7058.54, + "X": 7044.99, "Y": -96.74, - "Z": -1115.06 + "Z": -1113.06 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -435983,9 +436633,9 @@ "Identity Proof": "Single Indicator (Ext: .html)" }, "2. Topological Coordinates": { - "X": 6926.0, + "X": 6912.45, "Y": -88.78, - "Z": -905.05 + "Z": -903.05 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -438700,9 +439350,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": 6386.02, + "X": 6382.94, "Y": 220.39, - "Z": -2687.53 + "Z": -2686.15 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -438881,9 +439531,9 @@ "Identity Proof": "Single Indicator (Exact Match)" }, "2. Topological Coordinates": { - "X": 2051.32, + "X": 2042.93, "Y": 141.51, - "Z": 5315.35 + "Z": 5294.16 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", @@ -439919,9 +440569,9 @@ "Identity Proof": "Single Indicator (Ext: .html)" }, "2. Topological Coordinates": { - "X": -5189.36, + "X": -5188.83, "Y": 14.4, - "Z": 1847.76 + "Z": 1847.58 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -440102,9 +440752,9 @@ "Identity Proof": "Prose Extension (.txt)" }, "2. Topological Coordinates": { - "X": -2484.37, + "X": -2484.25, "Y": -114.88, - "Z": -4912.58 + "Z": -4912.34 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", From cecb3764f324fc88f660ec945d56efd3fde49fed Mon Sep 17 00:00:00 2001 From: Joe Esquibel Date: Thu, 20 Aug 2026 22:03:31 -0400 Subject: [PATCH 2/2] Regenerate golden masters against merged main (#1985 + jcl/m4 fix) --- tests/golden_master_audit.json | 3076 +++++++++++------------ tests/golden_master_zero_dep_audit.json | 3076 +++++++++++------------ 2 files changed, 3076 insertions(+), 3076 deletions(-) diff --git a/tests/golden_master_audit.json b/tests/golden_master_audit.json index f42863597..c8e54993b 100644 --- a/tests/golden_master_audit.json +++ b/tests/golden_master_audit.json @@ -12,8 +12,8 @@ }, "Target Root Name": "data", "Absolute Project Path": "/home/joe/nyx_projects/language-crucible/data", - "Analysis ISO Timestamp": "2026-08-21T01:42:32.774460+00:00", - "Total Scan Duration": "48.97 seconds" + "Analysis ISO Timestamp": "2026-08-21T01:56:17.888676+00:00", + "Total Scan Duration": "59.87 seconds" }, "Source Control Footprint (Immutable Anchor)": { "Active Branch": "HEAD", @@ -265,7 +265,7 @@ "cobol": { "files": 34, "loc": 6649, - "impact": 4100.65 + "impact": 4095.75 }, "jcl": { "files": 15, @@ -320,7 +320,7 @@ "dockerfile": { "files": 5, "loc": 765, - "impact": 328.6 + "impact": 283.4 }, "shell": { "files": 8, @@ -330,7 +330,7 @@ "fortran": { "files": 6, "loc": 18540, - "impact": 41665.9 + "impact": 41665.5 }, "java": { "files": 14, @@ -1306,7 +1306,7 @@ }, "fortran/wrf": { "file_count": 14, - "total_mass": 48843.88, + "total_mass": 48843.48, "avg_exposures": { "cognitive_load": 70.5, "safety_score": 83.79, @@ -1876,7 +1876,7 @@ }, "cobol/cics-banking-sample-application-cbsa": { "file_count": 4, - "total_mass": 2240.24, + "total_mass": 2235.34, "avg_exposures": { "cognitive_load": 81.38, "safety_score": 67.16, @@ -2351,7 +2351,7 @@ }, "dockerfile/moby/test_targets": { "file_count": 4, - "total_mass": 269.24, + "total_mass": 224.04, "avg_exposures": { "cognitive_load": 24.78, "safety_score": 44.35, @@ -3762,7 +3762,7 @@ { "name": "module_initialize_real.F", "path": "fortran/wrf/module_initialize_real.F", - "value": 14976.28 + "value": 14975.88 }, { "name": "revsaveasstandalone.livecodescript", @@ -5361,7 +5361,7 @@ ], "6. Parsed Files (Scanned Artifacts)": { "fortran/wrf": { - "Directory Group Magnitude": 48843.88, + "Directory Group Magnitude": 48843.48, "File Count": 14, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "92.9%", @@ -8165,7 +8165,7 @@ "Total LOC": 9207, "Coding LOC": 6589, "Documentation LOC": 1197, - "Structural Magnitude": 14976.28, + "Structural Magnitude": 14975.88, "Control Flow Ratio": "84.3%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -8581,10 +8581,10 @@ }, { "Function Name": "init_domain", - "Structural Impact": 2.8, + "Structural Impact": 2.4, "Lines of Code (LOC)": 27, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", "Start Line": 35, "End Line": 61 @@ -321500,7 +321500,7 @@ } }, "cobol/cics-banking-sample-application-cbsa": { - "Directory Group Magnitude": 2240.24, + "Directory Group Magnitude": 2235.34, "File Count": 4, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" @@ -321534,9 +321534,9 @@ "Identity Proof": "Single Indicator (Ext: .cpy)" }, "2. Topological Coordinates": { - "X": 1045.82, - "Y": -33.57, - "Z": 4968.91 + "X": 1045.81, + "Y": -33.58, + "Z": 4968.89 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -321691,9 +321691,9 @@ "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 548.78, - "Y": -117.0, - "Z": 4988.87 + "X": 871.45, + "Y": -136.19, + "Z": 4288.98 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -321705,7 +321705,7 @@ "Total LOC": 1464, "Coding LOC": 1059, "Documentation LOC": 176, - "Structural Magnitude": 709.88, + "Structural Magnitude": 705.88, "Control Flow Ratio": "56.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -321751,10 +321751,10 @@ }, { "Function Name": "ACCOUNT-OVERDRAFT-COUNT", - "Structural Impact": 7.8, + "Structural Impact": 6.5, "Lines of Code (LOC)": 103, "Control Flow Branches": 1, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "12.5%", "Start Line": 266, "End Line": 368 @@ -321779,16 +321779,6 @@ "Start Line": 717, "End Line": 765 }, - { - "Function Name": "TIMESTAMP", - "Structural Impact": 4.9, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 0, - "Input Parameters": 13, - "Control Flow Ratio": "0.0%", - "Start Line": 1440, - "End Line": 1462 - }, { "Function Name": "RANDOM-SEED", "Structural Impact": 4.8, @@ -321849,6 +321839,16 @@ "Start Line": 249, "End Line": 256 }, + { + "Function Name": "TIMESTAMP", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1440, + "End Line": 1462 + }, { "Function Name": "WS-OVERDRAFT-CONVERSION", "Structural Impact": 1.5, @@ -322207,9 +322207,9 @@ "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 867.31, - "Y": -115.17, - "Z": 4143.4 + "X": 544.7, + "Y": -95.96, + "Z": 4843.23 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -322641,7 +322641,7 @@ "2. Topological Coordinates": { "X": 816.12, "Y": -62.33, - "Z": 4813.53 + "Z": 4813.52 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -322653,7 +322653,7 @@ "Total LOC": 1925, "Coding LOC": 1217, "Documentation LOC": 342, - "Structural Magnitude": 823.34, + "Structural Magnitude": 822.44, "Control Flow Ratio": "63.1%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -322759,10 +322759,10 @@ }, { "Function Name": "LOCAL-STORAGE", - "Structural Impact": 6.9, + "Structural Impact": 6.0, "Lines of Code (LOC)": 162, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", "Start Line": 105, "End Line": 266 @@ -406112,959 +406112,106 @@ } } }, - "dockerfile/moby/test_targets": { - "Directory Group Magnitude": 269.24, - "File Count": 4, + "m4/curl": { + "Directory Group Magnitude": 257.74, + "File Count": 2, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" + "Static: Literature & Documentation": "50.0%", + "Unclassified": "50.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "24.78%", - "Error & Exception Exposure": "44.35%", - "Tech Debt Exposure": "37.26%", - "Testing Exposure": "21.87%", - "API Exposure": "0.6%", - "Concurrency Exposure": "4.79%", - "State Flux Exposure": "25.6%", - "Commented Logic Exposure": "4.19%", - "Specification Exposure": "96.67%", - "Instability Exposure": "50.0%", + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "1.15%", + "API Exposure": "5.88%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "2.45%", + "Specification Exposure": "50.0%", + "Instability Exposure": "25.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.05%", + "Documentation Exposure": "15.08%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "dockerfile/moby/test_targets/daemon.Dockerfile": { - "1. Artifact Identity": { - "Filename": "daemon.Dockerfile", - "Path": "dockerfile/moby/test_targets/daemon.Dockerfile", - "Language": "Dockerfile", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" - }, - "2. Topological Coordinates": { - "X": 6807.82, - "Y": -97.87, - "Z": -215.46 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 624, - "Coding LOC": 477, - "Documentation LOC": 89, - "Structural Magnitude": 224.34, - "Control Flow Ratio": "78.4%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.813 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "52.77%", - "Error & Exception Exposure": "55.63%", - "Tech Debt Exposure": "49.08%", - "Testing Exposure": "80.0%", - "API Exposure": "0.0%", - "Concurrency Exposure": "19.14%", - "State Flux Exposure": "29.23%", - "Commented Logic Exposure": "6.23%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 13.1, - "Lines of Code (LOC)": 20, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 163, - "End Line": 182 - }, - { - "Function Name": "RUN", - "Structural Impact": 9.6, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 322, - "End Line": 339 - }, - { - "Function Name": "RUN", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 38, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 559, - "End Line": 596 - }, - { - "Function Name": "RUN", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 214, - "End Line": 226 - }, - { - "Function Name": "RUN", - "Structural Impact": 7.2, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "83.3%", - "Start Line": 354, - "End Line": 377 - }, - { - "Function Name": "RUN", - "Structural Impact": 5.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 75, - "End Line": 84 - }, - { - "Function Name": "RUN", - "Structural Impact": 4.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 256, - "End Line": 272 - }, - { - "Function Name": "RUN", - "Structural Impact": 4.0, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 91, - "End Line": 100 - }, - { - "Function Name": "RUN", - "Structural Impact": 4.0, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 204, - "End Line": 213 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 183, - "End Line": 190 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 248, - "End Line": 255 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 523, - "End Line": 530 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 113, - "End Line": 118 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 146, - "End Line": 151 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 157, - "End Line": 162 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 191, - "End Line": 197 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 237, - "End Line": 242 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 315, - "End Line": 321 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 119, - "End Line": 123 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 152, - "End Line": 156 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 243, - "End Line": 247 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 273, - "End Line": 276 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 281, - "End Line": 284 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 310, - "End Line": 314 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 380, - "End Line": 384 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 308, - "End Line": 309 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 378, - "End Line": 379 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 227, - "End Line": 236 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 553, - "End Line": 558 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 461, - "End Line": 463 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 68, - "End Line": 68 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 390, - "End Line": 437 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 474, - "End Line": 506 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 507, - "End Line": 522 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 22, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 531, - "End Line": 552 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 340, - "End Line": 353 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 124, - "End Line": 137 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 138, - "End Line": 145 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 442, - "End Line": 448 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 85, - "End Line": 90 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 198, - "End Line": 203 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 454, - "End Line": 459 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 70, - "End Line": 74 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 277, - "End Line": 280 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 291, - "End Line": 307 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 101, - "End Line": 112 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 597, - "End Line": 623 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 57, - "End Line": 63 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 285, - "End Line": 290 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 385, - "End Line": 389 - }, - { - "Function Name": "ENTRYPOINT", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 449, - "End Line": 453 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 69, - "End Line": 69 - }, - { - "Function Name": "ENTRYPOINT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 439, - "End Line": 441 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 460, - "End Line": 460 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 465, - "End Line": 465 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 467, - "End Line": 467 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 468, - "End Line": 468 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 471, - "End Line": 471 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 69, - "Sequential Logic Declarations": 19, - "Function Parameters": 60, - "Function/Method Declarations": 58, - "Class/Entity Declarations": 69, - "Defensive Programming Constructs": 7, - "Type/Safety Bypasses": 3, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 74, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 18, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 5, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 1, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 7, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 55, - "Module Dependencies (Imports)": 105, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 7, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 22, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 7, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 69, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 210, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 54, - "Design Camel Case": 0, - "Design Snake Case": 1, - "Design Pascal Case": 0, - "Design Upper Case": 53, - "Design Short Vars": 3, - "Design Long Vars": 2, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 1, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 54, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 2, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "--platform", - "all", - "base", - "binary-dummy", - "build", - "build-dummy", - "buildx", - "busybox", - "compose", - "containerd", - "containerd-", - "containerd-build", - "containerutil", - "containerutil-", - "containerutil-build", - "containerutil-windows-", - "crun", - "debian:", - "delve", - "delve-", - "dev-base", - "dev-firewalld-", - "dev-systemd-", - "dev-systemd-false", - "dev-systemd-true", - "distribution/distribution:", - "docker/buildx-bin:", - "docker/compose-bin:", - "docker:dind", - "dockercli", - "dockercli-integration", - "frozen-images", - "golangci_lint", - "gopls", - "gotestsum", - "gowinres", - "moby/vpnkit-bin:", - "registry", - "rootlesskit", - "rootlesskit-", - "rootlesskit-build", - "runc", - "runc-", - "runc-build", - "scratch", - "shfmt", - "tini", - "tini-", - "tini-build", - "tonistiigi/xx:", - "vpnkit", - "vpnkit-", - "vpnkit-linux-", - "xx" - ] - }, - "dockerfile/moby/test_targets/generate-files.Dockerfile": { + "m4/curl/COPYING": { "1. Artifact Identity": { - "Filename": "generate-files.Dockerfile", - "Path": "dockerfile/moby/test_targets/generate-files.Dockerfile", - "Language": "Dockerfile", + "Filename": "COPYING", + "Path": "m4/curl/COPYING", + "Language": "Plaintext", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (COPYING)" }, "2. Topological Coordinates": { - "X": 6541.24, - "Y": -0.21, - "Z": 49.51 + "X": 4380.67, + "Y": 211.04, + "Z": -4664.34 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 75, - "Coding LOC": 65, - "Documentation LOC": 2, - "Structural Magnitude": 19.7, - "Control Flow Ratio": "71.4%", + "Total LOC": 23, + "Coding LOC": 0, + "Documentation LOC": 17, + "Structural Magnitude": 1.0, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.592 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "34.73%", - "Error & Exception Exposure": "63.92%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.44%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "58.94%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.52%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 61, - "End Line": 72 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 9, - "End Line": 13 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 14, - "End Line": 24 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 25, - "End Line": 34 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 35, - "End Line": 49 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 50, - "End Line": 60 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 5, - "Sequential Logic Declarations": 2, - "Function Parameters": 6, - "Function/Method Declarations": 6, - "Class/Entity Declarations": 6, - "Defensive Programming Constructs": 2, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 8, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 4, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 2, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, - "Module Dependencies (Imports)": 7, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -407077,19 +406224,19 @@ "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 3, + "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 6, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 36, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -407106,587 +406253,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 7, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 2, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 1, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "base", - "generated", - "golang:", - "scratch", - "tools" - ] - }, - "dockerfile/moby/test_targets/syscall.Dockerfile": { - "1. Artifact Identity": { - "Filename": "syscall.Dockerfile", - "Path": "dockerfile/moby/test_targets/syscall.Dockerfile", - "Language": "Dockerfile", - "Architect": "Unknown Architect", - "Indentation Style": "Tabs", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" - }, - "2. Topological Coordinates": { - "X": 6833.38, - "Y": -170.93, - "Z": -525.76 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 21, - "Coding LOC": 13, - "Documentation LOC": 1, - "Structural Magnitude": 12.76, - "Control Flow Ratio": "90.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.077 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.71%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "86.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "62.85%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 7.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 12, - "End Line": 18 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 20, - "End Line": 20 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 6, - "End Line": 10 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 9, - "Sequential Logic Declarations": 1, - "Function Parameters": 1, - "Function/Method Declarations": 3, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 3, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 1, - "Structural Tab Indentations": 6, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 1, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 1, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "debian:" - ] - }, - "dockerfile/moby/test_targets/windows.Dockerfile": { - "1. Artifact Identity": { - "Filename": "windows.Dockerfile", - "Path": "dockerfile/moby/test_targets/windows.Dockerfile", - "Language": "Dockerfile", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" - }, - "2. Topological Coordinates": { - "X": 7051.77, - "Y": -79.59, - "Z": 217.39 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 314, - "Coding LOC": 132, - "Documentation LOC": 146, - "Structural Magnitude": 12.44, - "Control Flow Ratio": "80.0%", - "Popularity Rank": 2, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.114 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "6.61%", - "Error & Exception Exposure": "57.84%", - "Tech Debt Exposure": "99.96%", - "Testing Exposure": "2.34%", - "API Exposure": "2.41%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "14.22%", - "Commented Logic Exposure": "10.53%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 278, - "End Line": 290 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 292, - "End Line": 304 - }, - { - "Function Name": "ENTRYPOINT", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 307, - "End Line": 313 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 189, - "End Line": 192 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 2, - "Function Parameters": 6, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 1, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 1, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 2, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 1, - "Acknowledged Tech Debt (FIXMEs)": 8, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 117, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 1, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 14, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 14, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 2, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - } - } - }, - "m4/curl": { - "Directory Group Magnitude": 257.74, - "File Count": 2, - "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "50.0%", - "Unclassified": "50.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.15%", - "API Exposure": "5.88%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "2.45%", - "Specification Exposure": "50.0%", - "Instability Exposure": "25.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "15.08%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "m4/curl/COPYING": { - "1. Artifact Identity": { - "Filename": "COPYING", - "Path": "m4/curl/COPYING", - "Language": "Plaintext", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (COPYING)" - }, - "2. Topological Coordinates": { - "X": 4380.67, - "Y": 211.04, - "Z": -4664.34 - }, - "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": "N/A", - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 23, - "Coding LOC": 0, - "Documentation LOC": 17, - "Structural Magnitude": 1.0, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -411930,6 +410501,1435 @@ } } }, + "dockerfile/moby/test_targets": { + "Directory Group Magnitude": 224.04, + "File Count": 4, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "24.78%", + "Error & Exception Exposure": "44.35%", + "Tech Debt Exposure": "37.26%", + "Testing Exposure": "21.87%", + "API Exposure": "0.6%", + "Concurrency Exposure": "4.79%", + "State Flux Exposure": "25.6%", + "Commented Logic Exposure": "4.19%", + "Specification Exposure": "96.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.05%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "dockerfile/moby/test_targets/daemon.Dockerfile": { + "1. Artifact Identity": { + "Filename": "daemon.Dockerfile", + "Path": "dockerfile/moby/test_targets/daemon.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 6805.41, + "Y": -97.87, + "Z": -215.36 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 624, + "Coding LOC": 477, + "Documentation LOC": 89, + "Structural Magnitude": 180.64, + "Control Flow Ratio": "78.4%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.813 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "52.77%", + "Error & Exception Exposure": "55.63%", + "Tech Debt Exposure": "49.08%", + "Testing Exposure": "80.0%", + "API Exposure": "0.0%", + "Concurrency Exposure": "19.14%", + "State Flux Exposure": "29.23%", + "Commented Logic Exposure": "6.23%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 38, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "85.7%", + "Start Line": 559, + "End Line": 596 + }, + { + "Function Name": "RUN", + "Structural Impact": 8.0, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 163, + "End Line": 182 + }, + { + "Function Name": "RUN", + "Structural Impact": 7.2, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "83.3%", + "Start Line": 354, + "End Line": 377 + }, + { + "Function Name": "RUN", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 322, + "End Line": 339 + }, + { + "Function Name": "RUN", + "Structural Impact": 5.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 75, + "End Line": 84 + }, + { + "Function Name": "RUN", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 256, + "End Line": 272 + }, + { + "Function Name": "RUN", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 214, + "End Line": 226 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 227, + "End Line": 236 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 553, + "End Line": 558 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 461, + "End Line": 463 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 68, + "End Line": 68 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 390, + "End Line": 437 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 474, + "End Line": 506 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 507, + "End Line": 522 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 340, + "End Line": 353 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 91, + "End Line": 100 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 204, + "End Line": 213 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 138, + "End Line": 145 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 183, + "End Line": 190 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 191, + "End Line": 197 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 248, + "End Line": 255 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 315, + "End Line": 321 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 442, + "End Line": 448 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 523, + "End Line": 530 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 85, + "End Line": 90 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 113, + "End Line": 118 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 146, + "End Line": 151 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 157, + "End Line": 162 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 198, + "End Line": 203 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 237, + "End Line": 242 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 454, + "End Line": 459 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 70, + "End Line": 74 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 119, + "End Line": 123 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 152, + "End Line": 156 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 243, + "End Line": 247 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 273, + "End Line": 276 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 277, + "End Line": 280 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 281, + "End Line": 284 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 310, + "End Line": 314 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 380, + "End Line": 384 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 308, + "End Line": 309 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 378, + "End Line": 379 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 291, + "End Line": 307 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 101, + "End Line": 112 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 124, + "End Line": 137 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 531, + "End Line": 552 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 597, + "End Line": 623 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 57, + "End Line": 63 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 285, + "End Line": 290 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 385, + "End Line": 389 + }, + { + "Function Name": "ENTRYPOINT", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 449, + "End Line": 453 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 69, + "End Line": 69 + }, + { + "Function Name": "ENTRYPOINT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 439, + "End Line": 441 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 460, + "End Line": 460 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 465, + "End Line": 465 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 467, + "End Line": 467 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 468, + "End Line": 468 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 471, + "End Line": 471 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 69, + "Sequential Logic Declarations": 19, + "Function Parameters": 60, + "Function/Method Declarations": 58, + "Class/Entity Declarations": 69, + "Defensive Programming Constructs": 7, + "Type/Safety Bypasses": 3, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 74, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 18, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 5, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 1, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 7, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 55, + "Module Dependencies (Imports)": 105, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 7, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 22, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 7, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 69, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 210, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 4, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 54, + "Design Camel Case": 0, + "Design Snake Case": 1, + "Design Pascal Case": 0, + "Design Upper Case": 53, + "Design Short Vars": 3, + "Design Long Vars": 2, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 1, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 2, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 54, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 2, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "--platform", + "all", + "base", + "binary-dummy", + "build", + "build-dummy", + "buildx", + "busybox", + "compose", + "containerd", + "containerd-", + "containerd-build", + "containerutil", + "containerutil-", + "containerutil-build", + "containerutil-windows-", + "crun", + "debian:", + "delve", + "delve-", + "dev-base", + "dev-firewalld-", + "dev-systemd-", + "dev-systemd-false", + "dev-systemd-true", + "distribution/distribution:", + "docker/buildx-bin:", + "docker/compose-bin:", + "docker:dind", + "dockercli", + "dockercli-integration", + "frozen-images", + "golangci_lint", + "gopls", + "gotestsum", + "gowinres", + "moby/vpnkit-bin:", + "registry", + "rootlesskit", + "rootlesskit-", + "rootlesskit-build", + "runc", + "runc-", + "runc-build", + "scratch", + "shfmt", + "tini", + "tini-", + "tini-build", + "tonistiigi/xx:", + "vpnkit", + "vpnkit-", + "vpnkit-linux-", + "xx" + ] + }, + "dockerfile/moby/test_targets/generate-files.Dockerfile": { + "1. Artifact Identity": { + "Filename": "generate-files.Dockerfile", + "Path": "dockerfile/moby/test_targets/generate-files.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 6541.11, + "Y": -0.84, + "Z": 47.57 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 75, + "Coding LOC": 65, + "Documentation LOC": 2, + "Structural Magnitude": 18.2, + "Control Flow Ratio": "71.4%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.592 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "34.73%", + "Error & Exception Exposure": "63.92%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.42%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "58.94%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.52%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 61, + "End Line": 72 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 9, + "End Line": 13 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 14, + "End Line": 24 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 25, + "End Line": 34 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 35, + "End Line": 49 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 50, + "End Line": 60 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 5, + "Sequential Logic Declarations": 2, + "Function Parameters": 6, + "Function/Method Declarations": 6, + "Class/Entity Declarations": 6, + "Defensive Programming Constructs": 2, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 8, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 4, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 2, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 2, + "Module Dependencies (Imports)": 7, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 3, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 6, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 36, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 7, + "Design Camel Case": 0, + "Design Snake Case": 2, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 5, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 1, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "base", + "generated", + "golang:", + "scratch", + "tools" + ] + }, + "dockerfile/moby/test_targets/syscall.Dockerfile": { + "1. Artifact Identity": { + "Filename": "syscall.Dockerfile", + "Path": "dockerfile/moby/test_targets/syscall.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Tabs", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 6830.79, + "Y": -170.42, + "Z": -523.32 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 21, + "Coding LOC": 13, + "Documentation LOC": 1, + "Structural Magnitude": 12.76, + "Control Flow Ratio": "90.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.077 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.71%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "86.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "62.85%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 7.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 12, + "End Line": 18 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 20, + "End Line": 20 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 6, + "End Line": 10 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 9, + "Sequential Logic Declarations": 1, + "Function Parameters": 1, + "Function/Method Declarations": 3, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 3, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 1, + "Structural Tab Indentations": 6, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 1, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 1, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "debian:" + ] + }, + "dockerfile/moby/test_targets/windows.Dockerfile": { + "1. Artifact Identity": { + "Filename": "windows.Dockerfile", + "Path": "dockerfile/moby/test_targets/windows.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 7047.89, + "Y": -79.86, + "Z": 215.61 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 314, + "Coding LOC": 132, + "Documentation LOC": 146, + "Structural Magnitude": 12.44, + "Control Flow Ratio": "80.0%", + "Popularity Rank": 2, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.114 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "6.61%", + "Error & Exception Exposure": "57.84%", + "Tech Debt Exposure": "99.96%", + "Testing Exposure": "2.34%", + "API Exposure": "2.41%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "14.22%", + "Commented Logic Exposure": "10.53%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 278, + "End Line": 290 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 292, + "End Line": 304 + }, + { + "Function Name": "ENTRYPOINT", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 307, + "End Line": 313 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 189, + "End Line": 192 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 8, + "Sequential Logic Declarations": 2, + "Function Parameters": 6, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 1, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 1, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 2, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 1, + "Acknowledged Tech Debt (FIXMEs)": 8, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 117, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 1, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 14, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 14, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 2, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + } + } + }, "kotlin/okhttp": { "Directory Group Magnitude": 210.04, "File Count": 6, @@ -434795,7 +434795,7 @@ "2. Topological Coordinates": { "X": 545.94, "Y": 101.03, - "Z": 5301.53 + "Z": 5301.49 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -434963,7 +434963,7 @@ "2. Topological Coordinates": { "X": 327.47, "Y": 189.24, - "Z": 5391.41 + "Z": 5391.38 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation", diff --git a/tests/golden_master_zero_dep_audit.json b/tests/golden_master_zero_dep_audit.json index 702450929..cddaed162 100644 --- a/tests/golden_master_zero_dep_audit.json +++ b/tests/golden_master_zero_dep_audit.json @@ -12,8 +12,8 @@ }, "Target Root Name": "data", "Absolute Project Path": "/home/joe/nyx_projects/language-crucible/data", - "Analysis ISO Timestamp": "2026-08-21T01:43:30.992488+00:00", - "Total Scan Duration": "47.14 seconds" + "Analysis ISO Timestamp": "2026-08-21T01:57:18.464166+00:00", + "Total Scan Duration": "46.63 seconds" }, "Source Control Footprint (Immutable Anchor)": { "Active Branch": "HEAD", @@ -265,7 +265,7 @@ "cobol": { "files": 34, "loc": 6649, - "impact": 4100.65 + "impact": 4095.75 }, "jcl": { "files": 15, @@ -320,7 +320,7 @@ "dockerfile": { "files": 5, "loc": 765, - "impact": 328.6 + "impact": 283.4 }, "shell": { "files": 8, @@ -330,7 +330,7 @@ "fortran": { "files": 6, "loc": 18540, - "impact": 41665.9 + "impact": 41665.5 }, "java": { "files": 14, @@ -1306,7 +1306,7 @@ }, "fortran/wrf": { "file_count": 14, - "total_mass": 48843.88, + "total_mass": 48843.48, "avg_exposures": { "cognitive_load": 70.5, "safety_score": 83.79, @@ -1876,7 +1876,7 @@ }, "cobol/cics-banking-sample-application-cbsa": { "file_count": 4, - "total_mass": 2240.24, + "total_mass": 2235.34, "avg_exposures": { "cognitive_load": 81.38, "safety_score": 67.16, @@ -2351,7 +2351,7 @@ }, "dockerfile/moby/test_targets": { "file_count": 4, - "total_mass": 269.24, + "total_mass": 224.04, "avg_exposures": { "cognitive_load": 24.78, "safety_score": 44.35, @@ -3762,7 +3762,7 @@ { "name": "module_initialize_real.F", "path": "fortran/wrf/module_initialize_real.F", - "value": 14976.28 + "value": 14975.88 }, { "name": "revsaveasstandalone.livecodescript", @@ -5361,7 +5361,7 @@ ], "6. Parsed Files (Scanned Artifacts)": { "fortran/wrf": { - "Directory Group Magnitude": 48843.88, + "Directory Group Magnitude": 48843.48, "File Count": 14, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "92.9%", @@ -8165,7 +8165,7 @@ "Total LOC": 9207, "Coding LOC": 6589, "Documentation LOC": 1197, - "Structural Magnitude": 14976.28, + "Structural Magnitude": 14975.88, "Control Flow Ratio": "84.3%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -8581,10 +8581,10 @@ }, { "Function Name": "init_domain", - "Structural Impact": 2.8, + "Structural Impact": 2.4, "Lines of Code (LOC)": 27, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", "Start Line": 35, "End Line": 61 @@ -321500,7 +321500,7 @@ } }, "cobol/cics-banking-sample-application-cbsa": { - "Directory Group Magnitude": 2240.24, + "Directory Group Magnitude": 2235.34, "File Count": 4, "Ecosystem Fingerprint (Archetypes)": { "Unclassified": "100.0%" @@ -321534,9 +321534,9 @@ "Identity Proof": "Single Indicator (Ext: .cpy)" }, "2. Topological Coordinates": { - "X": 1045.82, - "Y": -33.57, - "Z": 4968.91 + "X": 1045.81, + "Y": -33.58, + "Z": 4968.89 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -321691,9 +321691,9 @@ "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 548.78, - "Y": -117.0, - "Z": 4988.87 + "X": 871.45, + "Y": -136.19, + "Z": 4288.98 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -321705,7 +321705,7 @@ "Total LOC": 1464, "Coding LOC": 1059, "Documentation LOC": 176, - "Structural Magnitude": 709.88, + "Structural Magnitude": 705.88, "Control Flow Ratio": "56.2%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -321751,10 +321751,10 @@ }, { "Function Name": "ACCOUNT-OVERDRAFT-COUNT", - "Structural Impact": 7.8, + "Structural Impact": 6.5, "Lines of Code (LOC)": 103, "Control Flow Branches": 1, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "12.5%", "Start Line": 266, "End Line": 368 @@ -321779,16 +321779,6 @@ "Start Line": 717, "End Line": 765 }, - { - "Function Name": "TIMESTAMP", - "Structural Impact": 4.9, - "Lines of Code (LOC)": 23, - "Control Flow Branches": 0, - "Input Parameters": 13, - "Control Flow Ratio": "0.0%", - "Start Line": 1440, - "End Line": 1462 - }, { "Function Name": "RANDOM-SEED", "Structural Impact": 4.8, @@ -321849,6 +321839,16 @@ "Start Line": 249, "End Line": 256 }, + { + "Function Name": "TIMESTAMP", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 23, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 1440, + "End Line": 1462 + }, { "Function Name": "WS-OVERDRAFT-CONVERSION", "Structural Impact": 1.5, @@ -322207,9 +322207,9 @@ "Identity Proof": "Single Indicator (Ext: .cbl)" }, "2. Topological Coordinates": { - "X": 867.31, - "Y": -115.17, - "Z": 4143.4 + "X": 544.7, + "Y": -95.96, + "Z": 4843.23 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -322641,7 +322641,7 @@ "2. Topological Coordinates": { "X": 816.12, "Y": -62.33, - "Z": 4813.53 + "Z": 4813.52 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -322653,7 +322653,7 @@ "Total LOC": 1925, "Coding LOC": 1217, "Documentation LOC": 342, - "Structural Magnitude": 823.34, + "Structural Magnitude": 822.44, "Control Flow Ratio": "63.1%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, @@ -322759,10 +322759,10 @@ }, { "Function Name": "LOCAL-STORAGE", - "Structural Impact": 6.9, + "Structural Impact": 6.0, "Lines of Code (LOC)": 162, "Control Flow Branches": 0, - "Input Parameters": 1, + "Input Parameters": 0, "Control Flow Ratio": "0.0%", "Start Line": 105, "End Line": 266 @@ -406112,959 +406112,106 @@ } } }, - "dockerfile/moby/test_targets": { - "Directory Group Magnitude": 269.24, - "File Count": 4, + "m4/curl": { + "Directory Group Magnitude": 257.74, + "File Count": 2, "Ecosystem Fingerprint (Archetypes)": { - "Unclassified": "100.0%" + "Static: Literature & Documentation": "50.0%", + "Unclassified": "50.0%" }, "Average Risk Exposures": { - "Cognitive Load Exposure": "24.78%", - "Error & Exception Exposure": "44.35%", - "Tech Debt Exposure": "37.26%", - "Testing Exposure": "21.87%", - "API Exposure": "0.6%", - "Concurrency Exposure": "4.79%", - "State Flux Exposure": "25.6%", - "Commented Logic Exposure": "4.19%", - "Specification Exposure": "96.67%", - "Instability Exposure": "50.0%", + "Cognitive Load Exposure": "0.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "1.15%", + "API Exposure": "5.88%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "2.45%", + "Specification Exposure": "50.0%", + "Instability Exposure": "25.0%", "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.05%", + "Documentation Exposure": "15.08%", "Hardcoded Payload Artifacts": "0.0%" }, "Files": { - "dockerfile/moby/test_targets/daemon.Dockerfile": { - "1. Artifact Identity": { - "Filename": "daemon.Dockerfile", - "Path": "dockerfile/moby/test_targets/daemon.Dockerfile", - "Language": "Dockerfile", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" - }, - "2. Topological Coordinates": { - "X": 6807.82, - "Y": -97.87, - "Z": -215.46 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 624, - "Coding LOC": 477, - "Documentation LOC": 89, - "Structural Magnitude": 224.34, - "Control Flow Ratio": "78.4%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.813 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "52.77%", - "Error & Exception Exposure": "55.63%", - "Tech Debt Exposure": "49.08%", - "Testing Exposure": "80.0%", - "API Exposure": "0.0%", - "Concurrency Exposure": "19.14%", - "State Flux Exposure": "29.23%", - "Commented Logic Exposure": "6.23%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 13.1, - "Lines of Code (LOC)": 20, - "Control Flow Branches": 6, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 163, - "End Line": 182 - }, - { - "Function Name": "RUN", - "Structural Impact": 9.6, - "Lines of Code (LOC)": 18, - "Control Flow Branches": 4, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 322, - "End Line": 339 - }, - { - "Function Name": "RUN", - "Structural Impact": 8.9, - "Lines of Code (LOC)": 38, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "85.7%", - "Start Line": 559, - "End Line": 596 - }, - { - "Function Name": "RUN", - "Structural Impact": 7.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 3, - "Input Parameters": 2, - "Control Flow Ratio": "75.0%", - "Start Line": 214, - "End Line": 226 - }, - { - "Function Name": "RUN", - "Structural Impact": 7.2, - "Lines of Code (LOC)": 24, - "Control Flow Branches": 5, - "Input Parameters": 0, - "Control Flow Ratio": "83.3%", - "Start Line": 354, - "End Line": 377 - }, - { - "Function Name": "RUN", - "Structural Impact": 5.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 4, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 75, - "End Line": 84 - }, - { - "Function Name": "RUN", - "Structural Impact": 4.8, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "75.0%", - "Start Line": 256, - "End Line": 272 - }, - { - "Function Name": "RUN", - "Structural Impact": 4.0, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 91, - "End Line": 100 - }, - { - "Function Name": "RUN", - "Structural Impact": 4.0, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 204, - "End Line": 213 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 183, - "End Line": 190 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 248, - "End Line": 255 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.9, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 523, - "End Line": 530 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 113, - "End Line": 118 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 146, - "End Line": 151 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 157, - "End Line": 162 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 191, - "End Line": 197 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 237, - "End Line": 242 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.8, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 315, - "End Line": 321 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 119, - "End Line": 123 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 152, - "End Line": 156 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 243, - "End Line": 247 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 273, - "End Line": 276 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 281, - "End Line": 284 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 310, - "End Line": 314 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "50.0%", - "Start Line": 380, - "End Line": 384 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 308, - "End Line": 309 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.6, - "Lines of Code (LOC)": 2, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 378, - "End Line": 379 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "66.7%", - "Start Line": 227, - "End Line": 236 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 553, - "End Line": 558 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 461, - "End Line": 463 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 68, - "End Line": 68 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 48, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 390, - "End Line": 437 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 33, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 474, - "End Line": 506 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 16, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 507, - "End Line": 522 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.8, - "Lines of Code (LOC)": 22, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 531, - "End Line": 552 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.7, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 340, - "End Line": 353 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 14, - "Control Flow Branches": 0, - "Input Parameters": 2, - "Control Flow Ratio": "0.0%", - "Start Line": 124, - "End Line": 137 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 8, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 138, - "End Line": 145 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 442, - "End Line": 448 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 85, - "End Line": 90 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 198, - "End Line": 203 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 454, - "End Line": 459 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 70, - "End Line": 74 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 277, - "End Line": 280 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.9, - "Lines of Code (LOC)": 17, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 291, - "End Line": 307 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 101, - "End Line": 112 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 27, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 597, - "End Line": 623 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 57, - "End Line": 63 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.3, - "Lines of Code (LOC)": 6, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 285, - "End Line": 290 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 385, - "End Line": 389 - }, - { - "Function Name": "ENTRYPOINT", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 449, - "End Line": 453 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 69, - "End Line": 69 - }, - { - "Function Name": "ENTRYPOINT", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 3, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 439, - "End Line": 441 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 460, - "End Line": 460 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 465, - "End Line": 465 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 467, - "End Line": 467 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 468, - "End Line": 468 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.1, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 471, - "End Line": 471 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 69, - "Sequential Logic Declarations": 19, - "Function Parameters": 60, - "Function/Method Declarations": 58, - "Class/Entity Declarations": 69, - "Defensive Programming Constructs": 7, - "Type/Safety Bypasses": 3, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 74, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 18, - "Commented-out Code (Dead Logic)": 2, - "Structured Documentation Blocks": 5, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 1, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 7, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 55, - "Module Dependencies (Imports)": 105, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 7, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 22, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 7, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 69, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 210, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 4, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 54, - "Design Camel Case": 0, - "Design Snake Case": 1, - "Design Pascal Case": 0, - "Design Upper Case": 53, - "Design Short Vars": 3, - "Design Long Vars": 2, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 1, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 2, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 54, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 2, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "--platform", - "all", - "base", - "binary-dummy", - "build", - "build-dummy", - "buildx", - "busybox", - "compose", - "containerd", - "containerd-", - "containerd-build", - "containerutil", - "containerutil-", - "containerutil-build", - "containerutil-windows-", - "crun", - "debian:", - "delve", - "delve-", - "dev-base", - "dev-firewalld-", - "dev-systemd-", - "dev-systemd-false", - "dev-systemd-true", - "distribution/distribution:", - "docker/buildx-bin:", - "docker/compose-bin:", - "docker:dind", - "dockercli", - "dockercli-integration", - "frozen-images", - "golangci_lint", - "gopls", - "gotestsum", - "gowinres", - "moby/vpnkit-bin:", - "registry", - "rootlesskit", - "rootlesskit-", - "rootlesskit-build", - "runc", - "runc-", - "runc-build", - "scratch", - "shfmt", - "tini", - "tini-", - "tini-build", - "tonistiigi/xx:", - "vpnkit", - "vpnkit-", - "vpnkit-linux-", - "xx" - ] - }, - "dockerfile/moby/test_targets/generate-files.Dockerfile": { + "m4/curl/COPYING": { "1. Artifact Identity": { - "Filename": "generate-files.Dockerfile", - "Path": "dockerfile/moby/test_targets/generate-files.Dockerfile", - "Language": "Dockerfile", + "Filename": "COPYING", + "Path": "m4/curl/COPYING", + "Language": "Plaintext", "Architect": "Unknown Architect", - "Indentation Style": "Spaces", + "Indentation Style": "Neutral / No Indentation", "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" + "Folder Dominant Lang": "plaintext", + "Lock Tier": 1, + "Identity Proof": "Metadata Anchor (COPYING)" }, "2. Topological Coordinates": { - "X": 6541.24, - "Y": -0.21, - "Z": 49.51 + "X": 4380.67, + "Y": 211.04, + "Z": -4664.34 }, "3. Architectural Profile": { - "Repository Archetype": "Unclassified", + "Repository Archetype": "Static: Literature & Documentation", "Repository Drift (Z-Score)": 0.0, "Repository Fingerprint": {}, - "File Archetype": null, + "File Archetype": "N/A", "File Drift (Z-Score)": 0.0, "File Fingerprint": {}, - "Total LOC": 75, - "Coding LOC": 65, - "Documentation LOC": 2, - "Structural Magnitude": 19.7, - "Control Flow Ratio": "71.4%", + "Total LOC": 23, + "Coding LOC": 0, + "Documentation LOC": 17, + "Structural Magnitude": 1.0, + "Control Flow Ratio": "0.0%", "Popularity Rank": 0, "Raw Churn Frequency": 0.0, "Authorship Centralization": 0.0, "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.592 + "Raw Cognitive Density": 0.0 }, "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "34.73%", - "Error & Exception Exposure": "63.92%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.44%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "58.94%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "29.52%", - "Hardcoded Payload Artifacts": "0.0%" + "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", + "Error & Exception Exposure": "[UNSCANNED - NO DATA]", + "Tech Debt Exposure": "[UNSCANNED - NO DATA]", + "Testing Exposure": "[UNSCANNED - NO DATA]", + "API Exposure": "[UNSCANNED - NO DATA]", + "Concurrency Exposure": "[UNSCANNED - NO DATA]", + "State Flux Exposure": "[UNSCANNED - NO DATA]", + "Commented Logic Exposure": "[UNSCANNED - NO DATA]", + "Specification Exposure": "[UNSCANNED - NO DATA]", + "Instability Exposure": "[UNSCANNED - NO DATA]", + "Volatility Exposure": "[UNSCANNED - NO DATA]", + "Documentation Exposure": "[UNSCANNED - NO DATA]", + "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 4.6, - "Lines of Code (LOC)": 12, - "Control Flow Branches": 3, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 61, - "End Line": 72 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.7, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 2, - "Control Flow Ratio": "100.0%", - "Start Line": 9, - "End Line": 13 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.6, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 14, - "End Line": 24 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 10, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 25, - "End Line": 34 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 15, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 35, - "End Line": 49 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.5, - "Lines of Code (LOC)": 11, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 50, - "End Line": 60 - } - ], + "5. Function Analysis": [], "6. Contextual Mitigations & Amplifications": "None Detected", "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 5, - "Sequential Logic Declarations": 2, - "Function Parameters": 6, - "Function/Method Declarations": 6, - "Class/Entity Declarations": 6, - "Defensive Programming Constructs": 2, + "Control Flow Branches": 0, + "Sequential Logic Declarations": 0, + "Function Parameters": 0, + "Function/Method Declarations": 0, + "Class/Entity Declarations": 0, + "Defensive Programming Constructs": 0, "Type/Safety Bypasses": 0, "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 8, + "I/O and Network Boundaries": 0, "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 4, + "State Mutations / Variable Reassignments": 0, "Commented-out Code (Dead Logic)": 0, "Structured Documentation Blocks": 0, "Unit Test Assertions": 0, "Asynchronous/Concurrent Execution": 0, "UI / View Layer Components": 0, "Closures and Anonymous Functions": 0, - "Global State Dependencies": 2, + "Global State Dependencies": 0, "Decorators and Annotations": 0, "Generic Type Abstractions": 0, "Collection Iterators / Comprehensions": 0, "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 2, - "Module Dependencies (Imports)": 7, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, "Authorship Metadata": 0, "Planned Work (TODOs)": 0, "Acknowledged Tech Debt (FIXMEs)": 0, @@ -407077,19 +406224,19 @@ "Manual Memory Allocation": 0, "Inline Assembly Blocks": 0, "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 3, + "Ad-hoc Print / Debug Statements": 0, "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 1, + "Fatal Aborts & Exceptions": 0, "Thread Sleeps & Blocking Waits": 0, "Bitwise Operations": 0, "Thread Synchronization Locks": 0, "Immutable Data Declarations": 0, "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 6, + "Private / Encapsulated Scopes": 0, "Event Listeners & Subscribers": 0, "Bypassed / Skipped Tests": 0, "Structural Tab Indentations": 0, - "Structural Space Indentations": 36, + "Structural Space Indentations": 0, "Hardware Bridge": 0, "Cryptography": 0, "Auth Middleware": 0, @@ -407106,587 +406253,11 @@ "Deep Learning & Neural Networks": 0, "Lazy Evaluation & Generators (O(1) Memory)": 0, "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 7, + "Core Var Decl": 0, "Design Camel Case": 0, - "Design Snake Case": 2, + "Design Snake Case": 0, "Design Pascal Case": 0, - "Design Upper Case": 5, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 5, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 1, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "base", - "generated", - "golang:", - "scratch", - "tools" - ] - }, - "dockerfile/moby/test_targets/syscall.Dockerfile": { - "1. Artifact Identity": { - "Filename": "syscall.Dockerfile", - "Path": "dockerfile/moby/test_targets/syscall.Dockerfile", - "Language": "Dockerfile", - "Architect": "Unknown Architect", - "Indentation Style": "Tabs", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" - }, - "2. Topological Coordinates": { - "X": 6833.38, - "Y": -170.93, - "Z": -525.76 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 21, - "Coding LOC": 13, - "Documentation LOC": 1, - "Structural Magnitude": 12.76, - "Control Flow Ratio": "90.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 1.077 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "5.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "2.71%", - "API Exposure": "0.0%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "0.0%", - "Specification Exposure": "86.67%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "62.85%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 7.3, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 6, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 12, - "End Line": 18 - }, - { - "Function Name": "RUN", - "Structural Impact": 3.0, - "Lines of Code (LOC)": 1, - "Control Flow Branches": 2, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 20, - "End Line": 20 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.2, - "Lines of Code (LOC)": 5, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "50.0%", - "Start Line": 6, - "End Line": 10 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 9, - "Sequential Logic Declarations": 1, - "Function Parameters": 1, - "Function/Method Declarations": 3, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 3, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 1, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 1, - "Structural Tab Indentations": 6, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 1, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 1, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 1, - "Direct Downstream (Dependency Blast Radius)": 0, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [ - "debian:" - ] - }, - "dockerfile/moby/test_targets/windows.Dockerfile": { - "1. Artifact Identity": { - "Filename": "windows.Dockerfile", - "Path": "dockerfile/moby/test_targets/windows.Dockerfile", - "Language": "Dockerfile", - "Architect": "Unknown Architect", - "Indentation Style": "Spaces", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "dockerfile", - "Lock Tier": 2, - "Identity Proof": "Single Indicator (Ext: .dockerfile)" - }, - "2. Topological Coordinates": { - "X": 7051.77, - "Y": -79.59, - "Z": 217.39 - }, - "3. Architectural Profile": { - "Repository Archetype": "Unclassified", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": null, - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 314, - "Coding LOC": 132, - "Documentation LOC": 146, - "Structural Magnitude": 12.44, - "Control Flow Ratio": "80.0%", - "Popularity Rank": 2, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.114 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "6.61%", - "Error & Exception Exposure": "57.84%", - "Tech Debt Exposure": "99.96%", - "Testing Exposure": "2.34%", - "API Exposure": "2.41%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "14.22%", - "Commented Logic Exposure": "10.53%", - "Specification Exposure": "100.0%", - "Instability Exposure": "50.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "11.92%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "5. Function Analysis": [ - { - "Function Name": "RUN", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 278, - "End Line": 290 - }, - { - "Function Name": "RUN", - "Structural Impact": 2.6, - "Lines of Code (LOC)": 13, - "Control Flow Branches": 1, - "Input Parameters": 0, - "Control Flow Ratio": "100.0%", - "Start Line": 292, - "End Line": 304 - }, - { - "Function Name": "ENTRYPOINT", - "Structural Impact": 1.4, - "Lines of Code (LOC)": 7, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 307, - "End Line": 313 - }, - { - "Function Name": "RUN", - "Structural Impact": 1.2, - "Lines of Code (LOC)": 4, - "Control Flow Branches": 0, - "Input Parameters": 0, - "Control Flow Ratio": "0.0%", - "Start Line": 189, - "End Line": 192 - } - ], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 8, - "Sequential Logic Declarations": 2, - "Function Parameters": 6, - "Function/Method Declarations": 4, - "Class/Entity Declarations": 1, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 1, - "Exposed API / Public Exports": 1, - "State Mutations / Variable Reassignments": 1, - "Commented-out Code (Dead Logic)": 3, - "Structured Documentation Blocks": 2, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 1, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 1, - "Acknowledged Tech Debt (FIXMEs)": 8, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 117, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 1, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 14, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 14, - "Design Short Vars": 0, - "Design Long Vars": 0, - "Duplicate Logic": 0, - "Orphaned Logic": 0, - "Instructional Code Examples": 0, - "Architectural Diagrams (Mermaid/PlantUML)": 0, - "Structured Literature Headers": 0, - "Hyperlinked Literature References": 0, - "High-Entropy / Obfuscated Logic": 0, - "Safety & Constraint Bypasses": 0, - "External Network & I/O Hooks": 0, - "Dynamic Code Execution (Eval/Exec)": 0, - "Global Environment Mutation": 0, - "Commented-Out Executable Logic": 0, - "Low-Level Bitwise / Cryptographic Math": 0, - "Non-Standard / Steganographic Imports": 0, - "Non-Standard Unicode / Homoglyphs": 0, - "Embedded Credentials & Keys": 0, - "Sec Extension Mismatch": 0, - "Sec Entropy": 0, - "Sec Tainted Injection": 0, - "Prompt Injection": 0, - "Agentic Rce": 0, - "Invisible Unicode Payload Smuggling": 0, - "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 - }, - "8. Dependency Network": { - "Direct Upstream (Fragility)": 0, - "Direct Downstream (Dependency Blast Radius)": 2, - "Total Upstream (Absolute Fragility)": 0, - "Total Downstream (Absolute Dependency Blast Radius)": 0 - }, - "9. Extracted Dependencies": [] - } - } - }, - "m4/curl": { - "Directory Group Magnitude": 257.74, - "File Count": 2, - "Ecosystem Fingerprint (Archetypes)": { - "Static: Literature & Documentation": "50.0%", - "Unclassified": "50.0%" - }, - "Average Risk Exposures": { - "Cognitive Load Exposure": "0.0%", - "Error & Exception Exposure": "0.0%", - "Tech Debt Exposure": "0.0%", - "Testing Exposure": "1.15%", - "API Exposure": "5.88%", - "Concurrency Exposure": "0.0%", - "State Flux Exposure": "0.0%", - "Commented Logic Exposure": "2.45%", - "Specification Exposure": "50.0%", - "Instability Exposure": "25.0%", - "Volatility Exposure": "0.0%", - "Documentation Exposure": "15.08%", - "Hardcoded Payload Artifacts": "0.0%" - }, - "Files": { - "m4/curl/COPYING": { - "1. Artifact Identity": { - "Filename": "COPYING", - "Path": "m4/curl/COPYING", - "Language": "Plaintext", - "Architect": "Unknown Architect", - "Indentation Style": "Neutral / No Indentation", - "Doc Umbrella": 0.0, - "Folder Dominant Lang": "plaintext", - "Lock Tier": 1, - "Identity Proof": "Metadata Anchor (COPYING)" - }, - "2. Topological Coordinates": { - "X": 4380.67, - "Y": 211.04, - "Z": -4664.34 - }, - "3. Architectural Profile": { - "Repository Archetype": "Static: Literature & Documentation", - "Repository Drift (Z-Score)": 0.0, - "Repository Fingerprint": {}, - "File Archetype": "N/A", - "File Drift (Z-Score)": 0.0, - "File Fingerprint": {}, - "Total LOC": 23, - "Coding LOC": 0, - "Documentation LOC": 17, - "Structural Magnitude": 1.0, - "Control Flow Ratio": "0.0%", - "Popularity Rank": 0, - "Raw Churn Frequency": 0.0, - "Authorship Centralization": 0.0, - "Ownership Entropy": 0.0, - "Raw Cognitive Density": 0.0 - }, - "4. Vulnerability & Risk Exposures": { - "Cognitive Load Exposure": "[UNSCANNED - NO DATA]", - "Error & Exception Exposure": "[UNSCANNED - NO DATA]", - "Tech Debt Exposure": "[UNSCANNED - NO DATA]", - "Testing Exposure": "[UNSCANNED - NO DATA]", - "API Exposure": "[UNSCANNED - NO DATA]", - "Concurrency Exposure": "[UNSCANNED - NO DATA]", - "State Flux Exposure": "[UNSCANNED - NO DATA]", - "Commented Logic Exposure": "[UNSCANNED - NO DATA]", - "Specification Exposure": "[UNSCANNED - NO DATA]", - "Instability Exposure": "[UNSCANNED - NO DATA]", - "Volatility Exposure": "[UNSCANNED - NO DATA]", - "Documentation Exposure": "[UNSCANNED - NO DATA]", - "Hardcoded Payload Artifacts": "[UNSCANNED - NO DATA]" - }, - "5. Function Analysis": [], - "6. Contextual Mitigations & Amplifications": "None Detected", - "7. Structural Signatures (Net Mitigated Signals)": { - "Control Flow Branches": 0, - "Sequential Logic Declarations": 0, - "Function Parameters": 0, - "Function/Method Declarations": 0, - "Class/Entity Declarations": 0, - "Defensive Programming Constructs": 0, - "Type/Safety Bypasses": 0, - "High-Risk Execution Commands": 0, - "I/O and Network Boundaries": 0, - "Exposed API / Public Exports": 0, - "State Mutations / Variable Reassignments": 0, - "Commented-out Code (Dead Logic)": 0, - "Structured Documentation Blocks": 0, - "Unit Test Assertions": 0, - "Asynchronous/Concurrent Execution": 0, - "UI / View Layer Components": 0, - "Closures and Anonymous Functions": 0, - "Global State Dependencies": 0, - "Decorators and Annotations": 0, - "Generic Type Abstractions": 0, - "Collection Iterators / Comprehensions": 0, - "Scientific & Mathematical Operations": 0, - "Metaprogramming & Reflection": 0, - "Module Dependencies (Imports)": 0, - "Authorship Metadata": 0, - "Planned Work (TODOs)": 0, - "Acknowledged Tech Debt (FIXMEs)": 0, - "Specification Traceability Tags": 0, - "Server-Side Rendering Contexts": 0, - "Event Publishers / Emitters": 0, - "Dependency Injection Constructs": 0, - "Preprocessor Macros": 0, - "Pointer Arithmetic & Addressing": 0, - "Manual Memory Allocation": 0, - "Inline Assembly Blocks": 0, - "Structured Telemetry & Logging": 0, - "Ad-hoc Print / Debug Statements": 0, - "Explicit Type Casts": 0, - "Fatal Aborts & Exceptions": 0, - "Thread Sleeps & Blocking Waits": 0, - "Bitwise Operations": 0, - "Thread Synchronization Locks": 0, - "Immutable Data Declarations": 0, - "Resource Deallocation & Cleanup": 0, - "Private / Encapsulated Scopes": 0, - "Event Listeners & Subscribers": 0, - "Bypassed / Skipped Tests": 0, - "Structural Tab Indentations": 0, - "Structural Space Indentations": 0, - "Hardware Bridge": 0, - "Cryptography": 0, - "Auth Middleware": 0, - "Ipc Rpc Bridges": 0, - "Feature Flags": 0, - "Serialization Parsing": 0, - "Regex Execution": 0, - "Time Date Logic": 0, - "Cloud LLM API Integrations": 0, - "AI Orchestration Frameworks": 0, - "Vector Databases (RAG)": 0, - "Local Inference & Tensor Math": 0, - "Traditional Machine Learning (Stats/Trees)": 0, - "Deep Learning & Neural Networks": 0, - "Lazy Evaluation & Generators (O(1) Memory)": 0, - "Vectorized Math & Tensor Operations": 0, - "Core Var Decl": 0, - "Design Camel Case": 0, - "Design Snake Case": 0, - "Design Pascal Case": 0, - "Design Upper Case": 0, + "Design Upper Case": 0, "Design Short Vars": 0, "Design Long Vars": 0, "Duplicate Logic": 0, @@ -411930,6 +410501,1435 @@ } } }, + "dockerfile/moby/test_targets": { + "Directory Group Magnitude": 224.04, + "File Count": 4, + "Ecosystem Fingerprint (Archetypes)": { + "Unclassified": "100.0%" + }, + "Average Risk Exposures": { + "Cognitive Load Exposure": "24.78%", + "Error & Exception Exposure": "44.35%", + "Tech Debt Exposure": "37.26%", + "Testing Exposure": "21.87%", + "API Exposure": "0.6%", + "Concurrency Exposure": "4.79%", + "State Flux Exposure": "25.6%", + "Commented Logic Exposure": "4.19%", + "Specification Exposure": "96.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.05%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "Files": { + "dockerfile/moby/test_targets/daemon.Dockerfile": { + "1. Artifact Identity": { + "Filename": "daemon.Dockerfile", + "Path": "dockerfile/moby/test_targets/daemon.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 6805.41, + "Y": -97.87, + "Z": -215.36 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 624, + "Coding LOC": 477, + "Documentation LOC": 89, + "Structural Magnitude": 180.64, + "Control Flow Ratio": "78.4%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.813 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "52.77%", + "Error & Exception Exposure": "55.63%", + "Tech Debt Exposure": "49.08%", + "Testing Exposure": "80.0%", + "API Exposure": "0.0%", + "Concurrency Exposure": "19.14%", + "State Flux Exposure": "29.23%", + "Commented Logic Exposure": "6.23%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 8.9, + "Lines of Code (LOC)": 38, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "85.7%", + "Start Line": 559, + "End Line": 596 + }, + { + "Function Name": "RUN", + "Structural Impact": 8.0, + "Lines of Code (LOC)": 20, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 163, + "End Line": 182 + }, + { + "Function Name": "RUN", + "Structural Impact": 7.2, + "Lines of Code (LOC)": 24, + "Control Flow Branches": 5, + "Input Parameters": 0, + "Control Flow Ratio": "83.3%", + "Start Line": 354, + "End Line": 377 + }, + { + "Function Name": "RUN", + "Structural Impact": 5.9, + "Lines of Code (LOC)": 18, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 322, + "End Line": 339 + }, + { + "Function Name": "RUN", + "Structural Impact": 5.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 4, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 75, + "End Line": 84 + }, + { + "Function Name": "RUN", + "Structural Impact": 4.8, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 256, + "End Line": 272 + }, + { + "Function Name": "RUN", + "Structural Impact": 4.7, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "75.0%", + "Start Line": 214, + "End Line": 226 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "66.7%", + "Start Line": 227, + "End Line": 236 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 553, + "End Line": 558 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 461, + "End Line": 463 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 68, + "End Line": 68 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 48, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 390, + "End Line": 437 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 33, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 474, + "End Line": 506 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.8, + "Lines of Code (LOC)": 16, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 507, + "End Line": 522 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.7, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 340, + "End Line": 353 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 91, + "End Line": 100 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 204, + "End Line": 213 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 138, + "End Line": 145 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 183, + "End Line": 190 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 191, + "End Line": 197 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 248, + "End Line": 255 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 315, + "End Line": 321 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 442, + "End Line": 448 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.4, + "Lines of Code (LOC)": 8, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 523, + "End Line": 530 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 85, + "End Line": 90 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 113, + "End Line": 118 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 146, + "End Line": 151 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 157, + "End Line": 162 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 198, + "End Line": 203 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 237, + "End Line": 242 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 454, + "End Line": 459 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 70, + "End Line": 74 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 119, + "End Line": 123 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 152, + "End Line": 156 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 243, + "End Line": 247 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 273, + "End Line": 276 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 277, + "End Line": 280 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 281, + "End Line": 284 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 310, + "End Line": 314 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 380, + "End Line": 384 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 308, + "End Line": 309 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.1, + "Lines of Code (LOC)": 2, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 378, + "End Line": 379 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.9, + "Lines of Code (LOC)": 17, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 291, + "End Line": 307 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 101, + "End Line": 112 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 14, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 124, + "End Line": 137 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 22, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 531, + "End Line": 552 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 27, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 597, + "End Line": 623 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 57, + "End Line": 63 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.3, + "Lines of Code (LOC)": 6, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 285, + "End Line": 290 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 385, + "End Line": 389 + }, + { + "Function Name": "ENTRYPOINT", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 449, + "End Line": 453 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 69, + "End Line": 69 + }, + { + "Function Name": "ENTRYPOINT", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 3, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 439, + "End Line": 441 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 460, + "End Line": 460 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 465, + "End Line": 465 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 467, + "End Line": 467 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 468, + "End Line": 468 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.1, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 471, + "End Line": 471 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 69, + "Sequential Logic Declarations": 19, + "Function Parameters": 60, + "Function/Method Declarations": 58, + "Class/Entity Declarations": 69, + "Defensive Programming Constructs": 7, + "Type/Safety Bypasses": 3, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 74, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 18, + "Commented-out Code (Dead Logic)": 2, + "Structured Documentation Blocks": 5, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 1, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 7, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 55, + "Module Dependencies (Imports)": 105, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 7, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 22, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 7, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 69, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 210, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 4, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 54, + "Design Camel Case": 0, + "Design Snake Case": 1, + "Design Pascal Case": 0, + "Design Upper Case": 53, + "Design Short Vars": 3, + "Design Long Vars": 2, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 1, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 2, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 54, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 2, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "--platform", + "all", + "base", + "binary-dummy", + "build", + "build-dummy", + "buildx", + "busybox", + "compose", + "containerd", + "containerd-", + "containerd-build", + "containerutil", + "containerutil-", + "containerutil-build", + "containerutil-windows-", + "crun", + "debian:", + "delve", + "delve-", + "dev-base", + "dev-firewalld-", + "dev-systemd-", + "dev-systemd-false", + "dev-systemd-true", + "distribution/distribution:", + "docker/buildx-bin:", + "docker/compose-bin:", + "docker:dind", + "dockercli", + "dockercli-integration", + "frozen-images", + "golangci_lint", + "gopls", + "gotestsum", + "gowinres", + "moby/vpnkit-bin:", + "registry", + "rootlesskit", + "rootlesskit-", + "rootlesskit-build", + "runc", + "runc-", + "runc-build", + "scratch", + "shfmt", + "tini", + "tini-", + "tini-build", + "tonistiigi/xx:", + "vpnkit", + "vpnkit-", + "vpnkit-linux-", + "xx" + ] + }, + "dockerfile/moby/test_targets/generate-files.Dockerfile": { + "1. Artifact Identity": { + "Filename": "generate-files.Dockerfile", + "Path": "dockerfile/moby/test_targets/generate-files.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 6541.11, + "Y": -0.84, + "Z": 47.57 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 75, + "Coding LOC": 65, + "Documentation LOC": 2, + "Structural Magnitude": 18.2, + "Control Flow Ratio": "71.4%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.592 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "34.73%", + "Error & Exception Exposure": "63.92%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.42%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "58.94%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "29.52%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 4.6, + "Lines of Code (LOC)": 12, + "Control Flow Branches": 3, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 61, + "End Line": 72 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 9, + "End Line": 13 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.6, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 14, + "End Line": 24 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 10, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 25, + "End Line": 34 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 15, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 35, + "End Line": 49 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.5, + "Lines of Code (LOC)": 11, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 50, + "End Line": 60 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 5, + "Sequential Logic Declarations": 2, + "Function Parameters": 6, + "Function/Method Declarations": 6, + "Class/Entity Declarations": 6, + "Defensive Programming Constructs": 2, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 8, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 4, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 2, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 2, + "Module Dependencies (Imports)": 7, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 3, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 1, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 6, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 36, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 7, + "Design Camel Case": 0, + "Design Snake Case": 2, + "Design Pascal Case": 0, + "Design Upper Case": 5, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 5, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 1, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "base", + "generated", + "golang:", + "scratch", + "tools" + ] + }, + "dockerfile/moby/test_targets/syscall.Dockerfile": { + "1. Artifact Identity": { + "Filename": "syscall.Dockerfile", + "Path": "dockerfile/moby/test_targets/syscall.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Tabs", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 6830.79, + "Y": -170.42, + "Z": -523.32 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 21, + "Coding LOC": 13, + "Documentation LOC": 1, + "Structural Magnitude": 12.76, + "Control Flow Ratio": "90.0%", + "Popularity Rank": 0, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 1.077 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "5.0%", + "Error & Exception Exposure": "0.0%", + "Tech Debt Exposure": "0.0%", + "Testing Exposure": "2.71%", + "API Exposure": "0.0%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "0.0%", + "Commented Logic Exposure": "0.0%", + "Specification Exposure": "86.67%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "62.85%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 7.3, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 6, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 12, + "End Line": 18 + }, + { + "Function Name": "RUN", + "Structural Impact": 3.0, + "Lines of Code (LOC)": 1, + "Control Flow Branches": 2, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 20, + "End Line": 20 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.2, + "Lines of Code (LOC)": 5, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "50.0%", + "Start Line": 6, + "End Line": 10 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 9, + "Sequential Logic Declarations": 1, + "Function Parameters": 1, + "Function/Method Declarations": 3, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 3, + "Exposed API / Public Exports": 0, + "State Mutations / Variable Reassignments": 0, + "Commented-out Code (Dead Logic)": 0, + "Structured Documentation Blocks": 0, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 0, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 1, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 0, + "Acknowledged Tech Debt (FIXMEs)": 0, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 1, + "Structural Tab Indentations": 6, + "Structural Space Indentations": 0, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 0, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 1, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 1, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 1, + "Direct Downstream (Dependency Blast Radius)": 0, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [ + "debian:" + ] + }, + "dockerfile/moby/test_targets/windows.Dockerfile": { + "1. Artifact Identity": { + "Filename": "windows.Dockerfile", + "Path": "dockerfile/moby/test_targets/windows.Dockerfile", + "Language": "Dockerfile", + "Architect": "Unknown Architect", + "Indentation Style": "Spaces", + "Doc Umbrella": 0.0, + "Folder Dominant Lang": "dockerfile", + "Lock Tier": 2, + "Identity Proof": "Single Indicator (Ext: .dockerfile)" + }, + "2. Topological Coordinates": { + "X": 7047.89, + "Y": -79.86, + "Z": 215.61 + }, + "3. Architectural Profile": { + "Repository Archetype": "Unclassified", + "Repository Drift (Z-Score)": 0.0, + "Repository Fingerprint": {}, + "File Archetype": null, + "File Drift (Z-Score)": 0.0, + "File Fingerprint": {}, + "Total LOC": 314, + "Coding LOC": 132, + "Documentation LOC": 146, + "Structural Magnitude": 12.44, + "Control Flow Ratio": "80.0%", + "Popularity Rank": 2, + "Raw Churn Frequency": 0.0, + "Authorship Centralization": 0.0, + "Ownership Entropy": 0.0, + "Raw Cognitive Density": 0.114 + }, + "4. Vulnerability & Risk Exposures": { + "Cognitive Load Exposure": "6.61%", + "Error & Exception Exposure": "57.84%", + "Tech Debt Exposure": "99.96%", + "Testing Exposure": "2.34%", + "API Exposure": "2.41%", + "Concurrency Exposure": "0.0%", + "State Flux Exposure": "14.22%", + "Commented Logic Exposure": "10.53%", + "Specification Exposure": "100.0%", + "Instability Exposure": "50.0%", + "Volatility Exposure": "0.0%", + "Documentation Exposure": "11.92%", + "Hardcoded Payload Artifacts": "0.0%" + }, + "5. Function Analysis": [ + { + "Function Name": "RUN", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 278, + "End Line": 290 + }, + { + "Function Name": "RUN", + "Structural Impact": 2.6, + "Lines of Code (LOC)": 13, + "Control Flow Branches": 1, + "Input Parameters": 0, + "Control Flow Ratio": "100.0%", + "Start Line": 292, + "End Line": 304 + }, + { + "Function Name": "ENTRYPOINT", + "Structural Impact": 1.4, + "Lines of Code (LOC)": 7, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 307, + "End Line": 313 + }, + { + "Function Name": "RUN", + "Structural Impact": 1.2, + "Lines of Code (LOC)": 4, + "Control Flow Branches": 0, + "Input Parameters": 0, + "Control Flow Ratio": "0.0%", + "Start Line": 189, + "End Line": 192 + } + ], + "6. Contextual Mitigations & Amplifications": "None Detected", + "7. Structural Signatures (Net Mitigated Signals)": { + "Control Flow Branches": 8, + "Sequential Logic Declarations": 2, + "Function Parameters": 6, + "Function/Method Declarations": 4, + "Class/Entity Declarations": 1, + "Defensive Programming Constructs": 0, + "Type/Safety Bypasses": 0, + "High-Risk Execution Commands": 0, + "I/O and Network Boundaries": 1, + "Exposed API / Public Exports": 1, + "State Mutations / Variable Reassignments": 1, + "Commented-out Code (Dead Logic)": 3, + "Structured Documentation Blocks": 2, + "Unit Test Assertions": 0, + "Asynchronous/Concurrent Execution": 0, + "UI / View Layer Components": 0, + "Closures and Anonymous Functions": 0, + "Global State Dependencies": 1, + "Decorators and Annotations": 0, + "Generic Type Abstractions": 0, + "Collection Iterators / Comprehensions": 0, + "Scientific & Mathematical Operations": 0, + "Metaprogramming & Reflection": 0, + "Module Dependencies (Imports)": 0, + "Authorship Metadata": 0, + "Planned Work (TODOs)": 1, + "Acknowledged Tech Debt (FIXMEs)": 8, + "Specification Traceability Tags": 0, + "Server-Side Rendering Contexts": 0, + "Event Publishers / Emitters": 0, + "Dependency Injection Constructs": 0, + "Preprocessor Macros": 0, + "Pointer Arithmetic & Addressing": 0, + "Manual Memory Allocation": 0, + "Inline Assembly Blocks": 0, + "Structured Telemetry & Logging": 0, + "Ad-hoc Print / Debug Statements": 0, + "Explicit Type Casts": 0, + "Fatal Aborts & Exceptions": 0, + "Thread Sleeps & Blocking Waits": 0, + "Bitwise Operations": 0, + "Thread Synchronization Locks": 0, + "Immutable Data Declarations": 0, + "Resource Deallocation & Cleanup": 0, + "Private / Encapsulated Scopes": 0, + "Event Listeners & Subscribers": 0, + "Bypassed / Skipped Tests": 0, + "Structural Tab Indentations": 0, + "Structural Space Indentations": 117, + "Hardware Bridge": 0, + "Cryptography": 0, + "Auth Middleware": 0, + "Ipc Rpc Bridges": 1, + "Feature Flags": 0, + "Serialization Parsing": 0, + "Regex Execution": 0, + "Time Date Logic": 0, + "Cloud LLM API Integrations": 0, + "AI Orchestration Frameworks": 0, + "Vector Databases (RAG)": 0, + "Local Inference & Tensor Math": 0, + "Traditional Machine Learning (Stats/Trees)": 0, + "Deep Learning & Neural Networks": 0, + "Lazy Evaluation & Generators (O(1) Memory)": 0, + "Vectorized Math & Tensor Operations": 0, + "Core Var Decl": 14, + "Design Camel Case": 0, + "Design Snake Case": 0, + "Design Pascal Case": 0, + "Design Upper Case": 14, + "Design Short Vars": 0, + "Design Long Vars": 0, + "Duplicate Logic": 0, + "Orphaned Logic": 0, + "Instructional Code Examples": 0, + "Architectural Diagrams (Mermaid/PlantUML)": 0, + "Structured Literature Headers": 0, + "Hyperlinked Literature References": 0, + "High-Entropy / Obfuscated Logic": 0, + "Safety & Constraint Bypasses": 0, + "External Network & I/O Hooks": 0, + "Dynamic Code Execution (Eval/Exec)": 0, + "Global Environment Mutation": 0, + "Commented-Out Executable Logic": 0, + "Low-Level Bitwise / Cryptographic Math": 0, + "Non-Standard / Steganographic Imports": 0, + "Non-Standard Unicode / Homoglyphs": 0, + "Embedded Credentials & Keys": 0, + "Sec Extension Mismatch": 0, + "Sec Entropy": 0, + "Sec Tainted Injection": 0, + "Prompt Injection": 0, + "Agentic Rce": 0, + "Invisible Unicode Payload Smuggling": 0, + "Self-Referential File Copy/Overwrite (Worm Pattern)": 0 + }, + "8. Dependency Network": { + "Direct Upstream (Fragility)": 0, + "Direct Downstream (Dependency Blast Radius)": 2, + "Total Upstream (Absolute Fragility)": 0, + "Total Downstream (Absolute Dependency Blast Radius)": 0 + }, + "9. Extracted Dependencies": [] + } + } + }, "kotlin/okhttp": { "Directory Group Magnitude": 210.04, "File Count": 6, @@ -434795,7 +434795,7 @@ "2. Topological Coordinates": { "X": 545.94, "Y": 101.03, - "Z": 5301.53 + "Z": 5301.49 }, "3. Architectural Profile": { "Repository Archetype": "Unclassified", @@ -434963,7 +434963,7 @@ "2. Topological Coordinates": { "X": 327.47, "Y": 189.24, - "Z": 5391.41 + "Z": 5391.38 }, "3. Architectural Profile": { "Repository Archetype": "Static: Literature & Documentation",