Repository Analysis

nasa/fprime

F´ - A flight software and embedded systems framework

8.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of nasa/fprime, a C++ project with 11,575 GitHub stars. SynthScan v2.0 examined 246,457 lines of code across 2133 source files, recording 1804 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 8.9 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

8.9
Adjusted Score
8.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
11.6K
Stars
C++
Language
246.5K
Lines of Code
2.1K
Files
1.8K
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 16MEDIUM 154LOW 1634

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1804 distinct pattern matches across 18 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block1524 hits · 1478 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt1####COMMENT
LOWDrv/TcpServer/TcpServerComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/TcpServer/TcpServerComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/TcpServer/test/ut/TcpServerTester.cpp1// ======================================================================COMMENT
LOWDrv/TcpServer/test/ut/TcpServerTester.hpp1// ======================================================================COMMENT
LOWDrv/Udp/UdpComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/Udp/UdpComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/Udp/test/ut/UdpTester.hpp1// ======================================================================COMMENT
LOWDrv/Udp/test/ut/UdpTester.hpp101 // ----------------------------------------------------------------------COMMENT
LOWDrv/Udp/test/ut/UdpTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.cpp21#include <Fw/Types/FileNameString.hpp>COMMENT
LOW…v/LinuxSpiDriver/LinuxSpiDriverComponentImplCommon.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImplStub.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.hpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.hpp21class LinuxSpiDriverTester : public LinuxSpiDriverTesterBase {COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriver.cpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriver.hpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriver.hpp21 public:COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriverStub.cpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.hpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.hpp21class LinuxI2cDriverTester : public LinuxI2cDriverGTestBase {COMMENT
LOWDrv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriverStub.cpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.hpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.hpp41 //! Configure the GPIO pin for use in this driver. Only one mode may be selected as a time.COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.hpp101 //! \brief helper to get running stateCOMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.cpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriverCommon.cpp1// ======================================================================COMMENT
LOWDrv/TcpClient/TcpClientComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/TcpClient/TcpClientComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/TcpClient/test/ut/TcpClientTester.hpp1// ======================================================================COMMENT
LOWDrv/TcpClient/test/ut/TcpClientTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxUartDriver/LinuxUartDriver.hpp1// ======================================================================COMMENT
LOWDrv/LinuxUartDriver/LinuxUartDriver.cpp1// ======================================================================COMMENT
LOWDrv/ByteStreamBufferAdapter/ByteStreamBufferAdapter.hpp1// ======================================================================COMMENT
LOW…ufferAdapter/test/ut/ByteStreamBufferAdapterTester.hpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.hpp21#include <inetLib.h>COMMENT
LOWDrv/Ip/TcpServerSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/TcpServerSocket.cpp21#include <inetLib.h>COMMENT
LOWDrv/Ip/TcpClientSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/IpSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/IpSocket.cpp21// There is a macro in VxWorks (m_data) that collides withCOMMENT
LOWDrv/Ip/SocketComponentHelper.cpp1// ======================================================================COMMENT
LOWDrv/Ip/IpSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/SocketComponentHelper.hpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.cpp21#include <hostLib.h>COMMENT
LOWDrv/Ip/TcpServerSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/TcpClientSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/TcpClientSocket.cpp21#include <hostLib.h>COMMENT
LOWDrv/Ip/test/ut/TestTcp.cpp1//COMMENT
LOWDrv/Ip/test/ut/SocketTestHelper.cpp1//COMMENT
LOWDrv/Ip/test/ut/TestUdp.cpp1//COMMENT
LOW…teStreamBufferAdapter/AsyncByteStreamBufferAdapter.hpp1// ======================================================================COMMENT
LOW…Adapter/test/ut/AsyncByteStreamBufferAdapterTester.hpp1// ======================================================================COMMENT
LOWDrv/ByteStreamDriverModel/CMakeLists.txt1####COMMENT
1464 more matches not shown…
AI Slop Vocabulary83 hits · 262 pts
SeverityFileLineSnippetContext
MEDIUM…ject/FppTest/state_machine/internal/initial/Nested.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ject/FppTest/state_machine/internal/initial/Choice.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…oject/FppTest/state_machine/internal/initial/Basic.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…pTest/state_machine/internal/choice/ChoiceToChoice.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/choice/BasicU32.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/choice/Sequence.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Test/state_machine/internal/choice/InputPairU16U32.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ppTest/state_machine/internal/choice/ChoiceToState.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/choice/SequenceU32.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/choice/Basic.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Test/state_machine/internal/state/BasicGuardString.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/BasicInternal.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/BasicGuardU32.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/state/Polymorphism.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Test/state_machine/internal/state/BasicTestAbsType.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ject/FppTest/state_machine/internal/state/BasicU32.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…t/state_machine/internal/state/BasicGuardTestArray.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/state/BasicSelf.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ject/FppTest/state_machine/internal/state/Internal.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/state_machine/internal/state/BasicGuardTestStruct.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…pTest/state_machine/internal/state/BasicTestStruct.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…t/FppTest/state_machine/internal/state/StateToSelf.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/StateToChoice.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/state/StateToChild.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ppTest/state_machine/internal/state/BasicTestArray.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/state/StateToState.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…state_machine/internal/state/BasicGuardTestAbsType.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/BasicTestEnum.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…t/FppTest/state_machine/internal/state/BasicString.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Project/FppTest/state_machine/internal/state/Basic.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…st/state_machine/internal/state/BasicGuardTestEnum.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ct/FppTest/state_machine/internal/state/BasicGuard.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp17#include "FppTest/state_machine/internal/harness/Guard.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp18#include "FppTest/state_machine/internal/harness/History.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp19#include "FppTest/state_machine/internal/harness/NoArgGuard.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp20#include "FppTest/state_machine/internal/harness/Pick.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp21#include "FppTest/state_machine/internal/harness/SignalValueHistory.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp22#include "FppTest/state_machine/internal/harness/TestAbsType.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp20#include "FppTest/state_machine/internal/harness/TestAbsType.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp21#include "FppTest/state_machine/internal/harness/TestArrayArrayAc.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp22#include "FppTest/state_machine/internal/harness/TestEnumEnumAc.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp23#include "FppTest/state_machine/internal/harness/TestStructSerializableAc.hpp"COMMENT
MEDIUM…oject/FppTest/state_machine/internal/harness/Guard.hpp18#include "FppTest/state_machine/internal/harness/SignalValueHistory.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/harness/TestAbsType.cpp14#include "FppTest/state_machine/internal/harness/TestAbsType.hpp"COMMENT
MEDIUM…/state_machine/internal/harness/SignalValueHistory.hpp20#include "FppTest/state_machine/internal/harness/History.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/harness/NoArgGuard.hpp18#include "FppTest/state_machine/internal/harness/History.hpp"COMMENT
MEDIUM…ate_machine/internal_instance/initial/ChoiceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…tate_machine/internal_instance/initial/BasicTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ate_machine/internal_instance/initial/NestedTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…te_machine/internal_instance/choice/SequenceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…chine/internal_instance/choice/ChoiceToStateTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…machine/internal_instance/choice/SequenceU32Tester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ine/internal_instance/choice/InputPairU16U32Tester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…state_machine/internal_instance/choice/BasicTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…te_machine/internal_instance/choice/BasicU32Tester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…hine/internal_instance/choice/ChoiceToChoiceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…achine/internal_instance/state/StateToChoiceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…internal_instance/state/BasicGuardTestStructTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…_machine/internal_instance/state/StateToSelfTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ine/internal_instance/state/BasicTestAbsTypeTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
23 more matches not shown…
Decorative Section Separators64 hits · 191 pts
SeverityFileLineSnippetContext
MEDIUMcmake/target/version/generate_version_info.py3# ===============================================================================STRING
MEDIUMcmake/target/version/generate_version_info.py16# ===============================================================================STRING
MEDIUMFppTestProject/FppTest/array/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/array/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/enum/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/enum/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/queued/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/queued/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/empty/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/empty/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/passive/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/passive/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/active/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/active/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/struct/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/struct/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/sizeof/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/sizeof/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMdocs/how-to/develop/implement-radio-manager.md146 # ----------------------------------------------------------------------COMMENT
MEDIUMdocs/how-to/develop/implement-radio-manager.md148 # ----------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml27 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml29 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml50 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml52 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml88 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml90 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml42 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml44 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml72 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml74 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml109 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml111 # ---------------------------------------------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt11# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt13# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt46# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt48# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt62# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt64# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt76# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt78# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt92# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt94# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt109# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt111# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt125# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt127# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt142# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt144# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt159# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt161# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt177# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt179# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt14# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt16# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt30# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt32# -----------------------------------------COMMENT
MEDIUMOs/Darwin/CMakeLists.txt26# -----------------------------------------COMMENT
MEDIUMOs/Darwin/CMakeLists.txt28# -----------------------------------------COMMENT
4 more matches not shown…
Structural Annotation Overuse46 hits · 73 pts
SeverityFileLineSnippetContext
LOWdocs/how-to/develop/develop-device-driver.md58### Step 1 - Understand the HardwareCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md62### Step 2 - Define the Device Manager ComponentCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md86### Step 3 - Implement Device-Specific BehaviorCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md138### Step 4 - Expose Behavior to Application layerCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md226### Step 5 - Integrate into DeploymentCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md269### Step 1 - Understand the bus protocol and platform APIsCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md281### Step 2 - Define the Bus Driver ComponentCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md299### Step 3 - Allow for bus configuration on startupCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md334### Step 4 - Implement Bus OperationsCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md366### Step 5 - Swap Bus Driver in DeploymentCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md27## Step 0 - Read the Reference DocumentationCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md31## Step 1 - Component DefinitionCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md52## Step 2 - Component ImplementationCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md137## Step 3 - Integrate into TopologyCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md197## Step 4 - Configure the Driver at InitializationCOMMENT
LOWdocs/how-to/test/rule-based-testing.md75### Step 1: Identify the behaviors to coverCOMMENT
LOWdocs/how-to/test/rule-based-testing.md89### Step 2: Add test-state and rule directoriesCOMMENT
LOWdocs/how-to/test/rule-based-testing.md99### Step 3: Define the shadow test stateCOMMENT
LOWdocs/how-to/test/rule-based-testing.md128### Step 4: Declare rules and shadow state member in the ComponentTester classCOMMENT
LOWdocs/how-to/test/rule-based-testing.md174### Step 5: Implement rulesCOMMENT
LOWdocs/how-to/test/rule-based-testing.md202### Step 6: Write the test mainCOMMENT
LOWdocs/how-to/test/rule-based-testing.md251### Step 7: Register all UT sources in CMakeCOMMENT
LOWdocs/how-to/integrate/implement-osal.md223## Step 5 - Unit TestsCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md56##### Step 1: Use add_subdirectory (or equivalent FetchContent) to include the library in your projectCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md70##### Step 2: Set the library as a dependency of the moduleCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md98##### Step 1: Use FetchContent to include the library in your projectCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md116##### Step 2: Set the library as a dependency of the moduleCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md176##### Step 1: Install the library on your systemCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md180##### Step 2: Use find_package() to locate the libraryCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md219#### Step 1: Understand the library's build processCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md223#### Step 2: Use ExternalProject_Add to build the library within CMakeCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md271#### Step 3: Set the library as a dependency of the module/componentCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md88### Step 1: Generate the `.dat` FileCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md108### Step 2: Load the Parameter FileCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md129### Step 3: Commit the Staged ParametersCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md165### Step 1: Generate the Sequence FileCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md180### Step 2: Execute the SequenceCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md93#### Step 1: Create a Configuration DirectoryCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md99#### Step 2: Create Configuration Override FileCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md116#### Step 3: Register the Configuration ModuleCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md129#### Step 4: Add as DependencyCOMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1774 // Step 1: Establish a known restricted state via SET_LEVEL(1).COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1803 // Step 4: Issue SET_LEVEL with an out-of-range value.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1813 // Step 5: Command must respond with VALIDATION_ERROR, not OK.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1819 // Step 6: MaxLevelExceed warning event must be fired.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1825 // Step 7: LevelSet activity event must NOT be fired — the handlerCOMMENT
Cross-File Repetition9 hits · 45 pts
SeverityFileLineSnippetContext
HIGHSvc/FileUplink/test/int/test_cmd_uplink.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/CmdDispatcher/test/int/test_cmd_dispatcher.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/PrmDb/test/int/test_cmd_PrmDb.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/FileDownlink/test/int/test_cmd_fileDownlink.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/FileManager/test/int/test_cmd_fileManager.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGH…eploymentsProject/Ref/test/int/ref_integration_test.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/DpCatalog/test/int/test_cmd_dpCatalog.py0test that commands may be sent tests command send, dispatch, and receipt using send_and_assert commandSTRING
HIGHSvc/DpManager/test/int/test_cmd_dpMgr.py0test that commands may be sent tests command send, dispatch, and receipt using send_and_assert commandSTRING
HIGHSvc/DpWriter/test/int/test_cmd_dpWriter.py0test that commands may be sent tests command send, dispatch, and receipt using send_and_assert commandSTRING
Synthetic Comment Markers6 hits · 35 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md57- The contribution appears to be generated by AI without clear author understandingCODE
HIGHdocs/user-manual/framework/state-machines.md323When the message is dispatched, the auto-generated code callsCODE
HIGHSvc/DpManager/docs/sdd.md33SVC-DPMANAGER-001 | `Svc::DpManager` shall provide an array of ports for synchronously requesting and receiving data proCODE
HIGHSvc/DpManager/docs/sdd.md34SVC-DPMANAGER-002 | `Svc::DpManager` shall provide arrays of ports for receiving and asynchronously responding to requesCODE
HIGHSvc/PrmDb/test/ut/PrmDbTester.cpp1322 // NOTE: test generated by AICOMMENT
HIGH…/actions/codeql/jpl-standard-known-autocode-issues.yml3# Rules in this run are known to be violated by auto-generated code in the buildCOMMENT
Hyper-Verbose Identifiers32 hits · 35 pts
SeverityFileLineSnippetContext
LOWcmake/test/src/test_feature.py110def test_feature_version_info(FEATURE_BUILD):CODE
LOWcmake/test/src/test_feature.py136def test_feature_installation(FEATURE_BUILD):CODE
LOWcmake/test/src/test_implementation.py29def test_platform_implementation(IMPLEMENTATION_TEST):CODE
LOWcmake/test/src/test_implementation.py34def test_override_implementation(IMPLEMENTATION_TEST):CODE
LOWcmake/test/src/test_implementation.py39def test_non_built_implementation(IMPLEMENTATION_TEST):CODE
LOWcmake/test/src/test_config.py65def test_fprime_model_override(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py70def test_fprime_header_override(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py75def test_fprime_library_override(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py90def test_library_bad_new_config(CONFIG_FAILED_NEW_FILE_BUILD):CODE
LOWcmake/test/src/test_config.py96def test_library_bad_override_config(CONFIG_FAILED_OVERRIDE_BUILD):CODE
LOWcmake/test/src/test_unittests.py82def test_unittest_installation(UT_BUILD):CODE
LOWcmake/test/src/test_autocoder.py36def test_autocoder_non_build_files(AUTOCODER_BUILD):CODE
LOWcmake/test/src/test_autocoder.py80def test_autocoder_header_as_sources(AUTOCODER_BUILD):CODE
LOWcmake/test/src/test_autocoder.py85def test_autocoder_rerun_autocoder(AUTOCODER_BUILD):CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py100 def _validate_component_json_files(self, directory: Path) -> bool:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py208 def _load_component_from_model(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py243 def _load_and_analyze_component(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py282 def analyze_component_instance(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py304 def _transform_source_to_build_path(self, source_path: str) -> Optional[Path]:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py522 def get_port_buffer_size_expr(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py540 def get_qual_port_buffer_size_expr(self, qualified_str: str) -> str:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py555 def resolved_type_to_cpp_size_expr(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py598 def calculate_internal_port_buffer(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py646 def _generate_header_preamble(self, lines: List[str]) -> None:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py671 def _generate_priority_constant(CODE
LOWSvc/Subtopologies/CdhCore/test/int/test_cdh_core.py13def test_basic_command_and_event(fprime_test_api: IntegrationTestAPI):CODE
LOWSvc/Subtopologies/CdhCore/test/int/test_cdh_core.py22def test_command_and_event_with_string_arg(fprime_test_api: IntegrationTestAPI):CODE
LOWSvc/Subtopologies/CdhCore/test/int/test_cdh_core.py38def test_command_and_event_with_many_args(fprime_test_api: IntegrationTestAPI):CODE
LOWSvc/Version/test/int/test_cmd_version.py21def test_send_version_command(fprime_test_api):CODE
LOWscripts/gen_indexes.py144def generate_index_for_section(source_dir: Path):CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py110def test_send_and_assert_no_op(fprime_test_api):CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py221def test_active_logger_filter(fprime_test_api):CODE
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM.nav.yml1# This file is used to generate the navigation structure for the documentation websiteCOMMENT
MEDIUMdocs/tutorials/sync_tutorial_docs.py17 # Define the repository URLs and their target directoriesCOMMENT
MEDIUM…eploymentsProject/Ref/test/int/ref_integration_test.py348 # Create the sandbox directory so in-sandbox uplinks succeedCOMMENT
MEDIUM…eploymentsProject/Ref/test/int/ref_integration_test.py351 # Create a small temporary file to uplinkCOMMENT
Verbosity Indicators5 hits · 10 pts
SeverityFileLineSnippetContext
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1774 // Step 1: Establish a known restricted state via SET_LEVEL(1).COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1803 // Step 4: Issue SET_LEVEL with an out-of-range value.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1813 // Step 5: Command must respond with VALIDATION_ERROR, not OK.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1819 // Step 6: MaxLevelExceed warning event must be fired.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1825 // Step 7: LevelSet activity event must NOT be fired — the handlerCOMMENT
Deep Nesting9 hits · 9 pts
SeverityFileLineSnippetContext
LOWcmake/docs/docs.py61CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py367CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py460CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py555CODE
LOWscripts/docs_nav_tree.py27CODE
LOWscripts/gen_indexes.py104CODE
LOWscripts/gen_indexes.py144CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py110CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py169CODE
Modern AI Meta-Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…/user-manual/framework/component-and-port-selection.md18- [Event-Driven Work](#event-driven-work)CODE
MEDIUM.github/agents/architecture-review.agent.md89### 1. Sync port on an event-driven or background componentCOMMENT
MEDIUM.github/agents/_shared/agent-registry.yml3# Authoritative list of the agents that participate in the multi-agentCOMMENT
Cross-Language Confusion1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHSvc/Health/test/int/test_cmd_health.py72 # If no constraints are specified on the channels, the predicate will always return trueCOMMENT
Unused Imports7 hits · 7 pts
SeverityFileLineSnippetContext
LOWcmake/test/src/test_basic.py2CODE
LOWcmake/test/src/test_implementation.py7CODE
LOWcmake/test/src/test_ref_shared.py11CODE
LOWcmake/test/src/test_unittests.py9CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py20CODE
LOWdocs/tutorials/sync_tutorial_docs.py6CODE
LOWSvc/PrmDb/test/int/test_cmd_PrmDb.py6CODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWcmake/target/version/generate_version_info.py103 # Open file for writingCOMMENT
LOWcmake/target/version/generate_version_info.py132 # Open file for writingCOMMENT
LOWscripts/docs_nav_tree.py53 # Check if the file stem (filename without .md) is excludedCOMMENT
Excessive Try-Catch Wrapping4 hits · 4 pts
SeverityFileLineSnippetContext
LOWcmake/settings/ini-to-stdio.py104 except Exception as exc:CODE
LOWcmake/target/version/generate_version_info.py46 except Exception:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py807 except Exception as e:CODE
LOWdocs/how-to/develop/python-development.md220 except Exception as e:CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMSvc/CmdDispatcher/test/ut/CommandDispatcherTester.cpp740 // is seen after the call. This value is 6 as discussed above.COMMENT
TODO Padding2 hits · 2 pts
SeverityFileLineSnippetContext
LOWdocs/how-to/test/rule-based-testing.md290 + // TODO: implement the rule behaviorCODE
LOWdocs/how-to/operate/develop-gds-plugins.md82 # TODO: implement virtual functionsCOMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py43logger = logging.getLogger(__name__)CODE