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

lyusupov/SoftRF

https://github.com/lyusupov/SoftRF · scanned 2026-06-05 19:45 UTC (4 days, 14 hours ago) · 10 languages

213 findings 11/13 scanners ran 31st percentile · C · huge (>500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

62 actionable findings from 1 signal source. 133 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 19.0 0.20 3.80
documentation_score 98.0 0.15 14.70
practices_score 57.0 0.15 8.55
code_quality 47.0 0.10 4.70
Overall 1.00 62.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

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

high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED107] Missing import: `io` used but not imported: The file uses `io.something(...)` but never imports `io`. This raises NameError at runtime the first time the line executes.
Add `import io` at the top of the file.
3 files, 3 locations
dated/version1/libraries/ArduinoJson/third-party/cpplint/cpplint.py:3005
software/firmware/source/iLogger/lib/aerofiles/igc/writer.py:48
software/firmware/source/libraries/SdFat/extras/cpplint.py:5484
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
software/app/Emulator/Emulator.py:271
high Security checks quality Quality conf 1.00 ✓ Repobility 7 occurrences [MINED108] `self.CanonicalizeAlphabeticalOrder` used but never assigned in __init__: Method `IsInAlphabeticalOrder` of class `_IncludeState` reads `self.CanonicalizeAlphabeticalOrder`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.CanonicalizeAlphabeticalOrder = <default>` in __init__, or add a class-level default.
lines 450, 718, 763, 769, 773, 777, 781
dated/version1/libraries/ArduinoJson/third-party/cpplint/cpplint.py:450, 718, 763, 769, 773, 777, 781 (7 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/binaries/ESP32/misc/libbt.a` committed in source repo: `software/firmware/binaries/ESP32/misc/libbt.a` is a .a binary (10,051,914 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/binaries/ESP32/misc/libbt.a:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/apply_sine_window_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/apply_sine_window_FIX.o` is a .o binary (10,688 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build script
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/apply_sine_window_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/autocorr_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/autocorr_FIX.o` is a .o binary (8,024 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/autocorr_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/burg_modified_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/burg_modified_FIX.o` is a .o binary (30,592 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/burg_modified_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/corrMatrix_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/corrMatrix_FIX.o` is a .o binary (17,184 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/corrMatrix_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/encode_frame_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/encode_frame_FIX.o` is a .o binary (51,152 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/encode_frame_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_LPC_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_LPC_FIX.o` is a .o binary (25,216 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_LPC_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_LTP_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_LTP_FIX.o` is a .o binary (15,008 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_LTP_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_pitch_lags_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_pitch_lags_FIX.o` is a .o binary (30,744 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_pitch_lags_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_pred_coefs_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_pred_coefs_FIX.o` is a .o binary (33,464 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/find_pred_coefs_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/k2a_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/k2a_FIX.o` is a .o binary (7,632 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/k2a_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/k2a_Q16_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/k2a_Q16_FIX.o` is a .o binary (7,592 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/k2a_Q16_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_analysis_filter_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_analysis_filter_FIX.o` is a .o binary (13,896 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build sc
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_analysis_filter_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_scale_ctrl_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_scale_ctrl_FIX.o` is a .o binary (20,696 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_scale_ctrl_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/noise_shape_analysis_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/noise_shape_analysis_FIX.o` is a .o binary (57,392 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/noise_shape_analysis_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/pitch_analysis_core_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/pitch_analysis_core_FIX.o` is a .o binary (59,144 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build sc
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/pitch_analysis_core_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/process_gains_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/process_gains_FIX.o` is a .o binary (28,664 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/process_gains_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/regularize_correlations_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/regularize_correlations_FIX.o` is a .o binary (11,384 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/regularize_correlations_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/residual_energy16_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/residual_energy16_FIX.o` is a .o binary (18,976 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build script
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/residual_energy16_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/residual_energy_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/residual_energy_FIX.o` is a .o binary (16,904 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/residual_energy_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/schur64_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/schur64_FIX.o` is a .o binary (13,272 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/schur64_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/schur_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/schur_FIX.o` is a .o binary (10,528 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/schur_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/vector_ops_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/vector_ops_FIX.o` is a .o binary (10,680 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/vector_ops_FIX.o:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/warped_autocorrelation_FIX.o` committed in source repo: `software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/warped_autocorrelation_FIX.o` is a .o binary (15,936 bytes) committed to a repo that otherwise has 3633 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by bu
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/warped_autocorrelation_FIX.o:1
high Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
dated/version1/libraries/ArduinoJson/third-party/gtest-1.7.0/xcode/Scripts/versiongenerate.py:64
software/firmware/source/libraries/SensorLib/tools/fw2h/fw2h.py:15
software/firmware/source/libraries/TFT_eSPI/Tools/bmp2array4bit/bmp2array4bit.py:61
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@main`: `uses: actions/checkout@main` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA …
2 files, 5 locations
software/firmware/source/libraries/STM32RTC/.github/workflows/Continuous-Integration.yml:24, 28, 40, 41 (4 hits)
software/firmware/source/libraries/WiFiWebServer/.github/workflows/spell-check.yml:22
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 17 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/setup-python` pinned to mutable ref `@v4`: `uses: actions/setup-python@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit …
8 files, 17 locations
software/firmware/source/libraries/Adafruit_BME680/.github/workflows/githubci.yml:10, 13, 14 (3 hits)
software/firmware/source/libraries/Adafruit_BusIO/.github/workflows/githubci.yml:10, 13, 14 (3 hits)
software/firmware/source/libraries/Adafruit_INA219/.github/workflows/githubci.yml:10, 13, 14 (3 hits)
software/firmware/source/libraries/SdFat/.github/workflows/githubci.yml:21, 26, 29 (3 hits)
software/firmware/source/libraries/WiFiWebServer/.github/workflows/auto-github-actions.yml:7, 8 (2 hits)
software/firmware/source/libraries/WiFiWebServer/.github/workflows/check-arduino.yml:19
software/firmware/source/libraries/WiFiWebServer/.github/workflows/spell-check.yml:18
software/firmware/source/libraries/uCDB/.github/workflows/arduino-lint.yml:7
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `arduino/arduino-lint-action` pinned to mutable ref `@v1`: `uses: arduino/arduino-lint-action@v1` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 4…
3 files, 3 locations
software/firmware/source/libraries/WiFiWebServer/.github/workflows/check-arduino.yml:22
software/firmware/source/libraries/WiFiWebServer/.github/workflows/report-size-deltas.yml:13
software/firmware/source/libraries/uCDB/.github/workflows/arduino-lint.yml:8
CI/CD securitySupply chainGitHub Actions
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium Security checks quality Quality conf 1.00 ✓ Repobility 7 occurrences [MINED109] Mutable default argument in `ProcessLine` (list): `def ProcessLine(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def ProcessLine(x=None): x = x or []`
3 files, 7 locations
dated/version1/libraries/ArduinoJson/third-party/cpplint/cpplint.py:3139, 3175, 3220 (3 hits)
software/firmware/source/libraries/SdFat/extras/cpplint.py:5780, 5895, 6031 (3 hits)
software/app/Emulator/GDL90.py:306
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
software/app/Emulator/Linux.py:33
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
software/app/Emulator/Android.py:26
low Security checks quality Error handling conf 0.55 ✓ Repobility 3 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
2 files, 3 locations
software/firmware/source/libraries/TFT_eSPI/Tools/bmp2array4bit/bmp2array4bit.py:64, 243 (2 hits)
software/firmware/source/libraries/rpi_ws281x-1.0.0/version.py:42
Error handlingquality
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
software/firmware/source/libraries/Pico-PIO-USB/.github/workflows/build_arduino.yml:34
medium Security checks quality Quality conf 0.78 26 occurrences Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
12 files, 12 locations
software/firmware/source/libraries/ESP8266Audio/src/libopus/celt/static_modes_fixed.h:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/SigProc_FIX.h:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_analysis_filter_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_scale_ctrl_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/apply_sine_window_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/autocorr_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/burg_modified_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/corrMatrix_FIX.c:1
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 12 locations
dated/version1/Demo2_RX_868/Demo2_RX_868.h:1
dated/version1/Demo2_RX_868/TimeHelper.cpp:1
dated/version1/Demo2_RX_868/WebHelper.cpp:1
dated/version1/Demo2_RX_868/WiFiHelper.cpp:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/biquad_alt.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_analysis_filter_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_scale_ctrl_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/apply_sine_window_FIX.c:1
duplicationquality
high Security checks quality Quality conf 0.62 28 occurrences Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
12 files, 12 locations
software/firmware/source/libraries/ESP8266Audio/src/libopus/celt/static_modes_fixed.h:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/SigProc_FIX.h:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/biquad_alt.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_analysis_filter_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/LTP_scale_ctrl_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/apply_sine_window_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/autocorr_FIX.c:1
software/firmware/source/libraries/ESP8266Audio/src/libopus/silk/fixed/burg_modified_FIX.c:1
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/8b35b6af-9cb2-4986-bd98-4ef83e9382a4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8b35b6af-9cb2-4986-bd98-4ef83e9382a4/

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