DarkPrint
OntologyGovernance

Cost & Risk

A shared schema for the permissions, budgets and blast-radius a blueprint declares — the input to the automated security score.

MVMara Veiga✦ validatorApr 22, 20261.8k downloads132 votes
#security#cost#permissions

About this ontology

The ontology behind the Security and Cost metrics. It types the scopes a blueprint requests (read, write, execute), the budget envelope it runs within, and the blast radius of each privileged action. The static analyzer reads these declarations straight off the graph to grade autonomy and security without running anything.

Node types3 kinds
Scope
A permission the blueprint requests (read/write/execute).
Budget
A token or wall-clock ceiling for a run.
BlastRadius
The reach of a privileged action if it goes wrong.
Edge types2 kinds
  • anyrequiresScope

    A node needs a given permission.

  • anybounded-byBudget

    A subgraph runs within a budget.