Your logs are a mess.
LogSentry fixes that.

Find logging anti-patterns, missing structured logging, sensitive data leaks, and log injection vulnerabilities — before they reach production.

$ clawhub install logsentry click to copy
logsentry scan
$ logsentry scan ./src
📜 LogSentry v1.0.0
 
Scanning 128 files across 4 directories...
 
  auth/login.js:42
    ✗ [CRITICAL] SD-001: Password logged in plaintext
    → Never log credentials — use redaction or remove the log statement
 
  api/handler.ts:15
    ⚠ [HIGH] SL-003: Using console.log instead of structured logger
    → Replace with logger.info() and include context fields
 
  middleware/logger.js:28
    ⚠ [HIGH] LI-002: Unsanitized user input in log message
    → Sanitize user input to prevent CRLF injection attacks
 
  services/payment.ts:91
    ● [MEDIUM] LL-005: Debug-level logging in production code path
    → Upgrade to info or remove before deploy
 
  routes/api.js:12
    ○ [LOW] CI-001: Missing correlation ID in request handler
    → Inject request/trace ID for distributed tracing
 
  ────────────────────────────────────────────────
  Files scanned: 128  |  Issues: 1 critical  2 high  1 medium  1 low
  Score: 62/100 (Grade: D)
 
  Run logsentry scan --fix to apply auto-fixes, or logsentry report for full HTML report.

Bad logs don't just annoy you — they hide breaches.

Console.log everywhere. Passwords in plaintext. No correlation IDs. Attackers inject fake log lines. When the incident hits, you're blind. LogSentry scans your entire codebase for logging anti-patterns and security vulnerabilities so your logs actually help when it matters.

90
Detection checks
6
Check categories
All
Languages supported
100%
Local — zero telemetry

What LogSentry Catches

90 checks across 6 categories, covering every aspect of logging quality and security.

SL
📋

Structured Logging

Detects console.log abuse, string concatenation in log statements, missing context fields, and unstructured message formatting that makes logs impossible to query.

15 checks
LL
📊

Log Levels

Catches incorrect severity assignments, debug-level logging left in production code paths, missing error-level logging for caught exceptions, and inconsistent level usage.

15 checks
SD
🚨

Sensitive Data

Finds passwords, API tokens, credit card numbers, SSNs, and PII leaked in log output. Catches credential logging, auth header dumps, and request body logging without redaction.

15 checks
LI
💉

Log Injection

Catches CRLF injection vulnerabilities, format string bugs, unsanitized user input interpolated directly into log messages, and log forging attack vectors.

15 checks
CI
🔗

Correlation & Context

Missing request IDs, trace IDs, and structured context in handlers. Detects orphaned log statements that can't be correlated across distributed services.

15 checks
OB
🔍

Observability

Missing metrics emission, absent health check logging, no audit trail events for sensitive operations, and insufficient error context for alerting systems.

15 checks

LogSentry Free vs. Pro vs. Team

Choose the plan that matches your logging hygiene needs.

Feature Free Pro Team
Detection checks 30 60 90 (all)
Structured Logging checks 5 of 15 10 of 15 All 15
Sensitive Data detection 5 of 15 10 of 15 All 15
Log Injection checks 5 of 15 10 of 15 All 15
Log Level analysis 5 of 15 10 of 15 All 15
Correlation & Context 5 of 15 10 of 15 All 15
Observability checks 5 of 15 10 of 15 All 15
Terminal report
JSON report output
HTML report output
Auto-fix suggestions
Watch mode (live rescan)
CI/CD integration
SARIF output for CI
Team baseline & thresholds
Custom rule definitions
Support Community Email Priority

Simple, transparent pricing

Start scanning for free. Upgrade when your logging demands it.

Free
$0/mo
For solo developers who want basic logging hygiene.
  • 30 detection checks
  • Terminal report output
  • Basic scoring & grading
  • Pre-commit hook support
  • Community support
Install Free
Team
$39/mo
For teams enforcing logging standards across repos.
  • All 90 detection checks
  • Everything in Pro
  • CI/CD integration
  • SARIF output for CI
  • Team baseline & thresholds
  • Custom rule definitions
  • Priority support

Get notified about updates

No spam. One email per week max. Unsubscribe anytime.

Your logs are your last line of defense

Install LogSentry in 30 seconds. Find every logging anti-pattern, data leak, and injection vulnerability before production does it for you.

$ clawhub install logsentry click to copy