System Operational

The deterministic
security buffer
for modern applications.

Tracehound isolates your application from runtime anomalies. It provides a frozen, crash-proof runtime that enforces security policies with zero variance.

Zero-Allocation
Hot Path
100%
Determinism
ISO
Compliant
0
Dependencies

How Tracehound Works

Every request flows through a deterministic pipeline. No decisions. No variance. Just security.

Scent
Rate Check
Signature
Agent
PASS → AppRequest proceeds normally
QUARANTINE → Cold StorageEvidence preserved, request blocked
Ready

Why Tracehound?

Your WAF blocks threats. We quarantine and preserve the evidence so you can analyze, comply, and prove what happened.

01

Threat Quarantine

When your WAF flags a threat, we capture and isolate it. Your app stays clean. The evidence stays intact.

02

Immutable Audit Chain

Every quarantined request is SHA-256 signed and Merkle-chained. Tamper-proof records for SOC2, HIPAA, and incident response.

03

Decision-Free by Design

We never guess. External detectors decide what's a threat — we just quarantine what they flag. Zero false positive risk.

04

Cold Storage Export

Evidence flows to S3, R2, or GCS automatically. Retention policies you define. No manual archiving.

05

SIEM Integration

Push events to Splunk, Elastic, or Datadog. Your SOC sees threats in real-time without polling.

06

Bounded Memory

Priority-based eviction ensures critical evidence survives. No memory leaks. No OOM crashes. Ever.

Get started in 60 seconds

Three lines of code. That's all it takes to start quarantining threats.

app.ts
import { createAgent, createQuarantine } from '@tracehound/core'

// Initialize with defaults
const quarantine = createQuarantine({ maxCount: 1000 })
const agent = createAgent({ quarantine })

// In your middleware
app.use((req, res, next) => {
  const result = agent.intercept(createScent(req))

  if (result.status === 'quarantined') {
    return res.status(403).json({ error: 'Blocked' })
  }

  next()
})
$ npm install @tracehound/core
Read the full guide →
In Development

Meet Argos,
your runtime watchdog.

Know when your app starts misbehaving — before your users do. Event loop lag, memory spikes, unexpected slowdowns. Argos catches the drift.

Event loop monitoring
Anomaly detection
<1% CPU overhead
argos status
Runtime Status HEALTHY
Event Loop Lag 12ms
Heap Usage 64%
Sampling Mode ADAPTIVE
No anomalies detected in the last 24h

Simple per-service pricing.

No request counting. No surprise bills. One price per logical service.

Community

Developer / POC

Free
  • Single instance (local state)
  • Core protections (Rate Limit, Agent)
  • In-memory state only
  • Non-commercial or Revenue < $5k/mo
  • Cold Storage
  • Notification API
  • Support

Best for: Developers, Hobbyists, POC

For Growing SaaS

Pro

Growing SaaS

$79 / month per service
  • Single instance
  • Notification API (SIEM, SOC, webhooks)
  • Async Codec (streaming compression)
  • Evidence Export (S3, R2, GCS)
  • Retention & Eviction Policies
  • Email Support (24h SLA)
  • Commercial License

Best for: Growing SaaS, Bootstrapped Startups

Enterprise

Cluster / High Scale

$499+ / month
  • Multi-Instance (Redis coordination)
  • Distributed state
  • SIEM Integration (Splunk, Elastic, Datadog)
  • Compliance Reports (SOC2, HIPAA)
  • Priority Support / Slack
  • SLA Guarantee
  • Argos included

Best for: Scale-up, Fintech, High-Traffic E-commerce

SEPARATE PRODUCT

Argos Runtime Observer

Event loop monitoring, runtime behavior analysis, anomaly detection.
Works standalone or as Tracehound add-on.

$49/mo
Standalone
+$29/mo
With Pro tier
Get started with Argos

Ready to secure your runtime?

Start with the free Community tier.
Upgrade when you're ready to go to production.

No credit card required. Community tier is free forever for non-commercial use.