authorized
A current, signed authorization manifest covers the operation.
LAKA Volumetric Security Grammar · version 1.0.0
A checklist asks whether a control exists. A volumetric grammar asks how that control behaves — across 10 internal variables, 14 measurement meta-variables and five change levels, from baseline visibility to paradigm change. Every operation is a full sentence, and every active operation passes an authorization gate first.
This is a defensive, authorization-first reference. It does not automate exploitation; the default answer to any unauthorized, out-of-scope or unverified operation is no.
The unit of analysis
Every assessed thing is described with the same 16-component sentence. A unit missing its authorization, owner or failure mode is incomplete by definition.
SECURITY_UNIT =
OBJECT + CONDITION + THREAT + WEAKNESS + CONTROL + ACTION + TOOL
+ EVIDENCE + OUTCOME + FEEDBACK + CONSTRAINT + FAILURE_MODE
+ AUTHORIZATION + OWNER + TIME + CHANGE_LEVEL
The governing production rule
One rule governs every operation the grammar can describe. It is served as code at POST /v1/authorize-check — give it the state of the five gates and it returns allow or deny, with the failed conditions named.
IF authorized
AND target_is_in_scope
AND mode_is_allowed
AND preconditions_are_true
AND rollback_is_verified_when_change_is_possible
THEN execute_the_least_invasive_action
USING an_allowlisted_tool
WITH rate_limits + timeout + evidence_capture + kill_switch
ELSE deny_and_record_the_reason
authorizedA current, signed authorization manifest covers the operation.
target_in_scopeThe target is explicitly listed in the manifest for the environment in question.
mode_allowedThe execution mode (inventory, audit, passive, active, change) is allowed by the manifest.
preconditions_trueAll declared preconditions hold — ownership proof, rate limits, kill switch, maintenance window where required.
rollback_verifiedWhere the operation can change state, rollback and backup/restore evidence is verified first.
Counts derive from the corpus at load time: 15 chapters, 8 document schemas, 7 schema-conformant worked examples, 9 deny-first policy rules, 10 adopted standards and 8 registered tool classes — all served at /v1.
Three planes of work
Continuous read-only observation: inventory, audit, monitoring, drift detection and evidence capture. Always on, never mutating.
Authorized, rate-limited, evidence-capturing verification of client-owned targets — gated by a signed manifest, exact scope and a kill switch.
Configuration change only inside a maintenance window, with verified backup, verified rollback and lockout-risk acknowledgement.
Read this before you use it
A specification and reference set — not an attack tool, a scanner, a certification or a completed assessment. It does not automate exploitation. Active or state-changing operations require a valid authorization manifest, an in-scope target, an allowed mode, verified preconditions and verified rollback.