Skip to main content

Developer-first Security Simulator + Defense Engine — 32 OWASP rules, 6 defence layers, 100% detection

Project description

CyberSentry 🛡️

CI PyPI Python

Developer-first Security Simulator + Defense Engine

100% detection rate · 32 OWASP rules · 6 defence layers · Zero false positives

Install

pip install cybersentry-saud

Quick start

cybersentry doctor
cybersentry scan .
cybersentry explain SQLI-001
cybersentry score --critical 0 --high 2 --medium 5

6 Defence Layers

Layer Protects Against
IP Reputation Tor exits, Shodan, abusive ranges
Flood Guard DDoS, slow loris, body bombs
Bot Fingerprinting sqlmap, headless browsers, scrapers
OWASP Detection SQLi, XSS, CMDi, SSRF, XXE, JWT, LDAP, GraphQL, NoSQL
Honeypot + Tarpit /.env probes, auto-ban attackers
Security Headers HSTS, X-Frame-Options, CSP

32 Detection Rules

SQLi (6) · XSS (4) · CMDi (2) · Path Traversal (2) · SSRF (2) · SSTI (1) · Header (1) · XXE (3) · JWT (4) · LDAP (2) · GraphQL (3) · NoSQL (3)

Benchmark

Total attacks tested : 43
Blocked              : 43  (100%)
False positives      : 0

One-line middleware

from fastapi import FastAPI
from cybersentry.middleware.fastapi_hardened import HardenedMiddleware

app = FastAPI()
app.add_middleware(HardenedMiddleware, block_tor=True, flood_rpm=300)

CLI Commands

Command Description
cybersentry scan . Scan for secrets + CVEs
cybersentry attack <url> Simulate attacks
cybersentry score Security score 0-100
cybersentry explain SQLI-001 Learn + code fix
cybersentry rules List all 32 rules
cybersentry protect Middleware code
cybersentry report Security report
cybersentry doctor Check installation

License

MIT © 2026 saudbb8

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cybersentry_saud-0.2.1.tar.gz (75.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cybersentry_saud-0.2.1-py3-none-any.whl (86.9 kB view details)

Uploaded Python 3

File details

Details for the file cybersentry_saud-0.2.1.tar.gz.

File metadata

  • Download URL: cybersentry_saud-0.2.1.tar.gz
  • Upload date:
  • Size: 75.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for cybersentry_saud-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8f3c466fb3c0f618370ba7459467769260d06b26d5c35bd3eab22467db65939e
MD5 3042b559b429cb3897fe14e5ca194313
BLAKE2b-256 d7f98bf5525d4c2160f117bb667fccb00035d12a3b8d6f4985e2a28038263f99

See more details on using hashes here.

File details

Details for the file cybersentry_saud-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cybersentry_saud-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 831043d9502298ab1fe3021be6222c76489f1b6e82fbe9b27beed31e9500d74a
MD5 db67a5f1d6129a176716f489f5a28fe6
BLAKE2b-256 53bff2b29a4641f105412616ff521637d83dc2e2837d2661ef874c2c1e2ac14a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page