Security findings and remediation context, right in your terminal.
A zero-dependency static binary for browsing findings, reviewing vulnerabilities, requesting remediation context, and preparing pull requests without leaving your shell.
From finding to a reviewed change, in one terminal.
one terminal.
Sign in, review findings, request a remediation diff, and prepare a pull request from one terminal.
$ plexicus login› Opening browser to authorize this device…✓ Authenticated as demo user$ plexicus pentest --target authorized-demo-target› Discovering endpoints (DNS · TLS · OpenAPI · Wayback)…› Scanning 12 endpoints…› Found 3 findings (2 verified, 1 requires review)$ plexicus findings list --severity critical,highCRITICAL Finding-001 authorized-demo-target Access control reviewHIGH Finding-002 authorized-demo-target Request validation review$ plexicus findings diff Finding-001 --ai› Generating a remediation diff for review…✓ Diff ready — review with `:open Finding-001`$ plexicus findings pr Finding-001 --base main› Pushed branch fix/finding-001✓ PR opened: review queue / change-001
Prerequisites
-
macOS (Apple Silicon / Intel) or Linux (x86_64) -
A Plexicus account with access arranged for your engagement -
curl + a POSIX shell (no Node.js / Bun runtime required)
Install
Download the latest binary for your platform from the GitHub releases page:
Open releases page →$ curl -fsSL https://github.com/plexicus/tui/releases/latest/download/plexicus-darwin-arm64 \
-o plexicus && chmod +x plexicus && sudo mv plexicus /usr/local/bin/ macOS Intel, Linux x86_64 and Linux ARM64 binaries available — see the releases page for direct download links.
Verify the install
Confirm the binary is on your PATH and prints its version:
$ plexicus --version
plexicus 0.1.0 (darwin-arm64, build a1b2c3d)
Authenticate
The first launch opens your browser to the Plexicus web app, which opens a secure browser sign-in. Use --headless for CI environments.
$ plexicus login
› Opening browser to authorize this device…
✓ Authenticated as demo user
Headless mode: plexicus login --headless for CI environments.
Launch a pentest
Specify a target scope and the TUI streams scan progress live while enumerating endpoints, dependencies, and exposure surfaces.
$ plexicus pentest --target authorized-demo-target
› Discovering endpoints (DNS · TLS · OpenAPI · Wayback)…
› Scanning 12 endpoints…
✓ 3 findings · 2 verified · 1 requires review
Browse findings
Browse, filter, and triage every finding surfaced by the platform. Severity, CVSS, EPSS, CWE, language, repository — all filterable from the keyboard.
$ plexicus findings list --severity critical,high
CRITICAL Finding-001 authorized-demo-target Access control review
HIGH Finding-002 authorized-demo-target Request validation review
Request an AI diff
Trigger an AI-generated remediation and review the unified diff inline before applying it.
$ plexicus findings diff Finding-001 --ai
› Generating a remediation diff for review…
✓ Diff ready — review with `:open Finding-001`
Open a PR
Push the fix to a branch and open a pull request directly against your connected SCM (GitHub, GitLab, Bitbucket, Gitea).
$ plexicus findings pr Finding-001 --base main
› Pushed branch fix/finding-001
✓ PR opened: review queue / change-001
Bereit zu validieren, was zählt.
Plexicus ist Proof-Driven AppSec: validierte Funde, kontextuelles Verständnis und geprüfte Remediation — in Evidenz verankert, mit Ihnen gescoped.