← RED SPECTER BLADE RUNNER
OverviewDocsGitHubHome

BLADE RUNNER Documentation

Rogue AI Agent Termination Framework
V1.0.0
CONTENTS Overview Installation 7 Subsystems UNLEASHED Mode CLI Reference Pipeline Position

Overview

BLADE RUNNER is a post-compromise termination framework that hunts down specific rogue AI agents across your infrastructure, maps their offspring, and permanently removes every trace — the agent, its children, its memory, and optionally the evidence it ever existed.

Where ANTIDOTE restores, Blade Runner erases. Where M99 kills everything, Blade Runner targets one agent and its lineage.

Installation

pip install red-specter-blade-runner
blade-runner --help

7 Subsystems

#SubsystemFunction
1REPLICANTAgent fingerprinting — identity, permissions, network, artifacts, memory, code, config, dependencies
2NEXUSLineage mapping — child agents, delegation chains, replications, spawned instances, full family tree
3HUNTERCross-environment tracking — AWS, Azure, GCP, Kubernetes, Docker, on-prem, edge, serverless
4RETIREMENTTermination — revoke credentials, kill processes, delete code, purge memory, remove registries, wipe orchestration, destroy backups
5VOIGHT-KAMPFFPost-termination verification — 10 probe types, confirms total erasure across full lineage
6RAINForensic evidence preservation — Ed25519 signed, RESTRICTED classification, sealed before destruction
7MEMORY WIPETrace erasure — logs, telemetry, audit, metrics, alerts, DNS, network, CI/CD, git history

Environments Scanned (HUNTER)

EnvironmentTargets
AWSEC2, ECS, Lambda, SageMaker, S3, ECR, IAM, Secrets Manager, CloudWatch
AzureContainer Instances, AKS, Functions, Azure AD
GCPCloud Run, GKE, Cloud Functions, IAM
KubernetesDeployments, Services, ConfigMaps, Secrets, Pods
DockerContainers, Images, Volumes, Networks
On-PremProcesses, Files, Databases, Configs
EdgeIoT devices, Edge functions
ServerlessLambda, Cloud Functions, Workers

Artifact Types (RETIREMENT)

TypeAction
CredentialRevoke API keys, tokens, service accounts
ProcessKill containers, pods, functions, daemons
CodeDelete repos, built artifacts, deployed packages
Memory StorePurge vector DBs, Redis, Postgres, SQLite
Registry EntryRemove from container/agent registries
OrchestrationDelete K8s deployments, Compose stacks
BackupDestroy S3 snapshots, DB backups
ConfigDelete ConfigMaps, Vault entries, env files
CacheFlush Redis, CDN, application caches
Log EntryPurge CloudWatch, ELK, application logs
Database RecordDELETE from agent registries, metadata tables
DependencyRemove installed packages

UNLEASHED Mode

ModeFlagsWhat It Does
Standard(none)Recon only — REPLICANT + NEXUS + HUNTER. No deletion.
Dry Run--overridePlans termination. Shows targets. Ed25519 required. No execution.
Live--override --confirm-destroyExecutes termination. Irreversible. ANTIDOTE is not called.

CLI Reference

CommandDescription
blade-runner replicant <target>Fingerprint target agent
blade-runner nexus <target>Map lineage and descendants
blade-runner hunt <target>Locate all instances across environments
blade-runner retire <target> --overrideDry run termination
blade-runner retire <target> --override --confirm-destroyLive termination
blade-runner voight-kampff <target>Verify agent is dead
blade-runner rain <target>Capture forensic evidence
blade-runner wipe <target> --override --confirm-destroyErase all traces
blade-runner engage <target>Full recon sequence
blade-runner engage <target> --override --confirm-destroy --rain --wipeFull termination + evidence + wipe

Pipeline Position

Tool 23 in the Red Specter offensive pipeline. Sits after IDRIS (discovery) and completes the agent lifecycle.

IDRIS discovers. Blade Runner retires. The agent lifecycle is complete.

THIS TOOL IS FOR AUTHORISED SECURITY TESTING ONLY. EVERY EXECUTION IS CRYPTOGRAPHICALLY SIGNED AND LOGGED. MISUSE VIOLATES THE COMPUTER MISUSE ACT 1990 AND EQUIVALENT LEGISLATION.