OntologyGovernance
Cost & Risk
A shared schema for the permissions, budgets and blast-radius a blueprint declares — the input to the automated security score.
#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
- any—requires→Scope
A node needs a given permission.
- any—bounded-by→Budget
A subgraph runs within a budget.