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/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
docs/releasing.md
docs/report-format.md
docs/roadmap.md
docs/rules.md
docs/threat-model.md
docs/assets/hero.svg
schemas/receipt.schema.json
schemas/report.schema.json
src/sharelint/__init__.py
src/sharelint/__main__.py
src/sharelint/_version.py
src/sharelint/cli.py
src/sharelint/context.py
src/sharelint/demo.py
src/sharelint/filesystem.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.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_limits.py
tests/test_pack_receipt.py
tests/test_privacy_and_determinism.py
tests/test_recursive_provenance.py
tests/test_schemas.py
tests/test_security_regressions.py
tests/test_synthetic_helpers.py