Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOFA

BOFA

CI License Python Scripts Flows

BOFA is an open execution fabric for authorized security workflows, evidence and policy-gated AI copilots.

Its current promise is simple:

BOFA makes authorization travel with every run, from a local workstation to an ephemeral cloud worker.


Try BOFA In 2 Minutes

If you want to feel BOFA before wiring real targets, run the bundled offline demo workspace:

git clone https://github.com/descambiado/BOFA
cd BOFA
pip install -r requirements.txt
python tools/demo_bounty_workspace.py --fresh

That generates a real workspace with:

  • scope imports
  • observed URLs and API routes
  • disclosed reports
  • analyst notes
  • snapshots and deltas
  • findings and review queue exports

The demo leaves human-readable output under data/demo_bounty_workspace/summary/ plus BOFA runtime artifacts under data/demo_bounty_workspace/runtime/reports/workspaces/.


Why BOFA Exists

Most security stacks can run recon.

BOFA is trying to get better at something harder:

  • keeping memory per program
  • importing public intelligence and local notes
  • building a target graph from surface data
  • detecting deltas between snapshots
  • scoring novelty and duplicate risk
  • turning noisy findings into a short manual review queue
  • keeping evidence, artifacts and run history attached to the same workflow

If you are tired of collecting obvious duplicates, that is the part of BOFA to care about first.


Flagship Workflow

  1. Create a bounty workspace for one program.
  2. Import scope, disclosed reports, URL lists, Burp sitemap exports, JS endpoints or manual notes.
  3. Analyze the workspace.
  4. Review:
    • What Changed
    • Novelty Queue
    • Duplicate Risk
    • Review Queue
  5. Execute skills like delta_recon, duplicate_risk, surface_regression or manual_handoff.
  6. Export evidence and keep runtime history tied to the workspace.

Walkthrough:


AI Without Hand-Waving

BOFA is designed to support AI as a copilot over real evidence, not as a substitute for evidence.

  • Ollama, LM Studio and vLLM stay local; remote providers are explicit
  • the same runtime can drive CLI, API, web UI and MCP-friendly workflows
  • the LLM proposes actions, but deterministic policy controls execution
  • remote model use requires per-request consent before workspace data leaves BOFA

Execution Fabric

The v3 alpha adds a deny-by-default path for local, OCI and remote work:

  • persisted authorization grants with exact scope, expiry and quotas
  • human approval bound to the run
  • canonical JobSpecs signed with Ed25519
  • pinned worker images, restricted networking and mandatory teardown
  • replay protection and hashed worker receipts
  • local-only dispatch until a real remote provisioner is connected

Architecture:


Quick Start

Full local stack

git clone https://github.com/descambiado/BOFA
cd BOFA
pip install -r requirements.txt
npm install
./bofa.sh

Frontend only

npm run dev

Verification

python tools/verify_runtime_hardening.py
python tools/verify_runtime_catalog.py
python tools/verify_control_plane.py
python tools/verify_bounty_system.py
python tools/verify_auth_security.py
python tools/verify_execution_fabric.py
python tools/verify_worker_protocol.py
python tools/verify_ai_control.py
python tools/verify_execution_api.py
python tools/demo_bounty_workspace.py --fresh
npm run lint
npx tsc --noEmit -p tsconfig.app.json
npm run build

Main Components

Duplicate-aware bounty

  • bounty workspaces
  • imports for scope, disclosed reports, URL lists, Burp sitemap, JS endpoints and notes
  • target graph
  • snapshots and surface deltas
  • novelty findings
  • duplicate-risk scoring
  • clustered review queue
  • bounty skills for tactical analysis

Runtime and evidence

  • unified runs, steps, labs, events and artifacts
  • scope and capability policy with signed execution manifests
  • local, OCI and remote execution profiles
  • portable worker protocol for ephemeral containers and VMs
  • timeline persistence
  • runtime cancellation and retry lineage
  • evidence export per run
  • signed bundles with offline verification

Interfaces

  • CLI for local operation
  • FastAPI backend
  • React web UI
  • MCP server
  • security agent with run_skill support
  • execution fabric status and AI locality UI

What BOFA Is Not Pretending To Be

BOFA already has useful operational pieces, but this is the honest framing:

  • the runtime and evidence layers are the strongest production-facing pieces
  • the labs and some educational surfaces are still educational-first
  • the bug bounty system is the flagship growth direction
  • BOFA does not auto-report to HackerOne
  • BOFA does not yet rely on authenticated HackerOne API access
  • BOFA does not yet center browser-authenticated crawling in the bounty core
  • BOFA does not include a hosted cloud provisioner in this alpha
  • remote execution profiles remain disabled until a pinned image and dispatcher exist

That honesty matters more than hype.


Bounty Skills

Current workspace-native bounty skills include:

  • program_intel
  • disclosed_report_graph
  • delta_recon
  • js_api_diff
  • authz_matrix
  • duplicate_risk
  • report_novelty_gate
  • surface_regression
  • manual_handoff

These are designed for a copilot workflow, not blind autopilot.


Repository Health

Current direction:

  • fewer contradictory claims
  • more verification
  • more workspace memory
  • better evidence
  • better novelty and duplicate-aware prioritization
  • faster time-to-value for new users

Status page:

Changelog:


Responsible Use

Use BOFA only on systems you own or are authorized to assess.

This project is for:

  • bug bounty and security research under program rules
  • authorized pentesting
  • local security labs and learning
  • defensive validation and reproducible evidence workflows

Useful Links

Releases

Packages

Used by

Contributors

Languages