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.

tomato414941/intelligence-representation

https://github.com/tomato414941/intelligence-representation · scanned 2026-06-16 00:39 UTC (2 months, 1 week ago)

47 raw signals (0 security + 47 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 30 actionable findings from 1 signal source. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 2129 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.

LabelLayerStatusPath
test_perplexity_from_loss software healthy tests/test_language_modeling_metrics.py:28
test_perplexity_from_loss_allows_infinity_for_extreme_loss software healthy tests/test_language_modeling_metrics.py:32
test_language_modeling_metrics_from_training_result software healthy tests/test_language_modeling_metrics.py:35
test_language_modeling_metrics_handles_missing_eval_loss software healthy tests/test_language_modeling_metrics.py:55
_record software healthy tests/test_shogi_policy_value_data.py:37
test_builds_return_targets_from_game_outcome software healthy tests/test_shogi_policy_value_data.py:47
test_return_targets_are_unknown_without_outcome software healthy tests/test_shogi_policy_value_data.py:52
test_max_plies_draw_has_unknown_winner_value_targets software healthy tests/test_shogi_policy_value_data.py:57
test_loads_move_choice_examples_from_game_records_jsonl software healthy tests/test_shogi_policy_value_data.py:62
test_loads_move_choice_examples_from_game_record_jsonl_text software healthy tests/test_shogi_policy_value_data.py:78
test_builds_score_targets_from_best_usi_score software healthy tests/test_shogi_policy_value_data.py:108
test_builds_policy_targets_from_multipv_usi_scores software healthy tests/test_shogi_policy_value_data.py:123
test_builds_policy_targets_from_mcts_visit_counts software healthy tests/test_shogi_policy_value_data.py:144
test_builds_value_targets_from_mcts_root_mean_value software healthy tests/test_shogi_policy_value_data.py:167
test_loads_policy_value_examples_with_mcts_visit_target_sou… software healthy tests/test_shogi_policy_value_data.py:185
test_loads_policy_value_examples_with_mcts_root_mean_value_… software healthy tests/test_shogi_policy_value_data.py:212
test_mcts_visit_targets_tensorize_against_legal_move_order software healthy tests/test_shogi_policy_value_data.py:242
test_builds_policy_and_score_targets_from_engine_analysis software healthy tests/test_shogi_policy_value_data.py:272
test_missing_engine_analysis_yields_unknown_targets software healthy tests/test_shogi_policy_value_data.py:295
test_rejects_duplicate_engine_analysis_positions software healthy tests/test_shogi_policy_value_data.py:302
_record software healthy tests/test_shogi_online_replay.py:58
_mcts_record software healthy tests/test_shogi_online_replay.py:67
_mcts_record_with_actors software healthy tests/test_shogi_online_replay.py:83
_self_play_source software healthy tests/test_shogi_online_replay.py:97
_checkpoint_vs_usi_source software healthy tests/test_shogi_online_replay.py:108
_usi_vs_checkpoint_source software healthy tests/test_shogi_online_replay.py:125
_write_training_eval_bundle software healthy tests/test_shogi_online_replay.py:142
test_replay_seed_examples_are_sampled_from_selection software healthy tests/test_shogi_online_replay.py:170
test_replay_seed_samples_use_tensor_cache_when_available software healthy tests/test_shogi_online_replay.py:185
test_rejects_invalid_config_before_running_commands software healthy tests/test_shogi_online_replay.py:200
test_generation_command_streams_stdout_and_returns_summary software healthy tests/test_shogi_online_replay.py:228
__init__ software healthy tests/test_shogi_online_replay.py:245
wait software healthy tests/test_shogi_online_replay.py:248
test_generation_command_failure_keeps_streamed_stdout software healthy tests/test_shogi_online_replay.py:243
test_online_replay_appends_generated_examples_and_trains_fr… software healthy tests/test_shogi_online_replay.py:260
fake_run software healthy tests/test_shogi_online_replay.py:1017
fake_train software healthy tests/test_shogi_online_replay.py:1137
test_online_replay_continues_when_generator_gate_is_unclear software healthy tests/test_shogi_online_replay.py:426
test_online_replay_stops_when_generator_candidate_is_clearl… software healthy tests/test_shogi_online_replay.py:533
test_online_replay_seeds_replay_from_bundle_train_split software healthy tests/test_shogi_online_replay.py:637
test_online_replay_generates_multiple_experience_sources_pe… software healthy tests/test_shogi_online_replay.py:739
test_online_replay_passes_training_config_fields software healthy tests/test_shogi_online_replay.py:843
test_online_replay_reports_training_progress_with_iteration… software healthy tests/test_shogi_online_replay.py:933
test_online_replay_skips_training_until_min_replay_size software healthy tests/test_shogi_online_replay.py:1006
test_online_replay_resume_reconstructs_generated_replay_fro… software healthy tests/test_shogi_online_replay.py:1072
fake_generation software healthy tests/test_shogi_online_replay.py:1083
fake_gate software healthy tests/test_shogi_online_replay.py:1106
_training_result software healthy tests/test_shogi_online_replay.py:1190
_write_checkpoint software healthy tests/test_shogi_online_replay.py:1234
test_save_and_load_preserves_logits software healthy tests/test_shogi_policy_value_checkpoint.py:32

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
README.md software healthy README.md
pyproject.toml software healthy pyproject.toml
AGENTS.md software healthy AGENTS.md
test_language_modeling_metrics.py software healthy tests/test_language_modeling_metrics.py
test_shogi_policy_value_data.py software healthy tests/test_shogi_policy_value_data.py
test_shogi_online_replay.py software healthy tests/test_shogi_online_replay.py
test_shogi_policy_value_checkpoint.py software healthy tests/test_shogi_policy_value_checkpoint.py
test_train_shogi_policy_value_cli.py software healthy tests/test_train_shogi_policy_value_cli.py
test_image_io.py software healthy tests/test_image_io.py
test_grid_world.py software healthy tests/test_grid_world.py
test_shogi_policy_value_training_inputs.py software healthy tests/test_shogi_policy_value_training_inputs.py
__init__.py software healthy tests/__init__.py
test_image_text_answer_training.py software healthy tests/test_image_text_answer_training.py
test_byte_tokenizer.py software healthy tests/test_byte_tokenizer.py
test_language_modeling_model.py software healthy tests/test_language_modeling_model.py
test_train_image_text_choice_cli.py software healthy tests/test_train_image_text_choice_cli.py
test_token_scoring.py software healthy tests/test_token_scoring.py
test_train_image_classification_cli.py software healthy tests/test_train_image_classification_cli.py
shogi_test_helpers.py software healthy tests/shogi_test_helpers.py
test_shogi_policy_value_kif_data.py software healthy tests/test_shogi_policy_value_kif_data.py
test_shogi_rich_position.py software healthy tests/test_shogi_rich_position.py
test_idx_image_corpus.py software healthy tests/test_idx_image_corpus.py
test_shogi_learning_data_scripts.py software healthy tests/test_shogi_learning_data_scripts.py
test_shogi_policy_value_model.py software healthy tests/test_shogi_policy_value_model.py
test_shared_state_loading.py software healthy tests/test_shared_state_loading.py
test_run_shogi_online_replay_script.py software healthy tests/test_run_shogi_online_replay_script.py
test_shogi_game_replay.py software healthy tests/test_shogi_game_replay.py
test_shogi_kif_io.py software healthy tests/test_shogi_kif_io.py
test_cellular_world.py software healthy tests/test_cellular_world.py
test_shogi_policy_value_training.py software healthy tests/test_shogi_policy_value_training.py
test_evaluate_shogi_policy_value_cli.py software healthy tests/test_evaluate_shogi_policy_value_cli.py
test_grid_world_layouts.py software healthy tests/test_grid_world_layouts.py
test_image_text_choice_model.py software healthy tests/test_image_text_choice_model.py
test_shogi_action_plane_policy.py software healthy tests/test_shogi_action_plane_policy.py
test_shogi_engine_analysis.py software healthy tests/test_shogi_engine_analysis.py
test_grid_world_prediction.py software healthy tests/test_grid_world_prediction.py
test_image_text_choice_examples.py software healthy tests/test_image_text_choice_examples.py
test_generate_text_cli.py software healthy tests/test_generate_text_cli.py
test_train_text_tokenizer_cli.py software healthy tests/test_train_text_tokenizer_cli.py
test_image_text_choice_training.py software healthy tests/test_image_text_choice_training.py
test_train_language_model_cli.py software healthy tests/test_train_language_model_cli.py
test_shogi_dlshogi_like_position.py software healthy tests/test_shogi_dlshogi_like_position.py
test_cellular_step_prediction.py software healthy tests/test_cellular_step_prediction.py
test_validate_shogi_policy_value_checkpoint_cli.py software healthy tests/test_validate_shogi_policy_value_checkpoint_cli.py
test_split_shogi_game_records.py software healthy tests/test_split_shogi_game_records.py
test_synthetic_vision_transitions.py software healthy tests/test_synthetic_vision_transitions.py
test_inspect_image_folder_cli.py software healthy tests/test_inspect_image_folder_cli.py
test_shogi_policy_value.py software healthy tests/test_shogi_policy_value.py
test_shogi_usi_info_stats.py software healthy tests/test_shogi_usi_info_stats.py
test_shogi_minimal_single_global_position.py software healthy tests/test_shogi_minimal_single_global_position.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
FakeTrainingResult software healthy tests/test_language_modeling_metrics.py:12
LanguageModelingMetricsTest software healthy tests/test_language_modeling_metrics.py:27
ShogiPolicyValueDataTest software healthy tests/test_shogi_policy_value_data.py:46
ShogiOnlineReplayTest software healthy tests/test_shogi_online_replay.py:169
FakeProcess software healthy tests/test_shogi_online_replay.py:244
ShogiPolicyValueCheckpointTest software healthy tests/test_shogi_policy_value_checkpoint.py:31
TrainShogiPolicyValueCliTest software healthy tests/test_train_shogi_policy_value_cli.py:83
ImageIoTest software healthy tests/test_image_io.py:8
GridWorldTest software healthy tests/test_grid_world.py:26
ShogiPolicyValueTrainingInputsTest software healthy tests/test_shogi_policy_value_training_inputs.py:9
ImageTextAnswerTrainingTest software healthy tests/test_image_text_answer_training.py:26
ByteTokenizerTest software healthy tests/test_byte_tokenizer.py:6
LanguageModelingModelConfigTest software healthy tests/test_language_modeling_model.py:12
TrainImageTextChoiceCLITest software healthy tests/test_train_image_text_choice_cli.py:29
TokenScoringTest software healthy tests/test_token_scoring.py:8
TrainImageClassificationCLITest software healthy tests/test_train_image_classification_cli.py:23
ShogiPolicyValueKifDataTest software healthy tests/test_shogi_policy_value_kif_data.py:8
ShogiRichPositionEncodingTest software healthy tests/test_shogi_rich_position.py:85
IDXImageCorpusTest software healthy tests/test_idx_image_corpus.py:20
ShogiLearningDataScriptsTest software healthy tests/test_shogi_learning_data_scripts.py:71
ShogiPolicyValueModelTest software healthy tests/test_shogi_policy_value_model.py:80
SharedStateLoadingTest software healthy tests/test_shared_state_loading.py:9
_SmallModel software healthy tests/test_shared_state_loading.py:46
RunShogiOnlineReplayScriptTest software healthy tests/test_run_shogi_online_replay_script.py:17
ShogiGameReplayTest software healthy tests/test_shogi_game_replay.py:21
ShogiKifIoTest software healthy tests/test_shogi_kif_io.py:20
CellularRuleTest software healthy tests/test_cellular_world.py:19
LifeStepTest software healthy tests/test_cellular_world.py:32
CellularGenerationTest software healthy tests/test_cellular_world.py:92
ShogiPolicyValueTrainingTest software healthy tests/test_shogi_policy_value_training.py:26
EvaluateShogiPolicyValueCliTest software healthy tests/test_evaluate_shogi_policy_value_cli.py:38
GridWorldLayoutGenerationTest software healthy tests/test_grid_world_layouts.py:7
ImageTextChoiceModelTest software healthy tests/test_image_text_choice_model.py:9
ShogiActionPlanePolicyTest software healthy tests/test_shogi_action_plane_policy.py:14
ShogiEngineAnalysisTest software healthy tests/test_shogi_engine_analysis.py:19
_FakeUsiGoResult software healthy tests/test_shogi_engine_analysis.py:110
_FakeUsiSession software healthy tests/test_shogi_engine_analysis.py:115
GridWorldPredictionTest software healthy tests/test_grid_world_prediction.py:15
ImageTextChoiceExamplesTest software healthy tests/test_image_text_choice_examples.py:14
GenerateTextCLITest software healthy tests/test_generate_text_cli.py:15
TrainTextTokenizerCLITest software healthy tests/test_train_text_tokenizer_cli.py:11
ImageTextChoiceTrainingTest software healthy tests/test_image_text_choice_training.py:22
ImageTextChoicePathTest software healthy tests/test_image_text_choice_training.py:171
TrainLanguageModelCLITest software healthy tests/test_train_language_model_cli.py:13
ShogiDlshogiLikePositionTest software healthy tests/test_shogi_dlshogi_like_position.py:41
CellularStepPredictionModelTest software healthy tests/test_cellular_step_prediction.py:35
CellularStepPredictionScoresTest software healthy tests/test_cellular_step_prediction.py:46
CellularStepPredictionTrainingTest software healthy tests/test_cellular_step_prediction.py:58
TrainCellularStepPredictionCLITest software healthy tests/test_cellular_step_prediction.py:94
EvaluateCellularStepPredictionCLITest software healthy tests/test_cellular_step_prediction.py:123

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
tests software healthy tests
issues software healthy issues
closed software healthy issues/closed
docs software healthy docs
research software healthy docs/research
shogi software healthy docs/shogi
scripts software healthy scripts
runpod software healthy scripts/runpod
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
intrep software healthy src/intrep
representation software healthy src/intrep/representation
inputs software healthy src/intrep/representation/inputs
vision_patches software healthy src/intrep/representation/inputs/vision_patches
shogi_position_features software healthy src/intrep/representation/inputs/shogi_position_features
assembly_specs software healthy src/intrep/representation/assembly_specs
cores software healthy src/intrep/representation/cores
assemblies software healthy src/intrep/representation/assemblies
outputs software healthy src/intrep/representation/outputs
datasets software healthy src/intrep/datasets
vision software healthy src/intrep/datasets/vision
learning software healthy src/intrep/learning
transfer software healthy src/intrep/transfer
sources software healthy src/intrep/sources
language software healthy src/intrep/sources/language
vision software healthy src/intrep/sources/vision
worlds software healthy src/intrep/worlds
gridworld software healthy src/intrep/worlds/gridworld
shogi software healthy src/intrep/worlds/shogi
cellular software healthy src/intrep/worlds/cellular
experience software healthy src/intrep/experience
shogi software healthy src/intrep/experience/shogi
core software healthy src/intrep/core
problems software healthy src/intrep/problems
cellular_step_prediction software healthy src/intrep/problems/cellular_step_prediction
image_text_answer software healthy src/intrep/problems/image_text_answer
grid_step_prediction software healthy src/intrep/problems/grid_step_prediction
language_modeling software healthy src/intrep/problems/language_modeling
shogi_policy_value software healthy src/intrep/problems/shogi_policy_value
image_text_choice software healthy src/intrep/problems/image_text_choice
image_classification software healthy src/intrep/problems/image_classification

LabelLayerStatusPath
repobility-clone-ge15z4bj software healthy /tmp/repobility-clone-ge15z4bj

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
test cicd healthy .github/workflows/ci.yml
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/e306d8a2-06a0-4982-91bb-87cfeeb6ea04/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e306d8a2-06a0-4982-91bb-87cfeeb6ea04/

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.