{
  "ml": {
    "v": "4",
    "fs": [
      {
        "id": 0,
        "prob": 0.9363234639167786,
        "class": 0
      }
    ],
    "prob": 0.93632346,
    "class": 0,
    "version": "v16.16",
    "thresholds": [
      0.9815004,
      0.99404883
    ],
    "analyzed_at": "2026-04-30T09:07:06Z"
  },
  "path": "missing-property-cond.js",
  "raw": {
    "v": "4",
    "fs": [
      {
        "f": "O₂(As₂S)Md(Pa)",
        "x": 1,
        "id": 0,
        "is": [
          "foo5",
          "o.p",
          "o.p"
        ],
        "ms": {
          "text": {
            "digit_ratio": 0.03,
            "space_count": 234.0,
            "total_lines": 50.0,
            "char_entropy": 4.71,
            "unique_chars": 55.0,
            "import_density": 6.0,
            "string_density": 0.16,
            "avg_line_length": 21.22,
            "max_line_length": 76.0,
            "empty_line_ratio": 0.16,
            "last_line_length": 1.0,
            "most_common_char": "o",
            "whitespace_ratio": 0.26,
            "most_common_ratio": 0.08,
            "identifier_density": 1.1,
            "line_length_stddev": 22.95,
            "normalized_import_count": 0.42,
            "normalized_string_count": 1.13,
            "anonymous_function_ratio": 0.1,
            "max_inline_whitespace_run": 1.0,
            "normalized_function_count": 1.41,
            "imports_to_functions_ratio": 0.3,
            "strings_to_functions_ratio": 0.8,
            "suspicious_identifier_ratio": 0.2,
            "normalized_unique_identifiers": 2.66,
            "identifiers_to_functions_ratio": 1.5
          },
          "imports": {
            "total": 3.0,
            "unique_modules": 2.0,
            "third_party_count": 3.0,
            "third_party_ratio": 1.0
          },
          "strings": {
            "total": 8.0,
            "avg_length": 6.0,
            "max_length": 6.0,
            "avg_entropy": 2.58,
            "total_bytes": 48.0
          },
          "comments": {
            "chars": 310.0,
            "lines": 14.0,
            "total": 14.0,
            "to_code_ratio": 0.39
          },
          "functions": {
            "total": 10.0,
            "anonymous": 1.0,
            "one_liners": 1.0,
            "length_stddev": 2.01,
            "avg_name_length": 4.11,
            "no_params_count": 10.0,
            "avg_length_lines": 4.5,
            "max_length_lines": 8.0,
            "min_length_lines": 1.0,
            "avg_nesting_depth": 0.3,
            "max_nesting_depth": 2.0,
            "numeric_suffix_names": 9.0,
            "density_per_100_lines": 20.0,
            "code_in_functions_ratio": 0.9
          },
          "identifiers": {
            "total": 55.0,
            "avg_length": 3.8,
            "max_length": 6.0,
            "min_length": 1.0,
            "avg_entropy": 1.43,
            "reuse_ratio": 0.27,
            "unique_count": 15.0,
            "length_stddev": 1.56,
            "has_digit_ratio": 0.6,
            "sequential_names": 3.0,
            "single_char_count": 3.0,
            "single_char_ratio": 0.2,
            "all_lowercase_ratio": 0.33,
            "numeric_suffix_count": 9.0,
            "underscore_prefix_count": 1.0
          }
        },
        "ss": [
          [
            763,
            "string"
          ],
          [
            764,
            "string"
          ],
          [
            813,
            "string"
          ],
          [
            814,
            "string"
          ],
          [
            868,
            "string"
          ],
          [
            869,
            "string"
          ],
          [
            943,
            "string"
          ],
          [
            944,
            "string"
          ]
        ],
        "sz": 1111,
        "ts": [
          {
            "a": "T1027",
            "c": 0.8999999761581421,
            "d": "Low string density base64 context",
            "e": [
              "text.string_density = 0.16"
            ],
            "i": "objectives/anti-static/obfuscation/code-metrics::js-base64-candidate-low-string-density",
            "l": 1,
            "m": "B0032"
          },
          {
            "c": 0.8999999761581421,
            "d": "File has 30 or more lines",
            "e": [
              "text.total_lines = 50.00"
            ],
            "i": "metadata/package/metrics::file-has-30-plus-lines",
            "l": 1
          },
          {
            "a": "T1027.003",
            "c": 1.0,
            "d": "JavaScript or TypeScript source file extension",
            "e": [
              "missing-property-cond.js"
            ],
            "i": "objectives/anti-static/obfuscation/payload::js-source-extension",
            "l": 1,
            "m": "B0032"
          },
          {
            "c": 1.0,
            "d": "JavaScript file basename",
            "e": [
              "missing-property-cond.js"
            ],
            "i": "metadata/lang/encoded/unicode-escape::javascript-or-dll-basename",
            "l": 2
          },
          {
            "a": "T1027",
            "c": 0.8999999761581421,
            "d": "Comment-heavy base64 context",
            "e": [
              "comments.to_code_ratio = 0.39"
            ],
            "i": "objectives/anti-static/obfuscation/code-metrics::js-base64-candidate-comment-heavy",
            "l": 1,
            "m": "B0032"
          },
          {
            "a": "T1027",
            "c": 0.8500000238418579,
            "d": "High function density",
            "e": [
              "functions.density_per_100_lines = 20.00"
            ],
            "i": "objectives/anti-static/obfuscation/code-metrics/functions::high-function-density",
            "l": 2,
            "m": "B0032"
          },
          {
            "c": 0.699999988079071,
            "d": "Small file under 5KB",
            "e": [
              "missing-property-cond.js"
            ],
            "i": "objectives/supply-chain/metadata-anomaly/markers/npm::small-file-5k",
            "l": 1
          }
        ],
        "sha": "3d2a67eeb526459d4ceee7ddfbbafdf7cd74ff36e54fb8b84fc1e520a1c78e2b",
        "path": "missing-property-cond.js",
        "type": "javascript"
      }
    ],
    "tv": "f6eaa"
  }
}