Skip to content
View KangaKode's full-sized avatar

Block or report KangaKode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KangaKode/README.md

Brian Carter

AI security engineer working on a simple premise: autonomous AI agents are a new class of insider. They hold credentials, access sensitive data, and act at machine speed, so they deserve the same treatment insider threat programs give people: behavioral baselines, anomaly detection, and verified evidence behind every claim.

I spent five years in insider risk investigations and detection engineering in high-adversary environments, including nation-state casework. Now I build the systems that apply that discipline to AI agents.

What I build

  • roundtable: multi-agent deliberation with adversarial safety agents, evidence-level enforcement, and hallucination rejection. The output-verification side of agent trust.
  • universal-agent-workflow-template: layered guardrails for AI-assisted development, from design gates to runtime hooks, secret scanning, and red-team review.
  • universal-agent-bootstrap: one-command installer for the workflow template's rules and quality tooling.

Principles

Evidence over confidence. Every claim carries a verifiable source. Agents check each other's work, and the system assumes any single agent can be wrong or compromised. Human judgment stays in the loop at the moments that matter.

Elsewhere

LinkedIn

Pinned Loading

  1. roundtable roundtable Public

    Multi-agent deliberation with built-in safety agents, evidence enforcement, and hallucination rejection. A security-first scaffold for AI agent projects in any domain.

    Python 1

  2. universal-agent-bootstrap universal-agent-bootstrap Public

    One-command installer for a Cursor guardrail rule pack: design-first rules, review and red-team prompts, plus local quality tooling (pre-commit, black, ruff, bandit).

    Shell

  3. universal-agent-workflow-template universal-agent-workflow-template Public

    Model-agnostic guardrails for AI-assisted development: design gates, Cursor rules, runtime hooks, pre-commit checks, CI security scanning, and expert-review prompts.

    Python