{
  "ml": {
    "v": "4",
    "fs": [
      {
        "id": 0,
        "prob": 0.933253288269043,
        "class": 0
      }
    ],
    "prob": 0.9332533,
    "class": 0,
    "version": "v16.16",
    "thresholds": [
      0.9815004,
      0.99404883
    ],
    "analyzed_at": "2026-04-30T15:49:30Z"
  },
  "path": "AsyncScheduler.js",
  "raw": {
    "v": "4",
    "fs": [
      {
        "f": "O₂(As₂S)Md(Pa)",
        "x": 1,
        "id": 0,
        "is": [
          "AsyncScheduler.delegate.now",
          "now",
          "AsyncScheduler.delegate.schedule",
          "actions.push",
          "error",
          "error",
          "action.execute",
          "action",
          "actions.shift",
          "action",
          "actions.shift",
          "action.unsubscribe",
          "import"
        ],
        "ms": {
          "text": {
            "digit_ratio": 0.0,
            "space_count": 618.0,
            "total_lines": 57.0,
            "char_entropy": 4.13,
            "unique_chars": 57.0,
            "import_density": 22.81,
            "string_density": 0.04,
            "avg_line_length": 30.65,
            "max_line_length": 85.0,
            "last_line_length": 42.0,
            "most_common_char": "e",
            "whitespace_ratio": 0.37,
            "most_common_ratio": 0.07,
            "identifier_density": 0.67,
            "line_length_stddev": 22.74,
            "normalized_import_count": 1.72,
            "normalized_string_count": 0.26,
            "repeated_char_sequences": 17.0,
            "anonymous_function_ratio": 0.25,
            "suspicious_comment_ratio": 0.5,
            "max_inline_whitespace_run": 1.0,
            "normalized_function_count": 0.53,
            "imports_to_functions_ratio": 3.25,
            "strings_to_functions_ratio": 0.5,
            "normalized_unique_identifiers": 1.71,
            "identifiers_to_functions_ratio": 2.5
          },
          "imports": {
            "total": 13.0,
            "unique_modules": 10.0,
            "third_party_count": 13.0,
            "third_party_ratio": 1.0
          },
          "strings": {
            "total": 2.0,
            "avg_length": 12.0,
            "max_length": 12.0,
            "path_count": 2.0,
            "avg_entropy": 3.25,
            "total_bytes": 24.0
          },
          "comments": {
            "chars": 436.0,
            "lines": 13.0,
            "total": 4.0,
            "to_code_ratio": 0.3,
            "base64_in_comments": 1.0,
            "high_entropy_comments": 1.0
          },
          "functions": {
            "total": 4.0,
            "anonymous": 1.0,
            "length_stddev": 7.33,
            "avg_name_length": 8.0,
            "no_params_count": 4.0,
            "avg_length_lines": 15.25,
            "max_length_lines": 24.0,
            "min_length_lines": 8.0,
            "avg_nesting_depth": 0.25,
            "max_nesting_depth": 1.0,
            "density_per_100_lines": 7.02,
            "code_in_functions_ratio": 1.07
          },
          "identifiers": {
            "total": 38.0,
            "avg_length": 7.3,
            "max_length": 15.0,
            "min_length": 3.0,
            "avg_entropy": 2.47,
            "reuse_ratio": 0.26,
            "unique_count": 10.0,
            "length_stddev": 3.93,
            "high_entropy_count": 2.0,
            "high_entropy_ratio": 0.2,
            "all_lowercase_ratio": 0.7
          }
        },
        "ss": [
          [
            26,
            "../Scheduler"
          ],
          [
            27,
            "../Scheduler"
          ]
        ],
        "sz": 1803,
        "ts": [
          {
            "a": "T1027",
            "c": 0.8999999761581421,
            "d": "Low string density base64 context",
            "e": [
              "text.string_density = 0.04"
            ],
            "i": "objectives/anti-static/obfuscation/code-metrics::js-base64-candidate-low-string-density",
            "l": 1,
            "m": "B0032"
          },
          {
            "a": "T1027.003",
            "c": 1.0,
            "d": "JavaScript or TypeScript source file extension",
            "e": [
              "AsyncScheduler.js"
            ],
            "i": "objectives/anti-static/obfuscation/payload::js-source-extension",
            "l": 1,
            "m": "B0032"
          },
          {
            "c": 0.8999999761581421,
            "d": "Explicit source map marker in bundled output",
            "e": [
              "sourceMappingURL="
            ],
            "i": "objectives/supply-chain/hidden-payload/extensions::source-map-marker",
            "l": 2
          },
          {
            "a": "T1027",
            "c": 0.8999999761581421,
            "d": "Comment-heavy base64 context",
            "e": [
              "comments.to_code_ratio = 0.30"
            ],
            "i": "objectives/anti-static/obfuscation/code-metrics::js-base64-candidate-comment-heavy",
            "l": 1,
            "m": "B0032"
          },
          {
            "c": 0.699999988079071,
            "d": "Code has JSDoc @type",
            "e": [
              "@type"
            ],
            "i": "metadata/package/documentation::has-jsdoc-type",
            "l": 2
          },
          {
            "c": 0.8999999761581421,
            "d": "File has 30 or more lines",
            "e": [
              "text.total_lines = 57.00"
            ],
            "i": "metadata/package/metrics::file-has-30-plus-lines",
            "l": 1
          },
          {
            "c": 1.0,
            "d": "JavaScript file basename",
            "e": [
              "AsyncScheduler.js"
            ],
            "i": "metadata/lang/encoded/unicode-escape::javascript-or-dll-basename",
            "l": 2
          },
          {
            "c": 0.699999988079071,
            "d": "Small file under 5KB",
            "e": [
              "AsyncScheduler.js"
            ],
            "i": "objectives/supply-chain/metadata-anomaly/markers/npm::small-file-5k",
            "l": 1
          },
          {
            "c": 0.949999988079071,
            "d": "imports import",
            "e": [
              "import"
            ],
            "i": "metadata/import/npm::import",
            "l": 2
          }
        ],
        "sha": "9f09b76f16814acfb64264d9561aad8891948e2eaf36237596de68393933a4f2",
        "path": "AsyncScheduler.js",
        "type": "javascript"
      }
    ],
    "tv": "13343"
  }
}