Skip to main content

fors33-scanner

CI Release PyPI Docker Tag Docker Pulls License

High-speed file integrity and baseline scanner. Walks one or more roots, measures data gravity (bytes), and classifies large files as attested or unattested based on sibling sidecar presence (.f33, .sig, .asc, .sha256, .sha512, .blake3, .md5, .pem). Emits checksum baselines (Hash Filename format), CSV, or JSON for use with fors33-verifier.

Trust model: The scanner is an O(1) discovery and liability mapping tool based on sidecar presence only. It does not validate Ed25519 signatures or cryptographic proof of baselines. For full cryptographic verification, use fors33-verifier.

Legal: Fors33 Scanner quantifies attestation coverage only. It does not establish, guarantee, or certify regulatory compliance. See DISCLAIMER.md and full legal terms at fors33.com/legal.

For structured package context, see LLM_CONTEXT.md.

Release notes & version history

v0.9.2 (2026-09-02)

  • Packaging: PyPI and Docker Hub short description use Fors33 Scanner file-integrity wording (not "liability scanner").

v0.9.1 (2026-08-21)

  • GitHub Action: Fors33 Scanner with GHCR pin ghcr.io/fors33-official/fors33-scanner:v0.9.1. No file uploads to Fors33.
  • Brand: operator-visible banners say Fors33 Scanner (not Liability Scanner).

v0.9.0 (2026-08-14)

  • Cooperative cancel: optional should_cancel= on scan_roots / execute_scan (raises ScanCancelled).
  • has_sidecar on walks: unverified samples record a skip-ext sibling that did not confer attestation; execute_scan keeps the flag.
  • --tsa-url: sets FORS33_TSA_URL for downstream seal tooling; the scanner does not request timestamps.

v0.8.4 (2026-07-02)

  • Baseline single-file roots: execute_scan(..., wants_baseline=True) on a file path now emits baseline records (previously returned zero candidates).

v0.8.3 (2026-07-02)

  • Unified release semver: Git tags, PyPI, workflow_dispatch version, and Docker images all use vX.Y.Z (e.g. v0.8.3, :v0.8.3).

v0.8.2 (2026-07-02)

  • BagIt scan alignment with L3dgr extension: shared manifest_core helpers; payload members under BagIt data/ count as attested during directory walks.
  • is_epoch_upload_companion_basename in hash_core (epoch bundle companion skips).

0.8.1 (2026-05-10)

  • Backward-compatible stats (pre-0.8.0 accounting): --legacy-scanner-stats or FORS33_SCANNER_LEGACY_STATS=1 restores single-file below-threshold skipped_files counting and treats .blake3 siblings as not conferring external attestation coverage (library: legacy_scanner_stats bundles both; below_threshold_single_file_counts_skipped and recognize_blake3_sidecar remain available separately on scan_roots / execute_scan).

0.8.0 (2026-05-10)

  • Single-file parity with L3dgr: _scan_single_file uses stat(..., follow_symlinks=False), os.scandir sibling discovery with is_file(follow_symlinks=False), skips when the root basename is itself a recognized sidecar suffix, and applies to scan_roots as well as execute_scan.
  • .blake3 is part of _ATT_EXTS so BLAKE3 companions classify as external attestation coverage.
  • Below-threshold single-file paths no longer bump skipped_files (silent skip, extension-style).

0.7.1 (2026-05-10)

  • has_sidecar on unverified samples: ScanStats.add_unverified_sample(..., *, has_sidecar=False) records "has_sidecar": "true" or "false" on each sampled unattested path (same shape as the L3dgr extension) for downstream re-seal UX.
  • Supply chain: Docker images from publish-fors33-scanner attach SBOM and SLSA provenance (sbom: true, provenance: mode=max). Pin by digest for regulated deployments.

0.7.0 (2026-05-01)

  • Single-file scanning roots, sidecar parity (.f33, .sig, .asc, checksum sidecars, etc.), baseline/JSON/JSONL on single-file paths, stricter --strict-audit and zero-byte threshold behavior.

