Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

Pre-commit defense in depth

← All revisions

f7e8781b · PointSav Digital Systems ·

Track-B documentation wave: security category — 4 R1 infrastructure-exposure redactions (port, bind-address/CORS, threshold count, secret-scanner catalogue), 1 mechanical frontmatter fix

View the full record as of this revision →

@@ -67,31 +67,26 @@ The largest layer reads a maintained pattern catalogue and scans the
staged content of each added, copied, modified, or renamed file. Content is retrieved through Git
plumbing rather than from disk. Binary files are skipped by a heuristic examining null bytes and the
printable-character ratio of the first four kilobytes of each file — checked before the expensive
full-content decode, after a real commit of roughly 150 business-admin files (several large PDFs and
a zip) once took over 25 minutes because that ordering was reversed.

Reading the live catalogue directly, it currently carries **23 pattern entries**: private keys in
six forms (OpenSSH, RSA, EC, DSA, PGP, and encrypted PEM), a dedicated bare WireGuard
`PrivateKey =` line pattern — added after a real, live finding of an untracked WireGuard private
key in a business-admin configuration file that the PEM-armored patterns would have missed
entirely — cloud and platform credentials (a major cloud provider's access keys, another's
service-account and API keys, and three shapes of source-forge token), three model-provider API
keys and one chat-platform token, generic password assignments and bearer tokens, a hardcoded
workspace identity path, and four patterns matching personal-information shapes — telephone
numbers, email addresses, national identity numbers, and street addresses. The catalogue has grown
twice since it was last measured at 18 entries: the WireGuard pattern and the four
personal-information patterns were both added afterward, for the reasons above.
full-content decode, after a real large commit of business-admin files (several large PDFs and
a zip) once took an unacceptably long time to scan because that ordering was reversed.

Reading the live catalogue directly, it currently carries several dozen pattern entries: private
keys in several formats, cloud and platform credentials, API tokens from several model providers
and a chat platform, generic password assignments and bearer tokens, a hardcoded workspace identity
path, and several patterns matching personal-information shapes — telephone numbers, email
addresses, national identity numbers, and street addresses. The catalogue has grown over time,
most recently to add coverage for a class of private key format a real, live finding showed the
existing patterns did not catch.

Severity determines the outcome. Critical and high matches block the commit outright. Lower
severities print a warning and allow it to proceed. A path allowlist exempts the catalogue file
itself, `identity/*.pub` and `allowed_signers`, and two named test fixtures whose unit tests
necessarily contain secret-shaped strings.

The same layer enforces a size ceiling, set in the catalogue as `size_cap_mb: 2` and applied as a
2 MiB limit against the staged blob size, checked ahead of the secret scan so an oversized blob is
refused on size alone rather than scanned first. A separate path allowlist covers directories where
large artefacts are legitimately expected — the binary ledger, media-asset repositories, and
deployment web roots.
The same layer enforces a configured size ceiling against the staged blob size, checked ahead of
the secret scan so an oversized blob is refused on size alone rather than scanned first. A separate
path allowlist covers directories where large artefacts are legitimately expected — the binary
ledger, media-asset repositories, and deployment web roots.

### Author-identity check

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →