II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:slash-security-review
/security-review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:slash-security-review",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/claude-code-slash-commands-extended.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "/security-review",
"description": "Trigger a security-focused review pass — looks for injection, auth/\nauthz gaps, secret handling, deserialization, SSRF, unsafe deps.\n",
"kind": "slash-command",
"surface": "slash-command",
"category": "interaction-primitive-category:control",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:slash-security-review",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-security-review",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:slash-security-review",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/security-review"
}
}
}
]
}