← All projects
dedsec-ai·2024 — Present·NDA
DedSec.ai
Automated adversary emulation harness with hard-scoped execution.
AArchitecture
Red TeamPIPELINE
01Scope
02Planner
03Executors
04Audit Log
Python·TypeScript·LangChain·Docker·Kubernetes·PostgreSQL
BContext
Continuous validation of a security posture against a real adversary playbook is expensive when humans do it and dangerous when machines do it without bounds.
CApproach
A planning agent decomposes engagement objectives into TTP sequences; execution agents perform each step against the target. A governance layer validates every action against the authorized scope before it runs and writes an immutable audit trail.
DConstraints
- 01Every action validated against authorized scope before execution
- 02Full chain-of-custody audit trail
- 03No out-of-scope behaviour even under planner error
EStatus
- Active build. Used internally on training engagements.