DeepSec CLI · v1.1.0Go CLI

Security checks for codeand HTTP targets.

DeepSec inspects local source and authorized web targets. Source scans cover static patterns, dependencies, secrets, IaC, and containers; webscan reviews the HTTP surface exposed by a URL.

01 / Install

Pin the release.

Review the installer before execution. This command selects v1.1.0 explicitly instead of relying on the installer default.

install.sh / pinnedv1.1.0
curl -fsSL https://cdn.pixelcity.dev/deepsec/install.sh | DEEPSEC_VERSION=v1.1.0 sh

Release binaries and matching SHA-256 files are listed on the releases page.

02 / Commands

Start with the target.

Local source
deepsec scan .
Web target
deepsec webscan https://authorized.example
HTML report
deepsec scan . --format html --output report.html
03 / Scope

Review before changing.

Coverage

Results depend on enabled scanners, selected paths, and target behavior. Treat findings as review input, not a security guarantee.

Authorization

Run scans only on systems you operate or have explicit permission to assess.

Reports

Write table, HTML, JSON, SARIF, CycloneDX, SPDX, and other supported formats with --format and --output.

Reference

Source, reports, and support.