Skip to content
View noah-ing's full-sized avatar

Block or report noah-ing

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.

Content in all repositories owned by your account will be closed.
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
noah-ing/README.md

Noah Ingwers

I build security and evaluation infrastructure for agentic systems — software that makes authority explicit, evidence reproducible, and failure modes legible.

U.S. person · no sponsorship required · TPM / TEE / MCP policy · Python + TypeScript

Selected work

  • Attested Capability Broker — Independent reference experiment using released AgenTrust components to bind TPM-appraised platform state and authenticated agent identity to a short-lived, minimal-scope MCP capability with at-most-once redemption.
  • Resource-Bound Authorization — Independent reference implementation of resource audience enforcement, action binding, explicit delegation attenuation, and at-most-once redemption, with reproducible Compose procedures.
  • confined-tool-execution — Linux tool-process confinement: workspace and audience from the capability; denied open/connect emit a record. Not a container runtime.
  • GoldKey Guard — Policy-bound authorization receipts and a local, fail-closed enforcement path for privileged agent actions.
  • SENTINEL — Reproducible prompt-injection evaluation and explicit policy gating for tool-using agents.
  • raptor-trace — TRACE replay-transfer evidence, validators, and working note for the AI Agent Security competition.
  • EMAP — Artifact-grounded experiments on multi-agent architectures under hard token budgets.

Upstream

  • cMCP — Consolidated TPM NV parsing on a shared API and added portable reference fixtures.
  • Agent Manifest — Added shared, typed parsing for TPM NV attestations.
  • cA2A — Added an official Python A2A SDK loopback example, integration documentation, and transport regression tests.
  • Framework integrations — Improved LangGraph callback interoperability and added released-framework coverage.
  • Reef — Improved release-read responsiveness during long-running evolution.

Engineering principles

Least privilege · Explicit authorization · Reproducible evaluation · Auditable interfaces

Python · TypeScript/JavaScript · systems security

Pinned Loading

  1. attested-capability-broker attested-capability-broker Public

    Independent reference experiment: TPM-appraised platform state and authenticated agent identity to an at-most-once, minimal-scope MCP capability

    Python

  2. resource-bound-authorization resource-bound-authorization Public

    Independent reference implementation of resource-bound capability issuance, attenuation, and at-most-once redemption.

    Python

  3. goldkey goldkey Public

    Policy-enforced execution gateway for AI agents, with locally verified MCP/HTTPS/EVM actions and signed authorization receipts.

    JavaScript

  4. SENTINEL SENTINEL Public

    Benchmark and middleware for detecting prompt injection in tool-using AI agents, with a 95-case corpus and layered defenses.

    Python

  5. agentrust-io/cmcp agentrust-io/cmcp Public

    cMCP: Confidential MCP Gateway. Hardware-attested policy enforcement for MCP tool calls.

    Python 26 21

  6. raptor-trace raptor-trace Public

    TRACE: replay-transfer evidence, validators, and working note for the AI Agent Security competition

    Python