Skip to content

Bugb

Bugb is an AI-native cybersecurity company, founded in 2024, building tools that unify offensive testing and defensive posture management.

This site documents the tools you run yourself. Every command on these pages was executed against a real build and its actual output pasted in, so what you read is what the binary does, not what its source suggests it should.

  1. cxg

    A vulnerability scanner whose checks are ordinary programs rather than pattern files, so a check can chain requests, compute, and parse a format before it decides. Every finding keeps the request and the response behind it.

    1.3.0released
  2. guardlink

    Security annotations that live in the repository they describe, anchored to real code positions, so the threat model changes when the code does. Validates and diffs in CI, and serves the model to a coding agent over MCP.

    2.0.0on npm