# Bootstrap Audit Record Template # Variables: {{TIMESTAMP}}, {{NODE_NAME}}, {{OPERATOR_NAME}}, {{DOMAIN}} ## Metadata | Field | Value | |-------|-------| | Timestamp | {{TIMESTAMP}} | | Node | {{NODE_NAME}} | | Operator | {{OPERATOR_NAME}} | | Domain | {{DOMAIN}} | | Skill Version | 1.0.0 | ## Actions Performed {{ACTIONS}} ## Artifacts Created {{ARTIFACTS}} ## Verification Status {{STATUS}} ## Evidence Hashes | Artifact | BLAKE3 Hash | |----------|-------------| {{EVIDENCE_HASHES}} ## Signature Block This record should be: 1. Signed with the operator's GPG key 2. Committed to the secrets.git repository 3. Anchored to LAWCHAIN (if applicable) ### GPG Signature Command ```bash gpg --armor --detach-sign audit_record.md ``` ### Verification Command ```bash gpg --verify audit_record.md.asc audit_record.md ``` --- *Record generated by operator-bootstrap skill*