Skip to content

Define explicit authorization for releasing confidential data and derived outputs #660

Description

@imran-siddique

Parent tracker: agentrust-io/.github#41

Problem and scope

A tool or ordinary API outside the approved confidential boundary may require a deliberate disclosure. Current sink ceilings in merged #657 conservatively propagate known labels; they do not decide whether a model-generated summary is safe to declassify.

Define a generic release-authorization contract before implementing one policy adapter. Model judgment is not an authorization source.

Acceptance criteria

  • Bind authorization to a principal with release authority, the recipient/audience, data or derivation scope, purpose where enforced, validity and policy version.
  • Distinguish unchanged confidentiality, authorized disclosure and unavailable evidence. Unknown labels or missing authorization cannot silently become a release.
  • Specify how derived outputs retain restrictions and what independently authorized transformation, if any, may lower them.
  • Bind approval to the actual released bytes or a precisely defined transformation contract; test output/recipient substitution, replay and policy changes.
  • Test prompt-injection attempts that ask the model to relabel or summarize secrets for an unapproved sink.
  • Record the boundary change without leaking the protected contents into audit evidence, and state that disclosure cannot be undone.

Relationships

Builds on #657 and depends on confinement for a deployment-wide claim. Reuse existing principal/delegation semantics from #568 and existing human-approval mechanisms where applicable. This issue does not authorize any disclosure itself.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions