Tenant isolation in the data layer
Isolation is enforced where the data lives rather than by remembering to add a filter in application code. A missing predicate returns nothing, not someone else's rows.
Security & architecture
Regulated retail software gets judged on the day something goes wrong. These are the structural choices that determine how that day goes — described plainly, so you can ask hard questions on the call.
Isolation is enforced where the data lives rather than by remembering to add a filter in application code. A missing predicate returns nothing, not someone else's rows.
Authorization decisions are evaluated against explicit policy rather than scattered conditionals, so what a role can do is something you can read rather than infer.
Audit events are canonicalized, Merkle-rooted, signed, and chained to the previous anchor. Verification recomputes the root, so an altered history fails the check.
Terminals enroll with proof of possession and bind to a store. A device removed from the floor is not a working register somewhere else.
Offline operation, local queuing, and idempotent replay are part of the transaction model, which is why reconnecting reconciles rather than duplicates.
Operational activity is published through a transactional outbox, so an event is either committed with its transaction or not at all.
Verifiable audit
Most audit logs are a table the vendor can edit. Ours is a hash chain: each anchor commits to a Merkle root over its events and references the previous root. Recomputing the root is how you check it, and a mismatch is a failure rather than a warning.
Engineering practice
Architecture only holds if the day-to-day discipline does.
SMOKESTACK is pre-general-availability and we are not going to claim certifications we have not completed. If your procurement process needs specific attestations, raise it early and we will tell you honestly where we stand.
Security review, architecture deep-dive, or a walkthrough of how the audit chain verifies — we would rather have that conversation than a feature tour.