0.6.0 (2026-04-16)

  • hash_core mmap ceilings, cgroup alignment, worker cap 64, default_dpk_worker_count() / FORS33_DPK_MAX_WORKERS.

0.5.0 and 0.4.0

  • --strict-audit, unverified_paths_sample, --tsa-url, JSONL multi-root metadata, --max-exposure, --emit-jsonl, --max-depth. Full text: CHANGELOG.md.

Release model

  • Docker publish is manual via GitHub Actions workflow_dispatch with explicit version = vX.Y.Z (e.g. v0.8.3) and push_latest; bare X.Y.Z is rejected. It does not run automatically on git tags alone. PyPI releases use the same vX.Y.Z string in pyproject.toml (python -m build, twine upload).

Install

pip install fors33-scanner

Usage

Scan the current directory (default root) with a 1 MB threshold:

fors33-scanner --threshold-mb 1.0

Scan multiple roots:

fors33-scanner --root /var/log --root /data/telemetry --threshold-mb 10

Emit JSON instead of human output (for CI, pipelines):

fors33-scanner --root /data --json

Fail CI/CD when exposure breaches policy threshold:

fors33-scanner --root /data --max-exposure 5.0 --json

Throttle hashing workers for shared runners:

fors33-scanner --root /data --workers 2

Stream SIEM-ready JSONL events (records + summary):

fors33-scanner --root /data --emit-jsonl -

Depth-limit traversal (0=root only, 1=root + direct children):

fors33-scanner --root /data --max-depth 1

Strict audit (fail on permission or file-lock errors instead of skipping):

fors33-scanner --root /data --strict-audit

Single-file scanning:

# Scan a single file
fors33-scanner --root /path/to/file.csv

# Scan a single file with baseline generation
fors33-scanner --root /path/to/file.csv --emit-checksums baseline.txt

# Scan a single file with JSON manifest
fors33-scanner --root /path/to/file.csv --emit-json manifest.json

Single-file mode accepts individual file paths in addition to directories, enabling direct scanning of specific files without directory traversal. By default it recognizes all attestation sidecar extensions (.f33, .sig, .asc, .sha256, .sha512, .blake3, .md5, .pem) for parity with directory scanning.

Pre-0.8.0 stats (below-threshold single-file roots bump skipped_files, and .blake3 siblings are not counted as external attestation):

fors33-scanner --root /data --legacy-scanner-stats

Equivalent: set FORS33_SCANNER_LEGACY_STATS=1.

Record TSA endpoint for tooling that reads FORS33_TSA_URL:

fors33-scanner --tsa-url https://tsa.example.com/rfc3161

Worker count: positive --workers wins; otherwise a positive FORS33_WORKERS; otherwise default_dpk_worker_count() (uses cpu_count and optional FORS33_DPK_MAX_WORKERS). Non-positive values mean auto. Hard cap 64.

Large-file hashing uses FORS33_MMAP_MIN_MB / FORS33_MMAP_MAX_MB (defaults 500 / 4000), clamped to cgroup/RAM ceiling on Linux; optional FORS33_MMAP_PSI_SOME_AVG10_MAX disables mmap under memory pressure.

For production Docker or CI, pin a semver image tag or immutable digest instead of relying on :latest alone.

GitHub Action (CI/CD)

Use Fors33 Scanner on the runner. No file uploads to Fors33. Inputs match action.yml: root (default workspace), threshold-mb, json (true for JSON summary). Pin a digest for regulated CI.

- name: Scan coverage
  uses: fors33-official/fors33-scanner@v0.9.2
  with:
    root: .
    json: 'true'

Optional policy fail: pass --max-exposure via a follow-on docker run of the same pinned image. Directory/sidecar verify belongs to Fors33 Verifier, not this Action.

Generate checksum baseline (sha256, sha512, or blake3 per --algo):

fors33-scanner --root /data --emit-checksums fors33_baseline.sha256
fors33-scanner --root /data --algo sha512 --emit-checksums fors33_baseline.sha512

Emit CSV or JSON baseline (compatible with fors33-verifier):

fors33-scanner --root /data --emit-csv fors33_baseline.csv
fors33-scanner --root /data --emit-json fors33_baseline.json

Add compliance exposure text to human output (default is strictly mathematical):

fors33-scanner --root /data --compliance-report

Exit codes

  • 0: successful scan / threshold not breached
  • 1: exposure threshold breach (--max-exposure)
  • 2: invocation/parameter misuse, or --strict-audit I/O access failure
  • 130: user interrupted scan (Ctrl+C)

Output

Default human output (mathematical only):

[FILE COUNT]    : 14,205
[TOTAL BYTES]   : 2.1 TB
[ATTESTED]      : 48 files, 4.1 GB
[UNATTESTED]    : 264 files, 2.1 TB
[ELAPSED]       : 4.20s

Safety and scope

  • Read-only: does not modify files or sidecars.
  • Scan-only: O(1) discovery; baseline generation uses streaming chunked hashing.
  • Excludes common dirs (.git, node_modules, venv, etc). Respects .f33ignore and --ignore-pattern / --exclude-dir.
  • Legal notice prints to stderr on startup so data/JSON streams on stdout remain parse-safe.

Docker

Published images:

  • Hub: docker.io/fors33/fors33-scanner
  • GHCR (Action image pin): ghcr.io/fors33-official/fors33-scanner
docker run --rm ghcr.io/fors33-official/fors33-scanner:v0.9.2 --root /data --threshold-mb 1.0
# or
docker run --rm docker.io/fors33/fors33-scanner:v0.9.2 --root /data --json

Published images include SBOM and build provenance metadata (expand Release notes & version history near the top of this README). Pin a version tag or immutable digest in production pipelines.

JSONL contract

  • --emit-jsonl PATH emits one flat JSON object per line.
  • Multi-root scans include both root_index and root_path in each scan_record.
  • timestamp represents hash completion time.
  • Final line is scan_summary with aggregate stats and scan parameters.
  • If --emit-jsonl - and --json are both requested, JSONL takes precedence on stdout.
  • unverified_paths_sample entries (JSON/JSONL consumers): each row includes path, status, and has_sidecar ("true" / "false") since 0.7.1 for integration with seal/re-seal workflows.

Requirements

Python 3.9+. Optional blake3 for BLAKE3 hashing. Linux, macOS, Windows.

License

MIT License. Copyright (c) 2026 Fors33, Inc. See LICENSE. Legal and regulatory boundaries: DISCLAIMER.md and fors33.com/legal.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fors33_scanner-0.9.2.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fors33_scanner-0.9.2-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

Details for the file fors33_scanner-0.9.2.tar.gz.

File metadata

  • Download URL: fors33_scanner-0.9.2.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for fors33_scanner-0.9.2.tar.gz
Algorithm Hash digest
SHA256 aea4a3b34ff5af0361deb198aec91af81a7d39e0cd5b821cca583d10ea140b13
MD5 81838196664d9db9fd48e1a5fb717060
BLAKE2b-256 a682f859e33baf32d0a137dfe545a5923990b47aa8fa654eaa668899da6eb822

See more details on using hashes here.

File details

Details for the file fors33_scanner-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: fors33_scanner-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for fors33_scanner-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 faed628396856929c0feff8d09796b2b0138200b331302f59e51866f53a1fde7
MD5 5a6a1af54ab7b7826fda7e7e1e596a93
BLAKE2b-256 7aba16d4c8b17b98a8d84f1dd0b4dc2b167a26627258fafcbecff798e9d84c67

See more details on using hashes here.

Release history Release notifications | RSS feed

0.10.0

2 files

This release

0.9.2 This release

2 files

0.9.1

2 files

0.9.0

2 files

0.8.4

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page