/home/runner/work/oh-pen-testing/oh-pen-testing/packages/websetup in progress: scan target will lock in once you finish the wizardFirst Scan
Run a scan, read the results on the Board, understand severity levels.
Five safe regex-only playbooks. No network calls, no AI cost, completes in seconds. A good smoke-test before committing to a full scan.
opt scan --starterRuns every enabled playbook catalogue: OWASP Top 10, secrets, SCA, WSTG, CWE Top 25, and IaC. Uses your connected AI for context and confirmation.
opt scanUse --only to run a subset, or override the provider for a single run.
opt scan --only sql-injection-raw,xss-innerHTML
opt scan --provider claude-api --only secretsowasp-top-1022 playbooksFull OWASP Top 10: injection, crypto, auth, SSRF, and moresecrets1 playbookHardcoded API keys, tokens, and credentialssca1 playbookDependency audit (npm, pip, bundler)wstg-core3 playbooksOWASP WSTG checks: JWT, clickjacking, CORScwe-top-253 playbooksCWE Top 25: path traversal, open redirect, unrestricted uploadiac5 playbooksInfrastructure as code: Dockerfile, Terraform, Kubernetes, ComposeAfter a scan completes, issues appear on the Board (the kanban view) grouped by status: Backlog → Ready → In Review → Done. Each issue card shows the severity badge, affected file and line, the playbook that flagged it, and a link to the AI’s analysis. Click any card to open the full issue detail with code context, explanation, and remediation options.