https://github.com/VadimDenisovich/fundamentals-of-cybernetics
· scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)
15 raw signals (0 security + 15 graph)
Last scanned 2 months, 1 week ago · v1 · 13 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 102 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
test_roundtrip_no_errors |
software | healthy | coding-theory/tests/test_codecs.py:15 |
test_corrects_up_to_t_symbol_errors |
software | healthy | coding-theory/tests/test_codecs.py:23 |
test_systematic |
software | healthy | coding-theory/tests/test_codecs.py:36 |
test_known_vector |
software | healthy | coding-theory/tests/test_validation.py:7 |
test_bits_symbols_roundtrip |
software | healthy | coding-theory/tests/test_channels.py:13 |
test_bsc_zero_p_identity |
software | healthy | coding-theory/tests/test_channels.py:19 |
test_bsc_flip_rate |
software | healthy | coding-theory/tests/test_channels.py:25 |
test_symbol_channel_changes_whole_symbols |
software | healthy | coding-theory/tests/test_channels.py:32 |
test_burst_contiguous_and_bounded |
software | healthy | coding-theory/tests/test_channels.py:41 |
test_burst_probability |
software | healthy | coding-theory/tests/test_channels.py:51 |
test_invalid_params |
software | healthy | coding-theory/tests/test_channels.py:59 |
test_wald_ci_contains_point |
software | healthy | coding-theory/tests/test_metrics.py:4 |
test_wald_ci_clipped |
software | healthy | coding-theory/tests/test_metrics.py:10 |
test_ztest_identical_proportions |
software | healthy | coding-theory/tests/test_metrics.py:15 |
test_ztest_detects_difference |
software | healthy | coding-theory/tests/test_metrics.py:20 |
test_ztest_small_difference_not_significant |
software | healthy | coding-theory/tests/test_metrics.py:25 |
gf_mul |
software | healthy | coding-theory/tools/verify_manual_examples.py:25 |
gf_div |
software | healthy | coding-theory/tools/verify_manual_examples.py:31 |
gf_pow_alpha |
software | healthy | coding-theory/tools/verify_manual_examples.py:37 |
fmt |
software | healthy | coding-theory/tools/verify_manual_examples.py:41 |
poly_str |
software | healthy | coding-theory/tools/verify_manual_examples.py:49 |
poly_mul |
software | healthy | coding-theory/tools/verify_manual_examples.py:67 |
poly_mod |
software | healthy | coding-theory/tools/verify_manual_examples.py:75 |
poly_eval |
software | healthy | coding-theory/tools/verify_manual_examples.py:89 |
berlekamp_massey |
software | healthy | coding-theory/tools/verify_manual_examples.py:96 |
chien_forney |
software | healthy | coding-theory/tools/verify_manual_examples.py:135 |
rs_example |
software | healthy | coding-theory/tools/verify_manual_examples.py:194 |
bch_example |
software | healthy | coding-theory/tools/verify_manual_examples.py:262 |
wald_ci |
software | healthy | coding-theory/src/codingtheory/metrics.py:6 |
two_proportion_ztest |
software | healthy | coding-theory/src/codingtheory/metrics.py:14 |
simulate_point |
software | healthy | coding-theory/src/codingtheory/simulate.py:31 |
run_sweep |
software | healthy | coding-theory/src/codingtheory/simulate.py:98 |
done |
software | healthy | coding-theory/src/codingtheory/simulate.py:122 |
save_csv |
software | healthy | coding-theory/src/codingtheory/simulate.py:152 |
load_csv |
software | healthy | coding-theory/src/codingtheory/simulate.py:159 |
check_rs7_manual_vector |
software | dead | coding-theory/src/codingtheory/validation.py:13 |
check_bch7_manual_vector |
software | dead | coding-theory/src/codingtheory/validation.py:27 |
check_bch15_generator_poly |
software | dead | coding-theory/src/codingtheory/validation.py:43 |
check_rs255_cross_library |
software | dead | coding-theory/src/codingtheory/validation.py:52 |
check_channels_statistics |
software | dead | coding-theory/src/codingtheory/validation.py:64 |
main |
software | healthy | coding-theory/src/codingtheory/validation.py:114 |
frame_bits |
software | healthy | coding-theory/src/codingtheory/codecs.py:23 |
info_bits |
software | healthy | coding-theory/src/codingtheory/codecs.py:27 |
random_messages |
software | healthy | coding-theory/src/codingtheory/codecs.py:30 |
encode |
software | healthy | coding-theory/src/codingtheory/codecs.py:104 |
decode |
software | healthy | coding-theory/src/codingtheory/codecs.py:111 |
__init__ |
software | healthy | coding-theory/src/codingtheory/codecs.py:97 |
bits_to_symbols |
software | healthy | coding-theory/src/codingtheory/channels.py:12 |
symbols_to_bits |
software | healthy | coding-theory/src/codingtheory/channels.py:24 |
__init__ |
software | healthy | coding-theory/src/codingtheory/channels.py:92 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
README.md |
software | healthy | coding-theory/README.md |
REPORT.md |
software | healthy | coding-theory/REPORT.md |
pyproject.toml |
software | healthy | coding-theory/pyproject.toml |
requirements.txt |
software | healthy | coding-theory/requirements.txt |
test_codecs.py |
software | healthy | coding-theory/tests/test_codecs.py |
test_validation.py |
software | healthy | coding-theory/tests/test_validation.py |
test_channels.py |
software | healthy | coding-theory/tests/test_channels.py |
test_metrics.py |
software | healthy | coding-theory/tests/test_metrics.py |
direction_b_bsc_ztest.md |
software | healthy | coding-theory/results/direction_b_bsc_ztest.md |
direction_b_burst_ztest.md |
software | healthy | coding-theory/results/direction_b_burst_ztest.md |
direction_a_timing.md |
software | healthy | coding-theory/results/direction_a_timing.md |
direction_a_ztest.md |
software | healthy | coding-theory/results/direction_a_ztest.md |
build.sh |
software | healthy | coding-theory/report/build.sh |
verify_manual_examples.py |
software | healthy | coding-theory/tools/verify_manual_examples.py |
metrics.py |
software | healthy | coding-theory/src/codingtheory/metrics.py |
__init__.py |
software | healthy | coding-theory/src/codingtheory/__init__.py |
simulate.py |
software | healthy | coding-theory/src/codingtheory/simulate.py |
validation.py |
software | healthy | coding-theory/src/codingtheory/validation.py |
codecs.py |
software | healthy | coding-theory/src/codingtheory/codecs.py |
channels.py |
software | healthy | coding-theory/src/codingtheory/channels.py |
run_direction_b.py |
software | healthy | coding-theory/experiments/run_direction_b.py |
run_direction_a.py |
software | healthy | coding-theory/experiments/run_direction_a.py |
plot_results.py |
software | healthy | coding-theory/experiments/plot_results.py |
| Label | Layer | Status | Path |
|---|---|---|---|
coding-theory |
software | healthy | coding-theory |
tests |
software | healthy | coding-theory/tests |
results |
software | healthy | coding-theory/results |
report |
software | healthy | coding-theory/report |
tools |
software | healthy | coding-theory/tools |
src |
software | healthy | coding-theory/src |
codingtheory |
software | healthy | coding-theory/src/codingtheory |
experiments |
software | healthy | coding-theory/experiments |
| Label | Layer | Status | Path |
|---|---|---|---|
Codec |
software | healthy | coding-theory/src/codingtheory/codecs.py:13 |
GaloisRS |
software | healthy | coding-theory/src/codingtheory/codecs.py:46 |
GaloisBCH |
software | healthy | coding-theory/src/codingtheory/codecs.py:67 |
ReedsoloRS |
software | healthy | coding-theory/src/codingtheory/codecs.py:88 |
Channel |
software | healthy | coding-theory/src/codingtheory/channels.py:32 |
BSCChannel |
software | healthy | coding-theory/src/codingtheory/channels.py:42 |
SymbolErrorChannel |
software | healthy | coding-theory/src/codingtheory/channels.py:60 |
BurstChannel |
software | healthy | coding-theory/src/codingtheory/channels.py:83 |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-d9348uws |
software | healthy | /tmp/repobility-clone-d9348uws |
This page is publicly accessible at:
https://repobility.com/scan/0c1bf36d-f5f4-4bc5-9962-943f3433557b/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/0c1bf36d-f5f4-4bc5-9962-943f3433557b/
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.