Algorithm powering the For You feed on X
This report presents the forensic synthetic code analysis of xai-org/x-algorithm, a Rust project with 32,406 GitHub stars. SynthScan v2.0 examined 369,654 lines of code across 1799 source files, recording 1380 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 5.6 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 1380 distinct pattern matches across 11 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 |
|---|---|---|---|---|
| HIGH | phoenix-rankall/src/processor/gen/scored_candidate.rs | 142 | .expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | phoenix-rankall/src/processor/gen/scored_candidate.rs | 359 | .expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 126 | post_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 127 | created_at_secs: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 183 | event: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 322 | id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 323 | title: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 324 | post_ids: f_3.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 325 | cluster_embedding: f_4.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 326 | summary: f_5.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 516 | cluster_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 517 | product_id: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 518 | title: f_3.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 519 | engagement: f_4.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 520 | story_type: f_5.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 635 | post_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | …enix/crates/serving/xai-recsys-mm-server/src/events.rs | 636 | created_at_secs: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 2727 | id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3158 | language: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3223 | language: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3458 | tweet_pivots: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3557 | from_index: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3558 | to_index: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3878 | community_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 3977 | api_compatible_truncation_index: f_2.expect("auto-generated code should have checked for presence of required fiel | CODE |
| HIGH | thunder/schema/tweet.rs | 4120 | id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4200 | invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4201 | conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4288 | invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4289 | conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4376 | invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4377 | conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4464 | invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4465 | conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4552 | invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4553 | conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4640 | invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4641 | conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4707 | conversation_tweet_author_id: f_1.expect("auto-generated code should have checked for presence of required fields" | CODE |
| HIGH | thunder/schema/tweet.rs | 4908 | conversation_author_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 4961 | conversation_author_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 5014 | trusted_friends_list_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 5075 | collaborator_user_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 5076 | collab_invitation_status: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 5138 | invited_collaborators: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 5201 | collaborator_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH | thunder/schema/tweet.rs | 5341 | control: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 332 | user_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 333 | event_time_ms: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 334 | target_ids: f_3.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 1068 | favoriter_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 1069 | tweet_id: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 1070 | timestamp_ms: f_3.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 2978 | subject_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 2979 | object_id: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 2980 | indirect_object_key: f_3.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 2981 | is_deleted: f_4.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 2982 | event_time_ms: f_5.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 3063 | user_id: f_1.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| HIGH⚡ | thunder/schema/events.rs | 3064 | conversation_id: f_2.expect("auto-generated code should have checked for presence of required fields"), | CODE |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bdsm/runtime/manhattan_arrow_adapter.py | 34 | def _extract_columns_from_arrow( | CODE |
| LOW | bdsm/runtime/manhattan_scorer.py | 63 | def _merge_single_user_batches(batches: list[dict], seq_len: int) -> dict: | CODE |
| LOW | bdsm/runtime/login_starter_pack_counter.py | 60 | def get_login_pack_age_minutes( | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 101 | def _try_import_user_action_proto(): | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 162 | def _coerce_row_to_struct_type(row: dict, struct_type) -> dict: | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 198 | def merge_realtime_into_sequence( | CODE |
| LOW | bdsm/tests/test_sink_policy.py | 24 | def test_shipped_policy_matches_baked_in_defaults(): | CODE |
| LOW | bdsm/tests/test_sink_policy.py | 36 | def test_missing_policy_file_falls_back_to_defaults(): | CODE |
| LOW | bdsm/tests/test_sink_policy.py | 41 | def test_invalid_policy_key_fails_loudly(tmp_path): | CODE |
| LOW | bdsm/tests/test_sink_policy.py | 59 | def test_enforcement_note_gates_and_redacted_prose(): | CODE |
| LOW | bdsm/tests/test_sink_policy.py | 75 | def test_enforcement_templates_are_the_redacted_sentinel(): | CODE |
| LOW⚡ | bdsm/tests/test_train_head.py | 8 | def test_average_precision_known_values(): | CODE |
| LOW⚡ | bdsm/tests/test_train_head.py | 14 | def test_average_precision_no_positives_is_nan(): | CODE |
| LOW⚡ | bdsm/tests/test_train_head.py | 18 | def test_average_precision_perfect_ranking(): | CODE |
| LOW⚡ | bdsm/tests/test_train_head.py | 24 | def test_head_param_count_under_spec_cap(): | CODE |
| LOW⚡ | bdsm/tests/test_train_head.py | 31 | def test_head_logits_shapes_and_cap(): | CODE |
| LOW | bdsm/tests/test_train_head.py | 48 | def test_holdout_score_labels_roundtrip(): | CODE |
| LOW | bdsm/tests/test_train_head.py | 56 | def test_load_cached_drops_nonfinite_rows(tmp_path): | CODE |
| LOW⚡ | bdsm/tests/test_heads.py | 4 | def test_indices_contiguous_and_unique(): | CODE |
| LOW⚡ | bdsm/tests/test_heads.py | 8 | def test_legitimate_user_is_last_head(): | CODE |
| LOW⚡ | bdsm/tests/test_heads.py | 17 | def test_flywheel_labels_unique_across_heads(): | CODE |
| LOW⚡ | bdsm/tests/test_heads.py | 25 | def test_registry_hash_pinned(): | CODE |
| LOW | bdsm/tests/test_labels.py | 7 | def test_impression_farmer_sets_no_head(): | CODE |
| LOW | bdsm/tests/test_labels.py | 14 | def test_dropped_head_strings_map_to_nothing(): | CODE |
| LOW⚡ | bdsm/tests/test_labels.py | 25 | def test_empty_labels_mean_legitimate_user(): | CODE |
| LOW⚡ | bdsm/tests/test_labels.py | 33 | def test_head_names_route_to_their_index(): | CODE |
| LOW⚡ | bdsm/tests/test_labels.py | 41 | def test_flywheel_strings_route_and_multi_label_unions(): | CODE |
| LOW⚡ | bdsm/tests/test_labels.py | 48 | def test_unknown_string_sets_no_head_but_not_legitimate(): | CODE |
| LOW | bdsm/tests/test_feature_norm.py | 6 | def test_normalize_rewrites_action_group_from_one_hot(): | CODE |
| LOW | bdsm/tests/test_feature_norm.py | 29 | def test_action_types_are_single_set_bit(): | CODE |
| LOW⚡ | bdsm/tests/test_loss.py | 17 | def test_focal_stats_present_iff_gamma_positive(): | CODE |
| LOW⚡ | bdsm/tests/test_loss.py | 26 | def test_focal_downweights_easy_examples(): | CODE |
| LOW⚡ | bdsm/tests/test_loss.py | 33 | def test_masked_pairs_contribute_nothing(): | CODE |
| LOW | bdsm/tests/test_loss.py | 44 | def test_all_masked_is_finite_zero(): | CODE |
| LOW | bdsm/tests/test_loss.py | 50 | def test_smoothing_lower_bounds_loss(): | CODE |
| LOW | bdsm/tests/test_score_layout.py | 16 | def test_to_score_row_placement(): | CODE |
| LOW | bdsm/tests/test_score_layout.py | 24 | def test_to_score_row_rejects_unknown_head(): | CODE |
| LOW | bdsm/tests/test_score_layout.py | 46 | def test_behavioral_summary_dom_client_fail_safe_denominator(): | CODE |
| LOW | bdsm/tests/test_score_layout.py | 58 | def test_message_payload_survives_restricted_unpickler(): | CODE |
| LOW | bdsm/tests/test_pipeline_security.py | 14 | def test_rejects_arbitrary_globals(): | CODE |
| LOW | bdsm/tests/test_pipeline_security.py | 25 | def test_tls_verification_always_on(): | CODE |
| LOW | clip/model.py | 337 | def export_to_keras_saved_model(self, output_dir): | CODE |
| LOW | clip/keras_model.py | 105 | def decode_and_preprocess_image(self, image): | CODE |
| LOW⚡ | clip/keras_model.py | 117 | def predict_from_encoded_images(self, images): | CODE |
| LOW⚡ | clip/keras_model.py | 124 | def predict_from_preprocessed_images(self, images): | CODE |
| LOW⚡ | clip/keras_model.py | 134 | def predict_from_preprocessed_texts(self, texts): | CODE |
| LOW | clip/utils/data_utils.py | 108 | def get_clip_decode_and_proc_fn( | CODE |
| LOW | clip/utils/data_utils.py | 188 | def write_dataset_to_gcs_tfrecords( | CODE |
| LOW | clip/utils/io_utils.py | 35 | def _download_file_from_hadoop(url, local_path, hdfs_config=None): | CODE |
| LOW | …aining/xai-checkpointing/xai_checkpointing/checksum.py | 320 | def check_internal_consistency(checksum_dict, fn="<in-memory checksum_dict>", names=None): | CODE |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 47 | def _names_from_tree_metadata(metadata_json: dict[str, Any]) -> list[str]: | CODE |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 86 | def _restore_node_serialize_enabled() -> bool: | CODE |
| LOW⚡ | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 44 | def make_unregistered_config_error_message(cls_name: str) -> str: | CODE |
| LOW⚡ | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 51 | def unregistered_config_error_message_if_unregistered(cls: type) -> str | None: | CODE |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 571 | def get_named_config_from_module( | CODE |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 606 | def get_all_configs_from_module( | CODE |
| LOW⚡ | phoenix/python/common/xai-proto/backend_proxy.py | 12 | def get_requires_for_build_wheel(config_settings=None): | CODE |
| LOW⚡ | phoenix/python/common/xai-proto/backend_proxy.py | 16 | def prepare_metadata_for_build_wheel(metadata_directory, config_settings=None): | CODE |
| LOW⚡ | phoenix/python/common/xai-proto/backend_proxy.py | 24 | def get_requires_for_build_editable(config_settings=None): | CODE |
| LOW⚡ | phoenix/python/common/xai-proto/backend_proxy.py | 28 | def prepare_metadata_for_build_editable(metadata_directory, config_settings=None): | CODE |
| 396 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | under-the-hood/scalding/UnderTheHoodCommon.scala | 81 | java.time.temporal.ChronoUnit.DAYS.between(first, last).toInt + 1 | CODE |
| CRITICAL | scarecrow/legacy/HllCounterStoreRegistry.scala | 59 | com.twitter.botmaker.compiler.v2.astnode.AddToHLL.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/FlockRegistry.scala | 28 | com.twitter.botmaker.compiler.v2.astnode.FollowerCount.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/TweetServiceRegistry.scala | 35 | com.twitter.botmaker.compiler.v2.astnode.GetTweet.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/TweetServiceRegistry.scala | 58 | com.twitter.botmaker.compiler.v2.astnode.GetTweetInfo.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/TweetServiceRegistry.scala | 78 | com.twitter.botmaker.extractor.function.GetTweetText.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/UrlVerdictRegistry.scala | 33 | com.twitter.botmaker.compiler.v2.astnode.GetReputationV2.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/UrlVerdictRegistry.scala | 76 | com.twitter.botmaker.extractor.function.GetUrlVerdictForSingleChain.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/UrlVerdictRegistry.scala | 101 | com.twitter.botmaker.compiler.v2.astnode.GetUrlVerdictForSingleChainV2.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/UrlVerdictRegistry.scala | 123 | com.twitter.botmaker.compiler.v2.astnode.GetUrlVerdictV2.migrateEvaluate( | CODE |
| CRITICAL | scarecrow/legacy/UrlVerdictRegistry.scala | 157 | com.twitter.botmaker.extractor.action.DeleteUrlVerdictIf.migrateEvaluate( | CODE |
| CRITICAL | …/scala/com/twitter/botmaker/app/client/AppClient.scala | 111 | val p = com.twitter.botmaker.app.client.AppClient(ac) | CODE |
| CRITICAL⚡ | …/twitter/botmaker/function/exception/TryWithStack.java | 81 | return new com.twitter.botmaker.compiler.tuples.TryWithStack( | CODE |
| CRITICAL⚡ | …/twitter/botmaker/function/exception/TryWithStack.java | 84 | return new com.twitter.botmaker.compiler.tuples.TryWithStack( | CODE |
| CRITICAL⚡ | …/twitter/botmaker/function/exception/TryWithStack.java | 88 | return new com.twitter.botmaker.compiler.tuples.TryWithStack( | CODE |
| CRITICAL | …/twitter/botmaker/function/exception/TryWithStack.java | 119 | new com.twitter.botmaker.compiler.tuples.TryWithStack( | CODE |
| CRITICAL | …/twitter/botmaker/function/exception/TryWithStack.java | 128 | new com.twitter.botmaker.compiler.tuples.TryWithStack( | CODE |
| CRITICAL⚡ | …/java/com/twitter/botmaker/function/exception/Try.java | 77 | return new com.twitter.botmaker.compiler.tuples.Try( | CODE |
| CRITICAL⚡ | …/java/com/twitter/botmaker/function/exception/Try.java | 80 | return new com.twitter.botmaker.compiler.tuples.Try( | CODE |
| CRITICAL⚡ | …/java/com/twitter/botmaker/function/exception/Try.java | 83 | return new com.twitter.botmaker.compiler.tuples.Try( | CODE |
| CRITICAL | …/java/com/twitter/botmaker/function/exception/Try.java | 113 | new com.twitter.botmaker.compiler.tuples.Try( | CODE |
| CRITICAL | …/java/com/twitter/botmaker/function/exception/Try.java | 120 | new com.twitter.botmaker.compiler.tuples.Try( | CODE |
| CRITICAL | …va/com/twitter/botmaker/compiler/types/ThriftType.java | 66 | org.apache.thrift.meta_data.FieldMetaData.getStructMetaDataMap(thriftClass); | CODE |
| CRITICAL | …src/scala/com/twitter/botmaker/runtime/LogWriter.scala | 40 | com.twitter.botmaker.runtime.config.LogWriter.timeFormatter.format(timestamp), | CODE |
| CRITICAL | …scala/com/twitter/botmaker/rule/function/GetRule.scala | 19 | val ruleAstOpt = context.getRuntime.botmaker.state.ruleContainer.getRule(ruleId).orElse { | CODE |
| CRITICAL | …scala/com/twitter/botmaker/rule/function/GetRule.scala | 20 | context.getRuntime.botmaker.state.systemContainer.getRule(ruleId) | CODE |
| CRITICAL | …g/tweet_similarity/TweetPairFeatureHydrationUtil.scala | 220 | Set(com.twitter.ml.featurestore.lib.UserId(queryFeaturedTweet.author.get)))) | CODE |
| CRITICAL | …g/tweet_similarity/TweetPairFeatureHydrationUtil.scala | 230 | Set(com.twitter.ml.featurestore.lib.UserId(candidateFeaturedTweet.author.get)))) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bdsm/runtime/batch_prefetcher.py | 29 | except Exception as _e: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 148 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 164 | except Exception as _e: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 248 | except Exception as _e: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 269 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 287 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 302 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 403 | except Exception as e: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 424 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 451 | except Exception as _cse: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 486 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 577 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 656 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 670 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 687 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 697 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 713 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 739 | except Exception: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 804 | except Exception as _kp_e: | CODE |
| LOW | bdsm/runtime/batch_prefetcher.py | 824 | except Exception as _e: | CODE |
| LOW | bdsm/runtime/manhattan_arrow_adapter.py | 100 | except Exception as e: | CODE |
| MEDIUM | bdsm/runtime/manhattan_arrow_adapter.py | 53 | def _field_np(name, dtype=np.int64, fill=0): | CODE |
| LOW | bdsm/runtime/gizmoduck_age.py | 46 | except Exception as e: | CODE |
| LOW | bdsm/runtime/gizmoduck_age.py | 73 | except Exception: | CODE |
| LOW | bdsm/runtime/gizmoduck_age.py | 86 | except Exception: | CODE |
| LOW | bdsm/runtime/manhattan_scorer.py | 36 | except Exception as e: | CODE |
| LOW | bdsm/runtime/manhattan_scorer.py | 54 | except Exception as e: | CODE |
| LOW | bdsm/runtime/starter_pack_follows.py | 54 | except Exception as e: | CODE |
| LOW | bdsm/runtime/starter_pack_follows.py | 81 | except Exception: | CODE |
| LOW | bdsm/runtime/starter_pack_follows.py | 94 | except Exception: | CODE |
| LOW | bdsm/runtime/login_starter_pack_counter.py | 55 | except Exception as e: | CODE |
| LOW | bdsm/runtime/login_starter_pack_counter.py | 86 | except Exception: | CODE |
| LOW | bdsm/runtime/login_starter_pack_counter.py | 99 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 32 | except Exception as _e: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 159 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 192 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 205 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 211 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 794 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1287 | except Exception as e: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1315 | except Exception: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1342 | except Exception as e: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1381 | except Exception as e: | CODE |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1515 | except Exception as e: | CODE |
| MEDIUM | bdsm/runtime/score_results_sink_focal.py | 1202 | def _publish_score_result( | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 72 | except Exception: | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 124 | except Exception: | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 132 | except Exception: | CODE |
| LOW | bdsm/runtime/sequence_cache.py | 145 | except Exception: | CODE |
| MEDIUM | bdsm/runtime/sequence_cache.py | 101 | def _try_import_user_action_proto(): | CODE |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 128 | except Exception: | CODE |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 274 | except Exception: | CODE |
| MEDIUM | …n/training/xai-checkpointing/xai_checkpointing/load.py | 117 | def close(self): | CODE |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 619 | except Exception: | CODE |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/utils.py | 98 | except Exception: | CODE |
| MEDIUM | phoenix/xrex/cutedsl/ranker_fa4/utils.py | 90 | def _is_cuda_12() -> bool: | CODE |
| LOW | phoenix/xrex/driver/run.py | 46 | except Exception: | CODE |
| LOW | phoenix/xrex/driver/run.py | 129 | except Exception: | CODE |
| LOW | phoenix/xrex/driver/run.py | 140 | except Exception: | CODE |
| LOW | phoenix/xrex/driver/hooks.py | 173 | except Exception as e: | CODE |
| 222 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …aining/xai-checkpointing/xai_checkpointing/checksum.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 37 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/fa_logging.py | 83 | def set_fa_log_level(level: int | str) -> None: | CODE |
| LOW | phoenix/xrex/driver/run.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/driver/hooks.py | 38 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/driver/driver_local.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/driver/config_factory.py | 10 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/driver/driver.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/pyspy_profiler.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/metadata.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/layer_stack.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/checkpoint_cloud.py | 8 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/toolbox_notify.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/log_util.py | 32 | def set_log_dataset(name: str | None) -> None: | CODE |
| LOW | phoenix/xrex/utils/log_util.py | 36 | def set_log_row(record_id: int | None) -> None: | CODE |
| LOW | phoenix/xrex/utils/aot.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/ocdbt.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/log_timer.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/utils.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/gpu.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/gpu.py | 238 | def set_gpu_clocks_to_max() -> None: | CODE |
| LOW | phoenix/xrex/utils/profiler.py | 19 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/checkpointing.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/utils/nsys.py | 6 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/models/recsys_model.py | 74 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/models/recsys_embedding.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/models/recsys_gen_recs_model.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/models/loss_recsys.py | 11 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/models/recsys_two_tower_model.py | 64 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/configs/config_loader.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/configs/config.py | 10 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/train/trainer_sid_retrieval.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/train/trainer_gen_recs.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/train/trainer.py | 76 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/train/embedding_loader.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/train/trainer_recsys.py | 109 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | phoenix/xrex/inference/model_runner.py | 275 | def set_deadline_admission_enabled(self, enabled: bool) -> None: ... | CODE |
| LOW⚡ | phoenix/xrex/inference/model_runner.py | 277 | def set_checkpoint_loading(self) -> None: ... | CODE |
| LOW⚡ | phoenix/xrex/inference/model_runner.py | 281 | def set_checkpoint_timestamp(self, timestamp: float) -> None: ... | CODE |
| LOW | phoenix/xrex/inference/model_runner.py | 83 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/metrics.py | 376 | def set_pod_status(self, status: str) -> None: | CODE |
| LOW | phoenix/xrex/inference/pinned_d2h.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/sid_retrieval_runner.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/sid_retrieval_runner.py | 73 | def _setup_sid_retrieval_jit(self) -> None: | CODE |
| LOW | phoenix/xrex/inference/serving_filters_runner.py | 42 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/status_server.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/launch_inference.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/h2d.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/checkpoint_storage.py | 19 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/gen_recs_runner.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/inference/gen_recs_runner.py | 62 | def _setup_gen_recs_jit(self) -> None: | CODE |
| LOW | phoenix/xrex/inference/sid_post_index.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/eval/recsys_eval.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/eval/recsys_eval.py | 612 | def set_resolver(self, resolver: "SidBeamResolver") -> None: | CODE |
| LOW | phoenix/xrex/data/retrieval_dataset.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | phoenix/xrex/data/streaming/kafkaconsumer.py | 584 | def update_partition_lag(self, partition: int, latest_offset: int, end_offset: int) -> None: | CODE |
| LOW | phoenix/xrex/data/streaming/kafkaconsumer.py | 231 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/data/streaming/kafkaconsumer.py | 680 | def _update_increase_state(self, partition: int, lag_offsets: int) -> None: | CODE |
| LOW | phoenix/xrex/data/streaming/kafkaloader.py | 61 | logger = logging.getLogger(__name__) | CODE |
| LOW | phoenix/xrex/data/streaming/kafkadispatcherloader.py | 34 | logger = logging.getLogger(__name__) | CODE |
| 83 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bdsm/runtime/batch_prefetcher.py | 109 | CODE | |
| LOW | bdsm/runtime/manhattan_arrow_adapter.py | 74 | CODE | |
| LOW | bdsm/runtime/gizmoduck_age.py | 51 | CODE | |
| LOW | bdsm/runtime/starter_pack_follows.py | 59 | CODE | |
| LOW | bdsm/runtime/login_starter_pack_counter.py | 60 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 269 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 799 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1016 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1078 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1202 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1292 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1353 | CODE | |
| LOW | bdsm/runtime/score_results_sink_focal.py | 1437 | CODE | |
| LOW | bdsm/runtime/load_backbone.py | 9 | CODE | |
| LOW | bdsm/runtime/sequence_cache.py | 162 | CODE | |
| LOW | clip/utils/data_utils.py | 188 | CODE | |
| LOW | …aining/xai-checkpointing/xai_checkpointing/checksum.py | 340 | CODE | |
| LOW | …aining/xai-checkpointing/xai_checkpointing/checksum.py | 361 | CODE | |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 185 | CODE | |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 300 | CODE | |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 455 | CODE | |
| LOW | …/python/common/xai-gimmick/src/xai_gimmick/__init__.py | 11 | CODE | |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 158 | CODE | |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 254 | CODE | |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 340 | CODE | |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 401 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_attention_varlen_fa4.py | 29 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 65 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 113 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 345 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 579 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 1136 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 1229 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 1279 | CODE | |
| LOW | …oenix/xrex/cutedsl/ranker_fa4/flash_bwd_postprocess.py | 287 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 1545 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 1587 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 2080 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 2580 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 3172 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 3559 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py | 361 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py | 736 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py | 1037 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py | 1202 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 1307 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 1535 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 1770 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 2222 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 2687 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/softmax.py | 366 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/softmax.py | 461 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/softmax.py | 282 | CODE | |
| LOW | phoenix/xrex/utils/checkpoint_cloud.py | 28 | CODE | |
| LOW | phoenix/xrex/utils/aot.py | 453 | CODE | |
| LOW | phoenix/xrex/utils/aot.py | 482 | CODE | |
| LOW | phoenix/xrex/utils/utils.py | 277 | CODE | |
| LOW | phoenix/xrex/utils/jax_extensions.py | 143 | CODE | |
| LOW | phoenix/xrex/utils/jax_extensions.py | 201 | CODE | |
| LOW | phoenix/xrex/utils/tracer.py | 149 | CODE | |
| 96 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bdsm/training/train_head.py | 3 | CODE | |
| LOW | bdsm/runtime/metrics.py | 1 | CODE | |
| LOW | bdsm/runtime/labels.py | 1 | CODE | |
| LOW | bdsm/runtime/score_layout.py | 1 | CODE | |
| LOW | bdsm/runtime/feature_norm.py | 1 | CODE | |
| LOW | bdsm/runtime/model.py | 1 | CODE | |
| LOW | bdsm/runtime/gpu_scorer.py | 3 | CODE | |
| LOW | bdsm/runtime/loss.py | 1 | CODE | |
| LOW | bdsm/runtime/task_heads.py | 1 | CODE | |
| LOW | bdsm/runtime/load_backbone.py | 1 | CODE | |
| LOW | bdsm/runtime/heads.py | 1 | CODE | |
| LOW | bdsm/tests/test_score_layout.py | 1 | CODE | |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 22 | CODE | |
| LOW | phoenix/xrex/settings.py | 3 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_attention_fa4.py | 3 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_attention_varlen_fa4.py | 3 | CODE | |
| LOW | phoenix/xrex/driver/run.py | 3 | CODE | |
| LOW | phoenix/xrex/driver/hooks.py | 3 | CODE | |
| LOW | phoenix/xrex/driver/hooks.py | 65 | CODE | |
| LOW | phoenix/xrex/driver/driver.py | 3 | CODE | |
| LOW | phoenix/xrex/driver/driver.py | 22 | CODE | |
| LOW | phoenix/xrex/utils/metadata.py | 3 | CODE | |
| LOW | phoenix/xrex/utils/checkpoint_cloud.py | 3 | CODE | |
| LOW | phoenix/xrex/utils/toolbox_notify.py | 3 | CODE | |
| LOW | phoenix/xrex/utils/log_util.py | 16 | CODE | |
| LOW | phoenix/xrex/utils/aot.py | 3 | CODE | |
| LOW | phoenix/xrex/utils/utils.py | 3 | CODE | |
| LOW | phoenix/xrex/utils/recsys_async_emb_lookup.py | 3 | CODE | |
| LOW | phoenix/xrex/models/recsys_model.py | 3 | CODE | |
| LOW | phoenix/xrex/models/recsys_sid_retrieval_model.py | 3 | CODE | |
| LOW | phoenix/xrex/models/recsys_gen_recs_model.py | 3 | CODE | |
| LOW | phoenix/xrex/models/linear_layer.py | 3 | CODE | |
| LOW | phoenix/xrex/models/recsys_two_tower_serving_filters.py | 5 | CODE | |
| LOW | phoenix/xrex/models/recsys_feature_prep.py | 3 | CODE | |
| LOW | phoenix/xrex/models/layers.py | 23 | CODE | |
| LOW | phoenix/xrex/models/recsys_two_tower_model.py | 3 | CODE | |
| LOW | phoenix/xrex/models/topic_categories.py | 3 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/config.py | 3 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/rowwise_adagrad.py | 3 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/protocol.py | 3 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 3 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 4 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 5 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 5 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 9 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 9 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/__init__.py | 9 | CODE | |
| LOW | phoenix/xrex/optimizers/recsys/dense_optim.py | 3 | CODE | |
| LOW | …ix/xrex/optimizers/recsys/async_emb_gradient_update.py | 3 | CODE | |
| LOW | phoenix/xrex/configs/xrecsys_two_tower.py | 9 | CODE | |
| LOW | phoenix/xrex/configs/xrecsys.py | 7 | CODE | |
| LOW | phoenix/xrex/configs/xrecsys_gen_recs.py | 7 | CODE | |
| LOW | phoenix/xrex/configs/xrecsys_sid_variants.py | 3 | CODE | |
| LOW | phoenix/xrex/configs/xrecsys_sid_retrieval.py | 3 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention_utils.py | 3 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention_fa3.py | 3 | CODE | |
| LOW | phoenix/xrex/inference/pinned_d2h.py | 3 | CODE | |
| LOW | phoenix/xrex/inference/sid_retrieval_runner.py | 3 | CODE | |
| LOW | phoenix/xrex/inference/service_registry.py | 3 | CODE | |
| LOW | phoenix/xrex/inference/launch_inference.py | 23 | CODE | |
| 45 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …aining/xai-checkpointing/xai_checkpointing/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/python/common/xai-proto/xai_proto/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/cutedsl/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/seqlen_info.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/seqlen_info.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/blackwell_helpers.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/blackwell_helpers.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparsity.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparsity.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/pack_gqa.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/pack_gqa.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/barrier.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/barrier.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | …oenix/xrex/cutedsl/ranker_fa4/flash_bwd_postprocess.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | …oenix/xrex/cutedsl/ranker_fa4/flash_bwd_postprocess.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/named_barrier.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/named_barrier.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/copy_utils.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/copy_utils.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/__init__.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/__init__.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/cute_dsl_utils.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/cute_dsl_utils.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/utils.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/utils.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/pipeline.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/pipeline.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/fa_logging.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/fa_logging.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_info.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/block_info.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 41 | # 2. Redistributions in binary form must reproduce the above copyright notice, | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mma_sm100_desc.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mma_sm100_desc.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mma_sm100_desc.py | 41 | # 2. Redistributions in binary form must reproduce the above copyright notice, | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/tile_scheduler.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/tile_scheduler.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/softmax.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/softmax.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/fast_math.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/fast_math.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/paged_kv.py | 1 | # BSD 3-Clause License | COMMENT |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/paged_kv.py | 21 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | COMMENT |
| LOW | phoenix/xrex/driver/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/cuda/async_emb/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/cuda/async_emb/src/async_emb_comm.hpp | 1 | #pragma once | COMMENT |
| LOW | phoenix/xrex/utils/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/models/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/optimizers/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/configs/__init__.py | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | phoenix/xrex/pallas/ranker_attention.py | 1 | # Copyright 2023 The jax_triton Authors. | COMMENT |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bdsm/runtime/batch_prefetcher.py | 109 | CODE | |
| LOW | clip/config.py | 8 | CODE | |
| LOW | clip/datasets/language_image_dataset.py | 13 | CODE | |
| LOW | …n/training/xai-checkpointing/xai_checkpointing/load.py | 455 | CODE | |
| LOW | …hon/common/xai-configlib/src/xai_configlib/__init__.py | 96 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 345 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 579 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 863 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/mask.py | 1226 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/seqlen_info.py | 107 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 77 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py | 428 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 204 | CODE | |
| LOW | phoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py | 437 | CODE | |
| LOW | phoenix/xrex/utils/metrics.py | 147 | CODE | |
| LOW | phoenix/xrex/utils/log_util.py | 98 | CODE | |
| LOW | phoenix/xrex/utils/checkpointing.py | 213 | CODE | |
| LOW | phoenix/xrex/models/recsys_model.py | 968 | CODE | |
| LOW | phoenix/xrex/models/recsys_model.py | 1050 | CODE | |
| LOW | phoenix/xrex/models/recsys_model.py | 1265 | CODE | |
| LOW | phoenix/xrex/models/recsys_model.py | 1619 | CODE | |
| LOW | phoenix/xrex/models/recsys_model.py | 2096 | CODE | |
| LOW | phoenix/xrex/models/recsys_two_tower_serving_filters.py | 17 | CODE | |
| LOW | phoenix/xrex/models/transformer.py | 530 | CODE | |
| LOW | phoenix/xrex/models/transformer.py | 596 | CODE | |
| LOW | phoenix/xrex/models/layers.py | 81 | CODE | |
| LOW | phoenix/xrex/models/recsys_two_tower_model.py | 512 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention.py | 170 | CODE | |
| LOW | phoenix/xrex/pallas/attention.py | 131 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention_varlen.py | 391 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention_v2.py | 328 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention_v2.py | 442 | CODE | |
| LOW | phoenix/xrex/pallas/ranker_attention_fa3.py | 1553 | CODE | |
| LOW | phoenix/xrex/inference/model_runner.py | 721 | CODE | |
| LOW | phoenix/xrex/data/parquet_recsys.py | 245 | CODE | |
| LOW | phoenix/xrex/data/recsys/recsys_batch.py | 340 | CODE | |
| LOW | phoenix/xrex/data/streaming/kafkaconsumer.py | 1151 | CODE | |
| LOW | phoenix/reference/sid_codebook.py | 388 | CODE | |
| LOW | phoenix/reference/mm_encoder.py | 270 | CODE | |
| LOW | phoenix/reference/_sid_proto/sid_lookup_pb2_grpc.py | 62 | CODE | |
| LOW | adult-content/config.py | 8 | CODE | |
| LOW | adult-content/calibration.py | 46 | CODE | |
| LOW | grox/core/plans/plan_master.py | 27 | CODE | |
| LOW | grox/core/lm/post.py | 17 | CODE | |
| LOW | grox/flows/reply_spam/classifier_coordinated_spam.py | 151 | CODE | |
| LOW | grox/flows/reply_spam/classifier_reply_ranking.py | 107 | CODE | |
| LOW | pnsfwmedia/model_experimental.py | 105 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | phoenix/xrex/data/streaming/kafkaloader.py | 742 | if rb.schema.equals(target_schema): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scarecrow/function/ActionIntakeServiceRegistry.scala | 64 | "placeholder", | CODE |