Get Started
Install Console Sentinel
Choose your preferred installation method. Up and running in under 60 seconds.
CLI (npm)
Install the Console Sentinel CLI globally. Scan any site from your terminal.
npm install -g consolesentinel
View documentationDocker
Run Console Sentinel as a container — no Node.js install required.
docker pull ghcr.io/melhousen-solutions-dev/consolesentinel:latest
View documentationGitHub Action
Add Console Sentinel to your CI/CD workflow. Fail builds on quality regressions.
- uses: melhousen-solutions-dev/ConsoleSentinel@v3
with:
config: ./config/scan.json
View documentationTypeScript SDK
Embed scanning into your Node.js application programmatically.
npm install @consolesentinel/sdk
View documentationPython SDK
Integrate Console Sentinel into Python workflows and automation scripts.
pip install consolesentinel
View documentationQuick Start
# Install
npm install -g consolesentinel
# Scan a site
consolesentinel scan --url https://example.com
# Scan with a config file
consolesentinel scan --config ./scan.json
System Requirements
- ▸Node.js 18+ — for CLI and TypeScript SDK
- ▸Python 3.9+ — for Python SDK only
- ▸Docker — for containerized deployments (includes all dependencies)
- ▸OS: Windows, macOS, or Linux