
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
Brakecode is software that runs on your hosts. It manages Node.js debugging and other V8 Inspector Protocol sessions as well as diagnostic reports. The Brakecode NPM package is open-source.
Brakecode is software that runs on your hosts. It manages Node.js debugging and other V8 Inspector Protocol sessions as well as diagnostic reports. The Brakecode NPM package is open-source.
PADS Secure (certificate based SSH tunnel) Remote V8 Protocol Debugging
Node.js Diagnostic Reports
Delivers a JSON-formatted diagnostic summary, written to
a fileanywhere.
npm install -g brakecode or run with npx npx brakecode
You will then be able to access your V8 debugger sessions from your dashboard. Further if you are logged into the NiM client, you can access remote sessions there as well. To open remote sessions, you must be logged into the BrakeCODE dashboard, otherwise NiM will simply show session data.

Login to BrakeCODE dashboard from NiM

Install the dependencies and devDependencies and start the server.
$ npm install brakecode
Example helloworld usage just requires the inclusion of the brakecode package. And very similar to native report handling process.report.writeReport(), you instead use brakecode.sendReport().
brakecode = require('./brakecode')();
let report = brakecode.sendReport();
Reports can then be easily accessed from Chromium DevTools as shown:

Sensitive data is now redacted by default thanks to rtk. To send unredacted reports set the BRAKECODE_NOREDACT env var to true.

BRAKECODE_NOREDACT - Set to true to disable redaction.BRAKECODE_API_KEY - An API Key is required to send reports to Brakecode.BRAKECODE_SERVER - Change which server reports are sent to.BRAKECODE_SOURCE_HOST - The source host of the reports can be changed using this var.FAQs
Brakecode is software that runs on your hosts. It manages Node.js debugging and other V8 Inspector Protocol sessions as well as diagnostic reports. The Brakecode NPM package is open-source.
We found that brakecode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.