{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:dcf09807-42e8-4896-ba9b-5eeb57477498",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-10T04:39:20Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "prompts",
      "group": "@clack",
      "version": "0.11.0",
      "purl": "pkg:npm/%40clack/prompts@0.11.0",
      "bom-ref": "pkg:npm/@clack/prompts@0.11.0",
      "author": "Nate Moore <nate@natemoo.re> (https://twitter.com/n_moore)",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, prepack"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/bombshell-dev/clack.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@clack"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@clack/core/package.json\\nnode_modules/is-unicode-supported/package.json\\nnode_modules/picocolors/package.json\\nnode_modules/sisteransi/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Terkel Gjervig <terkel@terkel.com> (https://terkel.com)"
        }
      ],
      "group": "",
      "name": "sisteransi",
      "version": "1.0.5",
      "description": "ANSI escape codes for some terminal swag",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/sisteransi@1.0.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/terkelg/sisteransi"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/sisteransi@1.0.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/sisteransi/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "sisteransi,cursor,sisteransi/cursor,erase,sisteransi/erase"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/sisteransi/package.json"
              }
            ],
            "concludedValue": "node_modules/sisteransi/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.cjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 83
          },
          {
            "location": "src/index.ts",
            "line": 16
          },
          {
            "location": "src/index.ts",
            "line": 779
          },
          {
            "location": "src/index.ts",
            "line": 780
          }
        ]
      },
      "tags": [
        "escape"
      ]
    },
    {
      "authors": [
        {
          "name": "Alexey Raspopov"
        }
      ],
      "group": "",
      "name": "picocolors",
      "version": "1.0.0",
      "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "url": "https://opensource.org/licenses/ISC",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/picocolors@1.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/picocolors@1.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/picocolors/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "picocolors"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/picocolors/package.json"
              }
            ],
            "concludedValue": "node_modules/picocolors/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.cjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 3
          },
          {
            "location": "dist/index.mjs",
            "line": 4
          },
          {
            "location": "dist/index.mjs",
            "line": 5
          },
          {
            "location": "dist/index.mjs",
            "line": 6
          },
          {
            "location": "dist/index.mjs",
            "line": 7
          },
          {
            "location": "dist/index.mjs",
            "line": 8
          },
          {
            "location": "dist/index.mjs",
            "line": 9
          },
          {
            "location": "dist/index.mjs",
            "line": 12
          },
          {
            "location": "dist/index.mjs",
            "line": 13
          },
          {
            "location": "dist/index.mjs",
            "line": 14
          },
          {
            "location": "dist/index.mjs",
            "line": 15
          },
          {
            "location": "dist/index.mjs",
            "line": 16
          },
          {
            "location": "dist/index.mjs",
            "line": 17
          },
          {
            "location": "dist/index.mjs",
            "line": 19
          },
          {
            "location": "dist/index.mjs",
            "line": 20
          },
          {
            "location": "dist/index.mjs",
            "line": 21
          },
          {
            "location": "dist/index.mjs",
            "line": 22
          },
          {
            "location": "dist/index.mjs",
            "line": 24
          },
          {
            "location": "dist/index.mjs",
            "line": 25
          },
          {
            "location": "dist/index.mjs",
            "line": 26
          },
          {
            "location": "dist/index.mjs",
            "line": 27
          },
          {
            "location": "dist/index.mjs",
            "line": 28
          },
          {
            "location": "dist/index.mjs",
            "line": 30
          },
          {
            "location": "dist/index.mjs",
            "line": 31
          },
          {
            "location": "dist/index.mjs",
            "line": 32
          },
          {
            "location": "dist/index.mjs",
            "line": 33
          },
          {
            "location": "dist/index.mjs",
            "line": 34
          },
          {
            "location": "dist/index.mjs",
            "line": 35
          },
          {
            "location": "dist/index.mjs",
            "line": 37
          },
          {
            "location": "dist/index.mjs",
            "line": 38
          },
          {
            "location": "dist/index.mjs",
            "line": 39
          },
          {
            "location": "dist/index.mjs",
            "line": 40
          },
          {
            "location": "dist/index.mjs",
            "line": 41
          },
          {
            "location": "dist/index.mjs",
            "line": 43
          },
          {
            "location": "dist/index.mjs",
            "line": 44
          },
          {
            "location": "dist/index.mjs",
            "line": 45
          },
          {
            "location": "dist/index.mjs",
            "line": 46
          },
          {
            "location": "dist/index.mjs",
            "line": 47
          },
          {
            "location": "dist/index.mjs",
            "line": 49
          },
          {
            "location": "dist/index.mjs",
            "line": 50
          },
          {
            "location": "dist/index.mjs",
            "line": 51
          },
          {
            "location": "dist/index.mjs",
            "line": 52
          },
          {
            "location": "dist/index.mjs",
            "line": 53
          },
          {
            "location": "dist/index.mjs",
            "line": 55
          },
          {
            "location": "dist/index.mjs",
            "line": 56
          },
          {
            "location": "dist/index.mjs",
            "line": 57
          },
          {
            "location": "dist/index.mjs",
            "line": 61
          },
          {
            "location": "dist/index.mjs",
            "line": 62
          },
          {
            "location": "dist/index.mjs",
            "line": 63
          },
          {
            "location": "dist/index.mjs",
            "line": 65
          },
          {
            "location": "dist/index.mjs",
            "line": 66
          },
          {
            "location": "dist/index.mjs",
            "line": 68
          },
          {
            "location": "dist/index.mjs",
            "line": 69
          },
          {
            "location": "dist/index.mjs",
            "line": 70
          },
          {
            "location": "dist/index.mjs",
            "line": 72
          },
          {
            "location": "dist/index.mjs",
            "line": 73
          },
          {
            "location": "dist/index.mjs",
            "line": 75
          },
          {
            "location": "dist/index.mjs",
            "line": 81
          },
          {
            "location": "dist/index.mjs",
            "line": 83
          },
          {
            "location": "dist/index.mjs",
            "line": 84
          },
          {
            "location": "src/index.ts",
            "line": 15
          },
          {
            "location": "src/index.ts",
            "line": 53
          },
          {
            "location": "src/index.ts",
            "line": 55
          },
          {
            "location": "src/index.ts",
            "line": 57
          },
          {
            "location": "src/index.ts",
            "line": 59
          },
          {
            "location": "src/index.ts",
            "line": 95
          },
          {
            "location": "src/index.ts",
            "line": 114
          },
          {
            "location": "src/index.ts",
            "line": 116
          },
          {
            "location": "src/index.ts",
            "line": 117
          },
          {
            "location": "src/index.ts",
            "line": 122
          },
          {
            "location": "src/index.ts",
            "line": 124
          },
          {
            "location": "src/index.ts",
            "line": 126
          },
          {
            "location": "src/index.ts",
            "line": 128
          },
          {
            "location": "src/index.ts",
            "line": 129
          },
          {
            "location": "src/index.ts",
            "line": 130
          },
          {
            "location": "src/index.ts",
            "line": 132
          },
          {
            "location": "src/index.ts",
            "line": 148
          },
          {
            "location": "src/index.ts",
            "line": 154
          },
          {
            "location": "src/index.ts",
            "line": 156
          },
          {
            "location": "src/index.ts",
            "line": 158
          },
          {
            "location": "src/index.ts",
            "line": 160
          },
          {
            "location": "src/index.ts",
            "line": 161
          },
          {
            "location": "src/index.ts",
            "line": 164
          },
          {
            "location": "src/index.ts",
            "line": 184
          },
          {
            "location": "src/index.ts",
            "line": 189
          },
          {
            "location": "src/index.ts",
            "line": 191
          },
          {
            "location": "src/index.ts",
            "line": 192
          },
          {
            "location": "src/index.ts",
            "line": 193
          },
          {
            "location": "src/index.ts",
            "line": 195
          },
          {
            "location": "src/index.ts",
            "line": 197
          },
          {
            "location": "src/index.ts",
            "line": 198
          },
          {
            "location": "src/index.ts",
            "line": 199
          },
          {
            "location": "src/index.ts",
            "line": 201
          },
          {
            "location": "src/index.ts",
            "line": 202
          },
          {
            "location": "src/index.ts",
            "line": 203
          },
          {
            "location": "src/index.ts",
            "line": 262
          },
          {
            "location": "src/index.ts",
            "line": 264
          },
          {
            "location": "src/index.ts",
            "line": 265
          },
          {
            "location": "src/index.ts",
            "line": 268
          },
          {
            "location": "src/index.ts",
            "line": 270
          },
          {
            "location": "src/index.ts",
            "line": 278
          },
          {
            "location": "src/index.ts",
            "line": 282
          },
          {
            "location": "src/index.ts",
            "line": 284
          },
          {
            "location": "src/index.ts",
            "line": 287
          },
          {
            "location": "src/index.ts",
            "line": 289
          },
          {
            "location": "src/index.ts",
            "line": 294
          },
          {
            "location": "src/index.ts",
            "line": 308
          },
          {
            "location": "src/index.ts",
            "line": 311
          },
          {
            "location": "src/index.ts",
            "line": 314
          },
          {
            "location": "src/index.ts",
            "line": 315
          },
          {
            "location": "src/index.ts",
            "line": 318
          },
          {
            "location": "src/index.ts",
            "line": 319
          },
          {
            "location": "src/index.ts",
            "line": 327
          },
          {
            "location": "src/index.ts",
            "line": 331
          },
          {
            "location": "src/index.ts",
            "line": 336
          },
          {
            "location": "src/index.ts",
            "line": 340
          },
          {
            "location": "src/index.ts",
            "line": 342
          },
          {
            "location": "src/index.ts",
            "line": 364
          },
          {
            "location": "src/index.ts",
            "line": 365
          },
          {
            "location": "src/index.ts",
            "line": 369
          },
          {
            "location": "src/index.ts",
            "line": 370
          },
          {
            "location": "src/index.ts",
            "line": 374
          },
          {
            "location": "src/index.ts",
            "line": 377
          },
          {
            "location": "src/index.ts",
            "line": 378
          },
          {
            "location": "src/index.ts",
            "line": 382
          },
          {
            "location": "src/index.ts",
            "line": 384
          },
          {
            "location": "src/index.ts",
            "line": 394
          },
          {
            "location": "src/index.ts",
            "line": 395
          },
          {
            "location": "src/index.ts",
            "line": 396
          },
          {
            "location": "src/index.ts",
            "line": 397
          },
          {
            "location": "src/index.ts",
            "line": 403
          },
          {
            "location": "src/index.ts",
            "line": 418
          },
          {
            "location": "src/index.ts",
            "line": 422
          },
          {
            "location": "src/index.ts",
            "line": 429
          },
          {
            "location": "src/index.ts",
            "line": 430
          },
          {
            "location": "src/index.ts",
            "line": 431
          },
          {
            "location": "src/index.ts",
            "line": 438
          },
          {
            "location": "src/index.ts",
            "line": 441
          },
          {
            "location": "src/index.ts",
            "line": 446
          },
          {
            "location": "src/index.ts",
            "line": 449
          },
          {
            "location": "src/index.ts",
            "line": 454
          },
          {
            "location": "src/index.ts",
            "line": 491
          },
          {
            "location": "src/index.ts",
            "line": 492
          },
          {
            "location": "src/index.ts",
            "line": 496
          },
          {
            "location": "src/index.ts",
            "line": 499
          },
          {
            "location": "src/index.ts",
            "line": 502
          },
          {
            "location": "src/index.ts",
            "line": 503
          },
          {
            "location": "src/index.ts",
            "line": 504
          },
          {
            "location": "src/index.ts",
            "line": 508
          },
          {
            "location": "src/index.ts",
            "line": 511
          },
          {
            "location": "src/index.ts",
            "line": 512
          },
          {
            "location": "src/index.ts",
            "line": 516
          },
          {
            "location": "src/index.ts",
            "line": 518
          },
          {
            "location": "src/index.ts",
            "line": 519
          },
          {
            "location": "src/index.ts",
            "line": 530
          },
          {
            "location": "src/index.ts",
            "line": 531
          },
          {
            "location": "src/index.ts",
            "line": 532
          },
          {
            "location": "src/index.ts",
            "line": 533
          },
          {
            "location": "src/index.ts",
            "line": 539
          },
          {
            "location": "src/index.ts",
            "line": 543
          },
          {
            "location": "src/index.ts",
            "line": 546
          },
          {
            "location": "src/index.ts",
            "line": 552
          },
          {
            "location": "src/index.ts",
            "line": 553
          },
          {
            "location": "src/index.ts",
            "line": 554
          },
          {
            "location": "src/index.ts",
            "line": 561
          },
          {
            "location": "src/index.ts",
            "line": 564
          },
          {
            "location": "src/index.ts",
            "line": 585
          },
          {
            "location": "src/index.ts",
            "line": 588
          },
          {
            "location": "src/index.ts",
            "line": 609
          },
          {
            "location": "src/index.ts",
            "line": 630
          },
          {
            "location": "src/index.ts",
            "line": 636
          },
          {
            "location": "src/index.ts",
            "line": 638
          },
          {
            "location": "src/index.ts",
            "line": 643
          },
          {
            "location": "src/index.ts",
            "line": 647
          },
          {
            "location": "src/index.ts",
            "line": 651
          },
          {
            "location": "src/index.ts",
            "line": 658
          },
          {
            "location": "src/index.ts",
            "line": 659
          },
          {
            "location": "src/index.ts",
            "line": 662
          },
          {
            "location": "src/index.ts",
            "line": 667
          },
          {
            "location": "src/index.ts",
            "line": 670
          },
          {
            "location": "src/index.ts",
            "line": 673
          },
          {
            "location": "src/index.ts",
            "line": 676
          },
          {
            "location": "src/index.ts",
            "line": 683
          },
          {
            "location": "src/index.ts",
            "line": 687
          },
          {
            "location": "src/index.ts",
            "line": 691
          },
          {
            "location": "src/index.ts",
            "line": 693
          },
          {
            "location": "src/index.ts",
            "line": 712
          },
          {
            "location": "src/index.ts",
            "line": 715
          },
          {
            "location": "src/index.ts",
            "line": 718
          },
          {
            "location": "src/index.ts",
            "line": 721
          },
          {
            "location": "src/index.ts",
            "line": 728
          },
          {
            "location": "src/index.ts",
            "line": 799
          },
          {
            "location": "src/index.ts",
            "line": 809
          },
          {
            "location": "src/index.ts",
            "line": 831
          },
          {
            "location": "src/index.ts",
            "line": 833
          },
          {
            "location": "src/index.ts",
            "line": 834
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "is-unicode-supported",
      "version": "1.3.0",
      "description": "Detect whether the terminal supports Unicode",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/is-unicode-supported@1.3.0",
      "type": "library",
      "bom-ref": "pkg:npm/is-unicode-supported@1.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/is-unicode-supported/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "is-unicode-supported"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/is-unicode-supported/package.json"
              }
            ],
            "concludedValue": "node_modules/is-unicode-supported/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/index.ts",
            "line": 14
          },
          {
            "location": "src/index.ts",
            "line": 21
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Nate Moore <nate@natemoo.re> (https://twitter.com/n_moore)"
        }
      ],
      "group": "@clack",
      "name": "core",
      "version": "0.5.0",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40clack/core@0.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/bombshell-dev/clack/tree/main/packages/core#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/bombshell-dev/clack.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@clack/core@0.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@clack/core/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "@clack/core,isCancel,@clack/core/isCancel,updateSettings,@clack/core/updateSettings,ClackSettings,@clack/core/ClackSettings"
        },
        {
          "name": "ImportedModules",
          "value": "@clack/core,TextPrompt,@clack/core/TextPrompt,PasswordPrompt,@clack/core/PasswordPrompt,ConfirmPrompt,@clack/core/ConfirmPrompt,SelectPrompt,@clack/core/SelectPrompt,SelectKeyPrompt,@clack/core/SelectKeyPrompt,MultiSelectPrompt,@clack/core/MultiSelectPrompt,GroupMultiSelectPrompt,@clack/core/GroupMultiSelectPrompt,isCancel,@clack/core/isCancel,block,@clack/core/block,State,@clack/core/State"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@clack/core/package.json"
              }
            ],
            "concludedValue": "node_modules/@clack/core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.cjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 83
          },
          {
            "location": "dist/index.mjs",
            "line": 86
          },
          {
            "location": "src/index.ts",
            "line": 13
          },
          {
            "location": "src/index.ts",
            "line": 18
          },
          {
            "location": "src/index.ts",
            "line": 19
          },
          {
            "location": "src/index.ts",
            "line": 796
          },
          {
            "location": "src/index.ts",
            "line": 898
          },
          {
            "location": "dist/index.d.mts",
            "line": 1
          },
          {
            "location": "dist/index.d.cts",
            "line": 1
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@clack/prompts@0.11.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-10T04:39:20Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Thursday, September 10, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'prompts' with version '0.11.0'. The package type in this SBOM is npm with a single purl namespace '@clack' described under components. The components were identified from 4 source files."
    }
  ]
}