Skip to content

Conversation

@ahouseholder
Copy link
Contributor

This draft constructs a multi-layered decision model to reflect the AIVSS SSVC decision.

The Execution Power, Environment & Adaptation, and Predictability & Influence decision tables were added to prevent having a $3^{12} = 541k$ table to define the Agentic Impact Level decision table.

flowchart TB
subgraph aivsssub[AIVSS SSVC]
subgraph ailsub[Agentic Impact Level]
subgraph execsub[Execution Power]
  dp1[Autonomy of Action]
  dp2[Tool Use]
  dp3[Self-Modification]
  dp4[Goal-Driven Planning]
  exec[Execution Power]
end
subgraph envsub[Environment & Adaptation]
dp5[Memory Use]
dp6[Contextual Awareness]
dp7[Dynamic Identity]
dp8[Multi-Agent Interactions]
env[Environment & Adaptation]
end
subgraph predsub[Predictability & Influence]
dp9[Non-Determinism]
dp10[Opacity & Reflexivity]
dp11[Verification Capability]
dp12[Deceptiveness Potential]
pred[Predictability & Influence]
end
ail[Agentic Impact Level]
end
exploitation[Exploitation]
systemic[Systemic Impact]
aivss[AIVSS]
dsoi[Defer,Scheduled,Out-of-Cycle,Immediate]
end
dp1 --> exec
dp2 --> exec
dp3 --> exec
dp4 --> exec
dp5 --> env
dp6 --> env
dp7 --> env
dp8 --> env
dp9 --> pred
dp10 --> pred
dp11--> pred
dp12 --> pred
exec --> ail
env --> ail
pred --> ail
exploitation --> aivss
ail --> aivss
systemic --> aivss
aivss --> dsoi
Loading

@ahouseholder
Copy link
Contributor Author

Preview available at https://certcc.github.io/SSVC-staging/howto/aivss/

ahouseholder and others added 20 commits November 21, 2025 15:09
Squashed commits:
[d4850706] WIP commit: refactoring decision table graph labeling
[bd8b92de] WIP commit: refactoring decision table graph labeling
[8b70d33d] WIP commit: refactoring decision table graph labeling
This reverts commit 15c2038. (+3 squashed commits)
Squashed commits:
[e25a0bdf] reverse graphviz
[3e034793] Revert "Add graphviz dependencies to build process"

This reverts commit eaca399.
[44a9dd26] Refactor graph labeling functions for improved clarity and error handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants