F´ - A flight software and embedded systems framework
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).
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.
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.
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.
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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | CMakeLists.txt | 1 | #### | COMMENT |
| LOW | Drv/TcpServer/TcpServerComponentImpl.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpServer/TcpServerComponentImpl.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpServer/test/ut/TcpServerTester.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpServer/test/ut/TcpServerTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Udp/UdpComponentImpl.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Udp/UdpComponentImpl.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Udp/test/ut/UdpTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Udp/test/ut/UdpTester.hpp | 101 | // ---------------------------------------------------------------------- | COMMENT |
| LOW | Drv/Udp/test/ut/UdpTester.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.cpp | 21 | #include <Fw/Types/FileNameString.hpp> | COMMENT |
| LOW | …v/LinuxSpiDriver/LinuxSpiDriverComponentImplCommon.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/LinuxSpiDriverComponentImplStub.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.hpp | 21 | class LinuxSpiDriverTester : public LinuxSpiDriverTesterBase { | COMMENT |
| LOW | Drv/LinuxI2cDriver/LinuxI2cDriver.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxI2cDriver/LinuxI2cDriver.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxI2cDriver/LinuxI2cDriver.hpp | 21 | public: | COMMENT |
| LOW | Drv/LinuxI2cDriver/LinuxI2cDriverStub.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.hpp | 21 | class LinuxI2cDriverTester : public LinuxI2cDriverGTestBase { | COMMENT |
| LOW | Drv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxGpioDriver/LinuxGpioDriverStub.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxGpioDriver/LinuxGpioDriver.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxGpioDriver/LinuxGpioDriver.hpp | 41 | //! Configure the GPIO pin for use in this driver. Only one mode may be selected as a time. | COMMENT |
| LOW | Drv/LinuxGpioDriver/LinuxGpioDriver.hpp | 101 | //! \brief helper to get running state | COMMENT |
| LOW | Drv/LinuxGpioDriver/LinuxGpioDriver.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxGpioDriver/LinuxGpioDriverCommon.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpClient/TcpClientComponentImpl.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpClient/TcpClientComponentImpl.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpClient/test/ut/TcpClientTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/TcpClient/test/ut/TcpClientTester.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxUartDriver/LinuxUartDriver.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/LinuxUartDriver/LinuxUartDriver.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/ByteStreamBufferAdapter/ByteStreamBufferAdapter.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | …ufferAdapter/test/ut/ByteStreamBufferAdapterTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/UdpSocket.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/UdpSocket.hpp | 21 | #include <inetLib.h> | COMMENT |
| LOW | Drv/Ip/TcpServerSocket.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/TcpServerSocket.cpp | 21 | #include <inetLib.h> | COMMENT |
| LOW | Drv/Ip/TcpClientSocket.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/IpSocket.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/IpSocket.cpp | 21 | // There is a macro in VxWorks (m_data) that collides with | COMMENT |
| LOW | Drv/Ip/SocketComponentHelper.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/IpSocket.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/SocketComponentHelper.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/UdpSocket.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/UdpSocket.cpp | 21 | #include <hostLib.h> | COMMENT |
| LOW | Drv/Ip/TcpServerSocket.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/TcpClientSocket.cpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/Ip/TcpClientSocket.cpp | 21 | #include <hostLib.h> | COMMENT |
| LOW | Drv/Ip/test/ut/TestTcp.cpp | 1 | // | COMMENT |
| LOW | Drv/Ip/test/ut/SocketTestHelper.cpp | 1 | // | COMMENT |
| LOW | Drv/Ip/test/ut/TestUdp.cpp | 1 | // | COMMENT |
| LOW | …teStreamBufferAdapter/AsyncByteStreamBufferAdapter.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | …Adapter/test/ut/AsyncByteStreamBufferAdapterTester.hpp | 1 | // ====================================================================== | COMMENT |
| LOW | Drv/ByteStreamDriverModel/CMakeLists.txt | 1 | #### | COMMENT |
| 1464 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ject/FppTest/state_machine/internal/initial/Nested.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ject/FppTest/state_machine/internal/initial/Choice.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …oject/FppTest/state_machine/internal/initial/Basic.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …pTest/state_machine/internal/choice/ChoiceToChoice.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ect/FppTest/state_machine/internal/choice/BasicU32.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ect/FppTest/state_machine/internal/choice/Sequence.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …Test/state_machine/internal/choice/InputPairU16U32.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ppTest/state_machine/internal/choice/ChoiceToState.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …/FppTest/state_machine/internal/choice/SequenceU32.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …roject/FppTest/state_machine/internal/choice/Basic.hpp | 18 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …Test/state_machine/internal/state/BasicGuardString.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …FppTest/state_machine/internal/state/BasicInternal.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …FppTest/state_machine/internal/state/BasicGuardU32.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …/FppTest/state_machine/internal/state/Polymorphism.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …Test/state_machine/internal/state/BasicTestAbsType.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ject/FppTest/state_machine/internal/state/BasicU32.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …t/state_machine/internal/state/BasicGuardTestArray.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ect/FppTest/state_machine/internal/state/BasicSelf.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ject/FppTest/state_machine/internal/state/Internal.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …/state_machine/internal/state/BasicGuardTestStruct.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …pTest/state_machine/internal/state/BasicTestStruct.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …t/FppTest/state_machine/internal/state/StateToSelf.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …FppTest/state_machine/internal/state/StateToChoice.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …/FppTest/state_machine/internal/state/StateToChild.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ppTest/state_machine/internal/state/BasicTestArray.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …/FppTest/state_machine/internal/state/StateToState.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …state_machine/internal/state/BasicGuardTestAbsType.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …FppTest/state_machine/internal/state/BasicTestEnum.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …t/FppTest/state_machine/internal/state/BasicString.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …Project/FppTest/state_machine/internal/state/Basic.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …st/state_machine/internal/state/BasicGuardTestEnum.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ct/FppTest/state_machine/internal/state/BasicGuard.hpp | 17 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM⚡ | …ect/FppTest/state_machine/internal/harness/Harness.hpp | 17 | #include "FppTest/state_machine/internal/harness/Guard.hpp" | COMMENT |
| MEDIUM⚡ | …ect/FppTest/state_machine/internal/harness/Harness.hpp | 18 | #include "FppTest/state_machine/internal/harness/History.hpp" | COMMENT |
| MEDIUM⚡ | …ect/FppTest/state_machine/internal/harness/Harness.hpp | 19 | #include "FppTest/state_machine/internal/harness/NoArgGuard.hpp" | COMMENT |
| MEDIUM⚡ | …ect/FppTest/state_machine/internal/harness/Harness.hpp | 20 | #include "FppTest/state_machine/internal/harness/Pick.hpp" | COMMENT |
| MEDIUM⚡ | …ect/FppTest/state_machine/internal/harness/Harness.hpp | 21 | #include "FppTest/state_machine/internal/harness/SignalValueHistory.hpp" | COMMENT |
| MEDIUM⚡ | …ect/FppTest/state_machine/internal/harness/Harness.hpp | 22 | #include "FppTest/state_machine/internal/harness/TestAbsType.hpp" | COMMENT |
| MEDIUM⚡ | …roject/FppTest/state_machine/internal/harness/Pick.hpp | 20 | #include "FppTest/state_machine/internal/harness/TestAbsType.hpp" | COMMENT |
| MEDIUM⚡ | …roject/FppTest/state_machine/internal/harness/Pick.hpp | 21 | #include "FppTest/state_machine/internal/harness/TestArrayArrayAc.hpp" | COMMENT |
| MEDIUM⚡ | …roject/FppTest/state_machine/internal/harness/Pick.hpp | 22 | #include "FppTest/state_machine/internal/harness/TestEnumEnumAc.hpp" | COMMENT |
| MEDIUM⚡ | …roject/FppTest/state_machine/internal/harness/Pick.hpp | 23 | #include "FppTest/state_machine/internal/harness/TestStructSerializableAc.hpp" | COMMENT |
| MEDIUM | …oject/FppTest/state_machine/internal/harness/Guard.hpp | 18 | #include "FppTest/state_machine/internal/harness/SignalValueHistory.hpp" | COMMENT |
| MEDIUM | …FppTest/state_machine/internal/harness/TestAbsType.cpp | 14 | #include "FppTest/state_machine/internal/harness/TestAbsType.hpp" | COMMENT |
| MEDIUM | …/state_machine/internal/harness/SignalValueHistory.hpp | 20 | #include "FppTest/state_machine/internal/harness/History.hpp" | COMMENT |
| MEDIUM | …/FppTest/state_machine/internal/harness/NoArgGuard.hpp | 18 | #include "FppTest/state_machine/internal/harness/History.hpp" | COMMENT |
| MEDIUM | …ate_machine/internal_instance/initial/ChoiceTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …tate_machine/internal_instance/initial/BasicTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ate_machine/internal_instance/initial/NestedTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …te_machine/internal_instance/choice/SequenceTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …chine/internal_instance/choice/ChoiceToStateTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …machine/internal_instance/choice/SequenceU32Tester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ine/internal_instance/choice/InputPairU16U32Tester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …state_machine/internal_instance/choice/BasicTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …te_machine/internal_instance/choice/BasicU32Tester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …hine/internal_instance/choice/ChoiceToChoiceTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …achine/internal_instance/state/StateToChoiceTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …internal_instance/state/BasicGuardTestStructTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …_machine/internal_instance/state/StateToSelfTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| MEDIUM | …ine/internal_instance/state/BasicTestAbsTypeTester.hpp | 10 | #include "FppTest/state_machine/internal/harness/Harness.hpp" | COMMENT |
| 23 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cmake/target/version/generate_version_info.py | 3 | # =============================================================================== | STRING |
| MEDIUM | cmake/target/version/generate_version_info.py | 16 | # =============================================================================== | STRING |
| MEDIUM | FppTestProject/FppTest/array/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/array/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/enum/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/enum/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/queued/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/queued/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/empty/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/empty/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/passive/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/passive/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/active/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/component/active/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/struct/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/struct/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/sizeof/CMakeLists.txt | 1 | # ====================================================================== | COMMENT |
| MEDIUM | FppTestProject/FppTest/sizeof/CMakeLists.txt | 3 | # ====================================================================== | COMMENT |
| MEDIUM⚡ | docs/how-to/develop/implement-radio-manager.md | 146 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | docs/how-to/develop/implement-radio-manager.md | 148 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test.yml | 27 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test.yml | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test.yml | 50 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test.yml | 52 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test.yml | 88 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test.yml | 90 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test-nightly.yml | 42 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test-nightly.yml | 44 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test-nightly.yml | 72 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test-nightly.yml | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test-nightly.yml | 109 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/config-test-nightly.yml | 111 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 11 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 13 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 46 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 48 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 62 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 64 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 76 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 78 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 92 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 94 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 109 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 111 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 125 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 127 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 142 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 144 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 159 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 161 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 177 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Posix/CMakeLists.txt | 179 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Linux/CMakeLists.txt | 14 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Linux/CMakeLists.txt | 16 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Linux/CMakeLists.txt | 30 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Linux/CMakeLists.txt | 32 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Darwin/CMakeLists.txt | 26 | # ----------------------------------------- | COMMENT |
| MEDIUM | Os/Darwin/CMakeLists.txt | 28 | # ----------------------------------------- | COMMENT |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/how-to/develop/develop-device-driver.md | 58 | ### Step 1 - Understand the Hardware | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 62 | ### Step 2 - Define the Device Manager Component | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 86 | ### Step 3 - Implement Device-Specific Behavior | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 138 | ### Step 4 - Expose Behavior to Application layer | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 226 | ### Step 5 - Integrate into Deployment | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 269 | ### Step 1 - Understand the bus protocol and platform APIs | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 281 | ### Step 2 - Define the Bus Driver Component | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 299 | ### Step 3 - Allow for bus configuration on startup | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 334 | ### Step 4 - Implement Bus Operations | COMMENT |
| LOW | docs/how-to/develop/develop-device-driver.md | 366 | ### Step 5 - Swap Bus Driver in Deployment | COMMENT |
| LOW | docs/how-to/develop/implement-radio-manager.md | 27 | ## Step 0 - Read the Reference Documentation | COMMENT |
| LOW | docs/how-to/develop/implement-radio-manager.md | 31 | ## Step 1 - Component Definition | COMMENT |
| LOW | docs/how-to/develop/implement-radio-manager.md | 52 | ## Step 2 - Component Implementation | COMMENT |
| LOW⚡ | docs/how-to/develop/implement-radio-manager.md | 137 | ## Step 3 - Integrate into Topology | COMMENT |
| LOW | docs/how-to/develop/implement-radio-manager.md | 197 | ## Step 4 - Configure the Driver at Initialization | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 75 | ### Step 1: Identify the behaviors to cover | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 89 | ### Step 2: Add test-state and rule directories | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 99 | ### Step 3: Define the shadow test state | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 128 | ### Step 4: Declare rules and shadow state member in the ComponentTester class | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 174 | ### Step 5: Implement rules | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 202 | ### Step 6: Write the test main | COMMENT |
| LOW | docs/how-to/test/rule-based-testing.md | 251 | ### Step 7: Register all UT sources in CMake | COMMENT |
| LOW | docs/how-to/integrate/implement-osal.md | 223 | ## Step 5 - Unit Tests | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 56 | ##### Step 1: Use add_subdirectory (or equivalent FetchContent) to include the library in your project | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 70 | ##### Step 2: Set the library as a dependency of the module | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 98 | ##### Step 1: Use FetchContent to include the library in your project | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 116 | ##### Step 2: Set the library as a dependency of the module | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 176 | ##### Step 1: Install the library on your system | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 180 | ##### Step 2: Use find_package() to locate the library | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 219 | #### Step 1: Understand the library's build process | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 223 | #### Step 2: Use ExternalProject_Add to build the library within CMake | COMMENT |
| LOW | docs/how-to/integrate/integrate-external-libraries.md | 271 | #### Step 3: Set the library as a dependency of the module/component | COMMENT |
| LOW | docs/how-to/operate/prm-write-how-to.md | 88 | ### Step 1: Generate the `.dat` File | COMMENT |
| LOW | docs/how-to/operate/prm-write-how-to.md | 108 | ### Step 2: Load the Parameter File | COMMENT |
| LOW | docs/how-to/operate/prm-write-how-to.md | 129 | ### Step 3: Commit the Staged Parameters | COMMENT |
| LOW | docs/how-to/operate/prm-write-how-to.md | 165 | ### Step 1: Generate the Sequence File | COMMENT |
| LOW | docs/how-to/operate/prm-write-how-to.md | 180 | ### Step 2: Execute the Sequence | COMMENT |
| LOW | docs/user-manual/design-patterns/subtopologies.md | 93 | #### Step 1: Create a Configuration Directory | COMMENT |
| LOW | docs/user-manual/design-patterns/subtopologies.md | 99 | #### Step 2: Create Configuration Override File | COMMENT |
| LOW | docs/user-manual/design-patterns/subtopologies.md | 116 | #### Step 3: Register the Configuration Module | COMMENT |
| LOW | docs/user-manual/design-patterns/subtopologies.md | 129 | #### Step 4: Add as Dependency | COMMENT |
| LOW | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1774 | // Step 1: Establish a known restricted state via SET_LEVEL(1). | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1803 | // Step 4: Issue SET_LEVEL with an out-of-range value. | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1813 | // Step 5: Command must respond with VALIDATION_ERROR, not OK. | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1819 | // Step 6: MaxLevelExceed warning event must be fired. | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1825 | // Step 7: LevelSet activity event must NOT be fired — the handler | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | Svc/FileUplink/test/int/test_cmd_uplink.py | 0 | test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wi | STRING |
| HIGH | Svc/CmdDispatcher/test/int/test_cmd_dispatcher.py | 0 | test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wi | STRING |
| HIGH | Svc/PrmDb/test/int/test_cmd_PrmDb.py | 0 | test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wi | STRING |
| HIGH | Svc/FileDownlink/test/int/test_cmd_fileDownlink.py | 0 | test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wi | STRING |
| HIGH | Svc/FileManager/test/int/test_cmd_fileManager.py | 0 | test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wi | STRING |
| HIGH | …eploymentsProject/Ref/test/int/ref_integration_test.py | 0 | test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wi | STRING |
| HIGH | Svc/DpCatalog/test/int/test_cmd_dpCatalog.py | 0 | test that commands may be sent tests command send, dispatch, and receipt using send_and_assert command | STRING |
| HIGH | Svc/DpManager/test/int/test_cmd_dpMgr.py | 0 | test that commands may be sent tests command send, dispatch, and receipt using send_and_assert command | STRING |
| HIGH | Svc/DpWriter/test/int/test_cmd_dpWriter.py | 0 | test that commands may be sent tests command send, dispatch, and receipt using send_and_assert command | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | CONTRIBUTING.md | 57 | - The contribution appears to be generated by AI without clear author understanding | CODE |
| HIGH | docs/user-manual/framework/state-machines.md | 323 | When the message is dispatched, the auto-generated code calls | CODE |
| HIGH | Svc/DpManager/docs/sdd.md | 33 | SVC-DPMANAGER-001 | `Svc::DpManager` shall provide an array of ports for synchronously requesting and receiving data pro | CODE |
| HIGH | Svc/DpManager/docs/sdd.md | 34 | SVC-DPMANAGER-002 | `Svc::DpManager` shall provide arrays of ports for receiving and asynchronously responding to reques | CODE |
| HIGH | Svc/PrmDb/test/ut/PrmDbTester.cpp | 1322 | // NOTE: test generated by AI | COMMENT |
| HIGH | …/actions/codeql/jpl-standard-known-autocode-issues.yml | 3 | # Rules in this run are known to be violated by auto-generated code in the build | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmake/test/src/test_feature.py | 110 | def test_feature_version_info(FEATURE_BUILD): | CODE |
| LOW | cmake/test/src/test_feature.py | 136 | def test_feature_installation(FEATURE_BUILD): | CODE |
| LOW⚡ | cmake/test/src/test_implementation.py | 29 | def test_platform_implementation(IMPLEMENTATION_TEST): | CODE |
| LOW⚡ | cmake/test/src/test_implementation.py | 34 | def test_override_implementation(IMPLEMENTATION_TEST): | CODE |
| LOW⚡ | cmake/test/src/test_implementation.py | 39 | def test_non_built_implementation(IMPLEMENTATION_TEST): | CODE |
| LOW⚡ | cmake/test/src/test_config.py | 65 | def test_fprime_model_override(CONFIG_BUILD): | CODE |
| LOW⚡ | cmake/test/src/test_config.py | 70 | def test_fprime_header_override(CONFIG_BUILD): | CODE |
| LOW⚡ | cmake/test/src/test_config.py | 75 | def test_fprime_library_override(CONFIG_BUILD): | CODE |
| LOW | cmake/test/src/test_config.py | 90 | def test_library_bad_new_config(CONFIG_FAILED_NEW_FILE_BUILD): | CODE |
| LOW | cmake/test/src/test_config.py | 96 | def test_library_bad_override_config(CONFIG_FAILED_OVERRIDE_BUILD): | CODE |
| LOW | cmake/test/src/test_unittests.py | 82 | def test_unittest_installation(UT_BUILD): | CODE |
| LOW | cmake/test/src/test_autocoder.py | 36 | def test_autocoder_non_build_files(AUTOCODER_BUILD): | CODE |
| LOW | cmake/test/src/test_autocoder.py | 80 | def test_autocoder_header_as_sources(AUTOCODER_BUILD): | CODE |
| LOW | cmake/test/src/test_autocoder.py | 85 | def test_autocoder_rerun_autocoder(AUTOCODER_BUILD): | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 100 | def _validate_component_json_files(self, directory: Path) -> bool: | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 208 | def _load_component_from_model( | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 243 | def _load_and_analyze_component( | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 282 | def analyze_component_instance( | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 304 | def _transform_source_to_build_path(self, source_path: str) -> Optional[Path]: | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 522 | def get_port_buffer_size_expr( | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 540 | def get_qual_port_buffer_size_expr(self, qualified_str: str) -> str: | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 555 | def resolved_type_to_cpp_size_expr( | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 598 | def calculate_internal_port_buffer( | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 646 | def _generate_header_preamble(self, lines: List[str]) -> None: | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 671 | def _generate_priority_constant( | CODE |
| LOW | Svc/Subtopologies/CdhCore/test/int/test_cdh_core.py | 13 | def test_basic_command_and_event(fprime_test_api: IntegrationTestAPI): | CODE |
| LOW | Svc/Subtopologies/CdhCore/test/int/test_cdh_core.py | 22 | def test_command_and_event_with_string_arg(fprime_test_api: IntegrationTestAPI): | CODE |
| LOW | Svc/Subtopologies/CdhCore/test/int/test_cdh_core.py | 38 | def test_command_and_event_with_many_args(fprime_test_api: IntegrationTestAPI): | CODE |
| LOW | Svc/Version/test/int/test_cmd_version.py | 21 | def test_send_version_command(fprime_test_api): | CODE |
| LOW | scripts/gen_indexes.py | 144 | def generate_index_for_section(source_dir: Path): | CODE |
| LOW | …eploymentsProject/Ref/test/int/ref_integration_test.py | 110 | def test_send_and_assert_no_op(fprime_test_api): | CODE |
| LOW | …eploymentsProject/Ref/test/int/ref_integration_test.py | 221 | def test_active_logger_filter(fprime_test_api): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .nav.yml | 1 | # This file is used to generate the navigation structure for the documentation website | COMMENT |
| MEDIUM | docs/tutorials/sync_tutorial_docs.py | 17 | # Define the repository URLs and their target directories | COMMENT |
| MEDIUM | …eploymentsProject/Ref/test/int/ref_integration_test.py | 348 | # Create the sandbox directory so in-sandbox uplinks succeed | COMMENT |
| MEDIUM | …eploymentsProject/Ref/test/int/ref_integration_test.py | 351 | # Create a small temporary file to uplink | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1774 | // Step 1: Establish a known restricted state via SET_LEVEL(1). | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1803 | // Step 4: Issue SET_LEVEL with an out-of-range value. | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1813 | // Step 5: Command must respond with VALIDATION_ERROR, not OK. | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1819 | // Step 6: MaxLevelExceed warning event must be fired. | COMMENT |
| LOW⚡ | Svc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp | 1825 | // Step 7: LevelSet activity event must NOT be fired — the handler | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmake/docs/docs.py | 61 | CODE | |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 367 | CODE | |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 460 | CODE | |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 555 | CODE | |
| LOW | scripts/docs_nav_tree.py | 27 | CODE | |
| LOW | scripts/gen_indexes.py | 104 | CODE | |
| LOW | scripts/gen_indexes.py | 144 | CODE | |
| LOW | …eploymentsProject/Ref/test/int/ref_integration_test.py | 110 | CODE | |
| LOW | …eploymentsProject/Ref/test/int/ref_integration_test.py | 169 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/user-manual/framework/component-and-port-selection.md | 18 | - [Event-Driven Work](#event-driven-work) | CODE |
| MEDIUM | .github/agents/architecture-review.agent.md | 89 | ### 1. Sync port on an event-driven or background component | COMMENT |
| MEDIUM | .github/agents/_shared/agent-registry.yml | 3 | # Authoritative list of the agents that participate in the multi-agent | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | Svc/Health/test/int/test_cmd_health.py | 72 | # If no constraints are specified on the channels, the predicate will always return true | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmake/test/src/test_basic.py | 2 | CODE | |
| LOW | cmake/test/src/test_implementation.py | 7 | CODE | |
| LOW | cmake/test/src/test_ref_shared.py | 11 | CODE | |
| LOW | cmake/test/src/test_unittests.py | 9 | CODE | |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 20 | CODE | |
| LOW | docs/tutorials/sync_tutorial_docs.py | 6 | CODE | |
| LOW | Svc/PrmDb/test/int/test_cmd_PrmDb.py | 6 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmake/target/version/generate_version_info.py | 103 | # Open file for writing | COMMENT |
| LOW | cmake/target/version/generate_version_info.py | 132 | # Open file for writing | COMMENT |
| LOW | scripts/docs_nav_tree.py | 53 | # Check if the file stem (filename without .md) is excluded | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmake/settings/ini-to-stdio.py | 104 | except Exception as exc: | CODE |
| LOW | cmake/target/version/generate_version_info.py | 46 | except Exception: | CODE |
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 807 | except Exception as e: | CODE |
| LOW | docs/how-to/develop/python-development.md | 220 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Svc/CmdDispatcher/test/ut/CommandDispatcherTester.cpp | 740 | // is seen after the call. This value is 6 as discussed above. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/how-to/test/rule-based-testing.md | 290 | + // TODO: implement the rule behavior | CODE |
| LOW | docs/how-to/operate/develop-gds-plugins.md | 82 | # TODO: implement virtual functions | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmake/autocoder/scripts/priority_buffer_analyzer.py | 43 | logger = logging.getLogger(__name__) | CODE |