Skip to content

RFC: Endpoint Sensor / Kinetic Layer for Policy Self-Modification Detection (RSAC Gap 1) #8

@MoltyCel

Description

@MoltyCel

Background

RSAC 2026 identified three critical gaps in agent identity frameworks.
MolTrust closes Gap 2 (delegation) and Gap 3 (ghost agents) this week.

Gap 1 remains open across all vendors including us:

An authorized agent modifies the policy governing the agent's own behavior.
Every identity check passes. The action is authorized. Nobody detects it.

The Problem

MolTrust operates at the identity/authorization layer:

  • W3C DID (who is the agent)
  • AAE (what is the agent allowed to do)
  • Trust Score (how has the agent behaved)

What we cannot see: what the agent actually does at runtime on the endpoint.
Detecting policy self-modification requires a kinetic layer —
process-tree monitoring, file change detection, or equivalent.

What We're Looking For

Two possible approaches:

Option A — Integration with existing endpoint sensors
If you're building or operating an endpoint sensor / EDR that can track
agent process activity, we'd like to explore how MolTrust trust scores
and AAE constraints could feed into your detection logic.

Use case: Agent with AAE actions_denied: ["policy.modify"] triggers
a file write to a security config → your sensor fires → MolTrust records
a policy_violation_attempt IPR.

Option B — Test environment / honeypot
We'd like to build a controlled test environment where a MolTrust-registered
agent deliberately attempts policy self-modification.
Looking for partners who can provide:

  • Process-level monitoring for Python/Node.js agents
  • File integrity monitoring
  • Or equivalent observability tooling

What MolTrust Provides

  • W3C DID + VC for the test agent
  • AAE with explicit actions_denied: ["policy.modify", "config.write"]
  • IPR recording for every agent action
  • Trust Score that degrades on violation detection
  • Open source reference implementation

How to Collaborate

Comment below or reach out at security@moltrust.ch

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions