Last active
March 5, 2026 17:51
-
-
Save darrenpmeyer/50e6fc7a2f998a52bb38319b62dca43e to your computer and use it in GitHub Desktop.
SANDWORM_MODE Checkmarx MPIAPI Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -L --compressed 'https://api.scs.checkmarx.com/v2/packages' \ | |
| -H 'Content-type: application/json' \ | |
| -H "Authorization: ${CHECKMARX_MPIAPI_KEY}" \ | |
| --data "$(cat sandworm_packages.json)" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "type": "npm", | |
| "name": "claud-code", | |
| "version": "0.2.1" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "cloude-code", | |
| "version": "0.2.1" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "cloude", | |
| "version": "0.3.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "crypto-locale", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "crypto-reader-info", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "detect-cache", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "format-defaults", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "hardhta", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "locale-loader-pro", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "naniod", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "node-native-bridge", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "opencraw", | |
| "version": "2026.2.17" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "parse-compat", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "rimarf", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "scan-store", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "secp256", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "suport-color", | |
| "version": "1.0.1" | |
| }, | |
| { | |
| "type": "npm", | |
| "name": "veim", | |
| "version": "2.46.2" | |
| } | |
| ] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an example curl command to use the JSON data file with the Checkmarx MPIAPI, which requires a token. However, feel free to use the JSON data in other ways, including as indicators of vulnerability in your environment.