Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
sentrygrid — ML-driven threat detection and continuous monitoring platform built for federal zero trust architectures. | Kitploit
Tools/GitLabGitLab/kreotic/sentrygrid
Defensive ToolsCloud SecurityMachine LearningIncident ResponseAnomaly DetectionLog Analysis
GitLabkreotic/sentrygrid

sentrygrid

ML-driven threat detection and continuous monitoring platform built for federal zero trust architectures.

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SentryGrid

ML-driven threat detection and continuous monitoring platform built for federal zero-trust architectures. OSCAL-native, FedRAMP Moderate-aligned, hash-chained audit, three-model anomaly ensemble.

Quick start

root@kitploit:~
make setup        # install bun + python deps
make dev-up       # bring up the local stack via docker compose
make dev          # turbo dev across workspaces
make smoke        # end-to-end smoke test

Open http://localhost:3000 for the dashboard.

Documentation

PathPurpose
docs/platform.mdEngineer onboarding entry point — start here
docs/architecture.mdMaster technical specification
docs/deep-dive.mdStrategic positioning and market context
docs/design.mdVisual design system
docs/runbooks/Operations, DR, deployment, cost management
compliance/OSCAL artifacts, threat models, KSI mappings, DFDs

Toolchain

  • Bun 1.1+ — JS/TS package manager, script runner, test runner.
  • Turborepo 2 — task graph and remote caching across the JS/TS workspaces.
  • Biome 1.9 — single linter and formatter for TypeScript, JavaScript, and JSON.
  • TypeScript 5.6 — strict mode everywhere. No any, no untyped functions.
  • uv + ruff + mypy — Python toolchain for the feature, detection, training, and compliance services.
  • Rust 1.82 — used in services/audit-sink/ for the hash-chained audit log writer.

Repository layout

root@kitploit:~
apps/         # Next.js apps — marketing site and analyst dashboard
services/     # Backend services — api, alert-engine, audit-sink, ...
packages/     # Shared types and design tokens
infra/        # Docker, Helm, Terraform, OPA, demo deployment
compliance/   # OSCAL, threat models, FedRAMP KSI mappings, DFDs
eval/         # Datasets, performance harness, DR test, smoke tests
docs/         # Architecture, design, runbooks, deep dive

License

UNLICENSED — proprietary to Kreotic, Inc.

Download Tool