1. Install
Download the CS Code CLI, verify checksums, install Syft/Grype for real SBOM and vulnerability scanning, then run doctor.
curl -fsSL https://cs-code.com/downloads/cli/cscode-linux-x86_64 -o cscode
chmod +x cscode
./cscode doctorA practical guide for private-beta users evaluating release evidence packs for restricted software deployments.
Download the CS Code CLI, verify checksums, install Syft/Grype for real SBOM and vulnerability scanning, then run doctor.
curl -fsSL https://cs-code.com/downloads/cli/cscode-linux-x86_64 -o cscode
chmod +x cscode
./cscode doctorGenerate release evidence on the machine or CI runner where the source already lives. Use --exclude for sensitive paths.
cscode pack ./my-app --product "My Product" --version "1.2.3" --exclude ".env" --exclude "secrets/**"Create HTML, PDF, Markdown, ZIP, update diffs and checksum manifests without using the SaaS dashboard.
cscode evidence release-pack-my-product-1.2.3
cscode export release-pack-my-product-1.2.3 --format pdf
cscode checksums release-pack-my-product-1.2.3 --verifyPreview the exact payload first. Standard upload excludes source code, project files, raw scanner reports and release ZIPs.
cscode upload --dry-run release-pack-my-product-1.2.3
cscode auth login --api-url https://app.cs-code.com --token <CLI_TOKEN>
cscode upload release-pack-my-product-1.2.3Download, verify, install scanner dependencies and run `cscode doctor`.
Default sensitive-file exclusions, `.cscodeignore` and repeated `--exclude` flags.
Release summary, SBOM, vulnerabilities, endpoints, env vars, exclusions, diff and checksums.
Dry-run first, upload summary metadata only, optional evidence PDF by explicit flag.
Use non-interactive mode and severity/policy thresholds in GitHub Actions or Azure DevOps.
Docker permissions, port conflicts, scanner availability and missing vulnerability database.
Trust boundary
Security-conscious buyers need to know what is scanned, what is excluded, what is uploaded, and how they can verify the release pack they received.
Commercial model
Local CLI scan, pack, evidence export, diff and checksum verification.
Dashboard release history, RBAC, CLI tokens, metadata upload, audit, approvals, billing controls and CI workflows.
Pro capabilities with self-hosted deployment, custom retention and limits, contractual support and dedicated onboarding.
Try the local path first. If the pack format fits your buyer review, request private beta access and upload metadata only when you are comfortable with the boundary.