Quickstart
Preview a public repository in one command
No account, API key, global install, clone, or zip is required. The result includes a private-link preview that expires after 24 hours.
1. Open an interactive Terminal or PowerShell window
Replace owner/repo with a public GitHub repository, paste the command, and press Enter:
npx --yes --package=https://github.com/fj8b85t9g6-blip/codecordon-cli/releases/download/v0.3.0/codecordon-0.3.0.tgz codecordon scan https://github.com/owner/repo2. Fetch public source
CodeCordon downloads the public repository server-side. It never asks for GitHub credentials or private-repository access.
3. Scan without login
Interactive public-repository previews need no account or API key and are limited to three per hour.
4. Read the result
CodeCordon prints the grade, severity counts, exact files and lines, and whether your configured security gate passed.
Need to scan a local or private project?
Local-folder CLI scans and CI enforcement require Pro. Sign in once, create an API key in Settings, and CodeCordon saves it in a user-only config file.
npx --yes --package=https://github.com/fj8b85t9g6-blip/codecordon-cli/releases/download/v0.3.0/codecordon-0.3.0.tgz codecordon scan /path/to/projectUseful commands
npx --yes codecordon@latest loginReplace an expired or revoked saved API key.
npx --yes codecordon@latest logoutRemove the saved API key from this computer.