CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
MANIFEST.in
README.md
README.zh-CN.md
SECURITY.md
SUPPORT.md
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/scripts/run_unittest.py
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
docs/README.md
docs/architecture.md
docs/configuration.md
docs/expansion-plan.md
docs/platform-support.md
docs/releasing.md
docs/report-format.md
docs/roadmap.md
docs/rules.md
docs/stability.md
docs/threat-model.md
docs/troubleshooting.md
docs/verification.md
docs/assets/hero.svg
docs/releases/v1.0.0.md
docs/releases/v1.1.0.md
docs/releases/v1.2.0.md
requirements/release-build.txt
requirements/standalone-build.txt
schemas/receipt.schema.json
schemas/report.schema.json
scripts/PORTABLE_README.txt
scripts/THIRD-PARTY-NOTICES.txt
scripts/__init__.py
scripts/build_portable.py
scripts/check_pypi_release.py
scripts/native-license-catalog.json
scripts/normalize_sdist.py
scripts/standalone_entry.py
scripts/verify_portable.py
scripts/verify_release_assets.py
scripts/verify_wheel.py
src/sharelint/__init__.py
src/sharelint/__main__.py
src/sharelint/_version.py
src/sharelint/cli.py
src/sharelint/config.py
src/sharelint/context.py
src/sharelint/demo.py
src/sharelint/documents.py
src/sharelint/extended_attributes.py
src/sharelint/filesystem.py
src/sharelint/input_io.py
src/sharelint/models.py
src/sharelint/packing.py
src/sharelint/privacy.py
src/sharelint/py.typed
src/sharelint/reporters.py
src/sharelint/rules.py
src/sharelint/scanner.py
src/sharelint/verification.py
src/sharelint/windows_streams.py
src/sharelint.egg-info/PKG-INFO
src/sharelint.egg-info/SOURCES.txt
src/sharelint.egg-info/dependency_links.txt
src/sharelint.egg-info/entry_points.txt
src/sharelint.egg-info/requires.txt
src/sharelint.egg-info/top_level.txt
src/sharelint/scanners/__init__.py
src/sharelint/scanners/archive.py
src/sharelint/scanners/detect.py
src/sharelint/scanners/image.py
src/sharelint/scanners/ooxml.py
src/sharelint/scanners/path.py
src/sharelint/scanners/pdf.py
src/sharelint/scanners/text.py
tests/__init__.py
tests/bootstrap.py
tests/cli_harness.py
tests/contract.py
tests/helpers.py
tests/test_archive_safety.py
tests/test_cli_contract.py
tests/test_config.py
tests/test_extended_attributes.py
tests/test_input_races.py
tests/test_limits.py
tests/test_pack_receipt.py
tests/test_portable_build.py
tests/test_privacy_and_determinism.py
tests/test_pypi_recovery.py
tests/test_recursive_provenance.py
tests/test_release_assets.py
tests/test_schemas.py
tests/test_sdist_reproducibility.py
tests/test_security_regressions.py
tests/test_synthetic_helpers.py
tests/test_verification.py
tests/test_windows_streams.py