v2.4.0 Now Available

The Ultimate CLI for Cloud Deployment

Analyze, configure, and deploy your applications directly from your terminal. Local-first, secure, and blazing fast.

user@crowman-cloud ~
~ _

Lightning Fast

Built with Rust for instant startup times and minimal resource usage.

Local First

All analysis happens locally on your machine. Your code never leaves your device.

Secure by Default

Automatic vulnerability scanning and secret detection before every deploy.

Deep Vulnerability Scanning

CrowmanCloud automatically detects project types, scans dependencies, and identifies security risks in real-time.

  • Automatic project type detection (Node.js, Rust, Python, etc.)
  • Dependency vulnerability scanning (OSV & OSS Index)
  • Secret detection and hash verification
  • Comprehensive security reporting (JSON, HTML, SARIF)
user@crowman-cloud ~
~ crowmancloud scan Desktop/myproject
Detected project types: Node.js
HASH 7c7bfc1178b4ae960267a47db29b7f3c65e83d346973a1af8a8ee5c678365fd6 /.claude/settings/kfc-settings.json
HASH 08b2f51bd898605f2f5548089c860e04f100e9847dada65627e2ae2f93136de0 /server.js
HASH 70d6eb6027d1b9cac7fa718c5c6fac4202c3f1c2cf22c456893ce318f6e2d560 /package-lock.json
HASH 0bacf0879c5d37f73e89a7774b0d072d5642f63089191b4c6db650651b3a9bca /controllers/complaintController.js
HASH 7acc052d5eb1d6f19271917b7ff77b5005c701d2a3d928d673a75c664bd011df /src/controllers/auth.controller.js
HASH 1e4b10b678d967e0974f5c9595c3c92756bb15b41a30b64cac3c5e4ac9063d93 /src/controllers/user.controller.js
HASH 070879359d6f3d009af04d7077560a11e09746dd9befeed67162bf77f692dab0 /src/controllers/vote.controller.js
HASH 2375f08bd0606365990abddf4b8e0eeb6b4a78454dfddf8c6924a2aaf5c7b633 /src/controllers/comment.controller.js
HASH 0d5134193ff9f444bb97c4eeccfbdf4e4fab2632b760176fb89d1b7b43048378 /src/routes/auth.routes.js
HASH 450734e7f4010c6d4ef7ca69add950740aafdabc87a363b56d6aea34957ee443 /src/routes/user.routes.js
HASH 78bc0d4707992a4f6dfb1530f0a9f828e812b8140f9597f9fbb93d8bb3b42770 /src/routes/vote.routes.js
HASH 2bcf27d3237ac56cff201ebeafcd80aee9118745ba8b42805fd2319b2e5c9089 /src/routes/comment.routes.js
HASH 94b7feb7d6ae7d0eb6755bafe65445f0f53f58dce69ff17cb57a19b0e648ac36 /src/app.js
HASH 77532a9ff94c16fa27aa52ce58b52d603d27cb663f7e9dc4d65c63e541926a40 /src/config/db.js
HASH a8e62ddb72cb81186579af9eba406e9afd079065d7c03dcaf90f346ec279dc6c /src/middleware/auth.middleware.js
HASH bb03edf65fb5083818bbdc89ff6b355d256e9c2a033218d849aadda214baebe9 /src/models/Complaint.js
HASH 52b35e0c7c9783943eb587c238256edb6b81946c5cdae22cd5e5905251053f95 /src/models/Comment.js
HASH 599625a031d122b58decf3dd3466bb1f176a546ed5f53259629acc9e29687d32 /src/models/User.js
HASH d9183ad3e4e42cba8f2a9d895badaf77dd7008fcdd41faa1fc775ba044a3b249 /src/models/Vote.js
HASH b66e8db21f750c6394412bee897cb4c7198c1c38bdd80bcd8d638318714ea700 /routes/complaintRoutes.js
HASH b9e41588c09976d665619bb3ff5622d1478d592620b59951f93bf765d9a1f1b7 /middleware/uploadMiddleware.js
HASH 377f749eb93e3dfd556983ba06ec5f182e7b7e678400a2b2b3b649505436fb07 /package.json
HASH c7d158f74f994f64f2f962f3d0e8b87c02d777ecad30193ecac1883506759a52 /models/Complaint.js
🔍 Checking for dependency manifests in: Desktop/myproject
✓ Found: package.json
Running Crowman Security Engines: Crowman Dependency Scanner
→ Running Crowman Dependency Scanner...
→ Running Crowman Dependency Scanner (OSV & OSS Index)...
🔍 Scanning for dependency manifests in: Desktop/myproject
📦 Found 4 Node.js dependencies in package.json
✓ Found 4 dependencies to scan
- package.json
🌐 Querying OSV.dev vulnerability database...
✓ OSV.dev found 16 vulnerabilities
🌐 Querying OSS Index vulnerability database...
✓ OSS Index found 0 vulnerabilities
✓ Crowman Dependency Scanner found 16 issues
Running internal Crowman rule engine...
✓ Internal rules found 22 issues
Total findings after deduplication: 38
✅ Scan completed successfully!
📊 Found 38 security findings
📋 To view detailed results:
crowmancloud json myproject
crowmancloud report --output report.html myproject