Security Scanning

SAST · Dependency Audit · Secret Detection · Penetration Testing

SAST Scan

No scan results yet. Run a scan to get started.

Penetration Test

No pentest results yet. Run a pentest to get started.

Loading…

Run from the command line

# SAST + dependency + secret + header scan

npm run security:scan

# Black-box HTTP penetration tests (requires dev server)

npm run security:pentest

# Both scans in sequence

npm run security:full

# Target a staging environment

PENTEST_BASE_URL=https://staging.taackk.com npm run security:pentest