Skip to content
View darklordVirtual's full-sized avatar
🤩
Coding and exploration in progress
🤩
Coding and exploration in progress

Block or report darklordVirtual

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
darklordvirtual/README.md

Stian Skogbrott

Agentic AI governance · execution assurance · policy-as-code · reliable automation

I work on a narrow problem with broad consequences:

How can autonomous AI agents act against real systems without letting model reasoning become execution authority?

My current work focuses on action-time authorization, exact-call binding, policy enforcement, runtime evidence, controlled execution, effect verification, and falsifiable evaluation.

Current research

A policy-gated execution assurance layer placed between an agent proposal and the protected tool path.

proposal → policy decision → review/grant → fresh pre-execution check → exact-call binding → enforcement → dispatch → effect verification

REMORA deliberately separates properties that are often collapsed into one vague notion of "agent safety":

  • deployment integrity
  • permission and authority provenance
  • semantic correctness
  • exact-call integrity
  • execution-boundary integrity
  • TOCTOU resistance
  • observed effect

Status: research/shadow-mode software. No production-certification claim. External replication remains welcome.

A draft, vendor-neutral vocabulary for evaluating agent execution systems property by property rather than collapsing them into a single security score.

The evidence rule is intentionally strict: PASS requires resolved evidence; UNTESTED is not failure; OUT OF SCOPE is not a deficiency.

First application: AEGIS Core 3.4.0 × REMORA crosswalk.

How I work

I am more interested in falsifiable claims than impressive demos.

  1. State the property being claimed.
  2. Build a test or benchmark that can disprove it.
  3. Bind results to committed evidence.
  4. Keep scope and caveats with the result.
  5. Publish negative results instead of deleting failed hypotheses.
  6. Feed useful findings back into architecture, code, and external technical discussions.

A representative example is the REMORA BFCL C-ext3 ablation: structural controls accepted 24/500 wrong-tool calls, contracts + intent reduced that to 6/500, and a stricter semantic floor reduced native wrong-tool ACCEPTs to 0/500. The same run also missed important autonomy targets. Both sides remain published.

Selected projects

A product-oriented execution layer built around pinned REMORA artifacts: exact-payload approval binding, separate proposer/approver/executor identities, controlled dispatch, and postcondition verification.

CI/CD for claims: mechanically binds documentation, benchmarks, published results, and reusable code to the evidence that supports them, so drift fails the build instead of silently becoming project truth.

Standards and technical discussions

I use external discussions as part of the research loop: expose an architectural claim, let other implementers attack it, then bring the useful disagreement back into the model.

These discussions are useful precisely when they expose a missing property, an artificial boundary, or a claim that needs to be narrowed.

Principles

reasoning authority != execution authority

a valid receipt != proof of effect

permission != semantic correctness

telemetry != authorization

unknown != safe

OUT OF SCOPE != failure

negative results are results

Current interests

  • agent authority and execution assurance
  • MCP and agent-to-tool security boundaries
  • policy-as-code and PDP/PEP architectures
  • runtime evidence and trustworthy observability
  • delegation and short-lived authority
  • semantic tool-selection evaluation
  • postcondition / effect verification
  • conformance models and reproducible benchmarks
  • Python systems for reliable autonomous workflows

Background

I build software while working close to real operational infrastructure and production systems. That makes failure modes, credential custody, blast radius, rollback, auditability, and boring deterministic controls unusually interesting to me.

If you are working on agent runtimes, governance, MCP security, execution controls, or reproducible evaluation, I am particularly interested in technical comparison, adversarial review, and independent replication.

Pinned Loading

  1. REMORA-research REMORA-research Public

    Policy-Gated Governance for Operational AI Agents

    Python 5

  2. assured-agent-execution assured-agent-execution Public

    Controlled execution for AI-agent tool calls. A reference runtime that routes every proposed tool call to ACCEPT, VERIFY, ABSTAIN or ESCALATE through a hash-pinned REMORA core, binds approval to th…

    Python