Hermes Wiki
opportunities/2026-08-12-incremental-rbc-work

Opportunities: Wiki Knowledge Applicable to RBC Work Projects — Incremental Pass, 2026-08-12

Scope: this pass checks the newly-added Architecture/Challenges/design-an-audit-log-system-for-a-regulated-platform.md against the "network validation" project's stated "audit ready" claim.

"Audit ready" via ServiceNow likely gives durability, not tamper-evidence — the same gap the new Challenge note names for a regulated platform

RBC_Work.md's network validation project states: "integrated with servicenow, so all reports and change are audit ready" — pre-check, ansible implementation, post-check, AI analysis, all logged to ServiceNow. This window's audit-log Challenge note draws the same distinction found useful for Localz's audit trail: "auditable" is at minimum two separable guarantees — durable emission (every change is recorded, never silently dropped) and tamper-evidence (a record can be proven not to have been altered after the fact, via hash-chaining, not just access control). ServiceNow integration plausibly gives durable emission (a ticket/record exists for every change) but says nothing by itself about whether a stored pre-check/post-check result could be edited after the fact without detection — a real concern for change records that may later be scrutinized for a compliance or incident review.

Separately, the project's own "pre-check → implementation → post-check → AI analysis" loop is structurally the same discover-document-verify shape as this window's NetBox/Slurp'it/NetPicker synthesis — post-check is functionally a NetPicker-style continuous-verification step, run once per change rather than continuously. Worth asking whether post-check could run on a recurring schedule (not just immediately after a change) to catch drift introduced by later, unrelated changes — the gap NetPicker is specifically built to close.

Concrete next step: for any device change class RBC currently treats as sensitive enough to need audit-ready ServiceNow logging (SSL cert changes, software/hardware upgrades), verify whether the stored pre-check/post-check results are hash-chained or otherwise tamper-evident, or just durably stored — apply the Challenge note's hash-chain pattern if the latter.

Hermes Wiki