Pwnkemon

Code scans

Pwnkemon scans your source code as well as your running infrastructure. Connect a GitHub repository, pick a branch or commit, and we check it for known-vulnerable dependencies, hard-coded secrets, and common SAST patterns — then a triage step deduplicates, calibrates severity, and writes a clean report.

What gets checked

How the triage works

Raw scanner output is noisy. A typical run on a real repo will produce dozens or hundreds of findings, many of which are false positives or duplicates. After the scanners finish, Pwnkemon hands the raw output to Claude with the repository context and asks it to:

The result is a much shorter, much more actionable list than the bare scanner JSON.

Connecting GitHub

Public repos clone anonymously — no GitHub auth needed. For private repos, install the Pwnkemon GitHub App from the Scans page. The App requests only two read-only permissions:

At install time, you choose exactly which repos the App can access — one, several, or all repos in your org. We never store a long-lived access token: each scan mints a fresh 1-hour installation token, uses it, and discards it.

Uninstall any time at github.com/settings/installations, or click Disconnect on the new-scan form.

What we don't do

Cost

Code scans charge the standard tier cost in credits, same as any other scan. The scanners themselves are CPU-only and cost us nothing; the only LLM call is the triage pass, which on a typical repo is much cheaper than an agentic network scan.