JSPM

vulnburn

1.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 12
    • Score
      100M100P100Q20395F
    • License ISC

    A security scanner with an attitude

    Package Exports

    • vulnburn
    • vulnburn/src/scanner/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vulnburn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    🔥 VulnBurn

    Security Scanner with Attitude.
    Because your code is bad and you should feel bad.

    npm version License: ISC

    VulnBurn is a zero config, blazing fast security scanner for Node.js, MERN stack, and modern web applications. It doesn't just find vulnerabilities; it roasts you for them. Because it finds is really silly so it shouldn't have occured in the first place.

    Designed for novice developers for whom security is an afterthought (or they just don't care about it) and the "Oh no, I almost committed that" moment.

    Usage Guide

    The CLI is straightforward. Run it in your terminal:

    npx vulnburn

    Arguments

    Argument Description Default
    directory The directory path you want to scan. Can be relative (./src) or absolute. . (Current Directory)

    Options

    Option Alias Description
    --verbose -v Outputs the raw JSON scan results instead of the pretty-printed roast report. Useful for debugging or integrating with other tools.
    --help -h Display help for command.
    --version -V Output the version number.

    Global Installation

    For frequent use.

    npm install -g vulnburn
    vulnburn

    Contributing

    1. Fork it.
    2. Fix your own code first.
    3. Submit a PR.

    License

    ISC