.editorconfig
.pre-commit-hooks.yaml
CHANGELOG.md
CITATION.cff
COMMERCIAL-LICENSE.md
CONTRIBUTING.md
Dockerfile
LICENSE
LICENSE-SUMMARY.md
MANIFEST.in
README.md
SECURITY.md
STATE.md
mypy.ini
pyproject.toml
schemas/picosentry-scan-result.schema.json
scripts/bundle-advisories.py
scripts/ci.sh
scripts/download-advisories.sh
scripts/generate_release_evidence.py
scripts/generate_sbom.py
scripts/load_test.py
scripts/management-server.py
scripts/schema_diff_check.py
scripts/sign-advisories.sh
scripts/verify-docker-digest.sh
scripts/verify-slsa.sh
scripts/verify_release.sh
src/picosentry/__init__.py
src/picosentry/__main__.py
src/picosentry/_network.py
src/picosentry/advisory.py
src/picosentry/audit.py
src/picosentry/auth.py
src/picosentry/cache.py
src/picosentry/cli.py
src/picosentry/config.py
src/picosentry/corpus_governance.py
src/picosentry/corpus_share.py
src/picosentry/crypto.py
src/picosentry/daemon.py
src/picosentry/detection_quality.py
src/picosentry/engine.py
src/picosentry/enterprise.py
src/picosentry/fleet.py
src/picosentry/guards.py
src/picosentry/ioc_registry.py
src/picosentry/logging.py
src/picosentry/management.py
src/picosentry/metrics.py
src/picosentry/models.py
src/picosentry/policy.py
src/picosentry/policy_lifecycle.py
src/picosentry/py.typed
src/picosentry/tenant.py
src/picosentry/workspace.py
src/picosentry.egg-info/PKG-INFO
src/picosentry.egg-info/SOURCES.txt
src/picosentry.egg-info/dependency_links.txt
src/picosentry.egg-info/entry_points.txt
src/picosentry.egg-info/requires.txt
src/picosentry.egg-info/top_level.txt
src/picosentry/corpus/generate_npm_top.py
src/picosentry/corpus/npm_top_packages.json
src/picosentry/corpus/advisories/npm-critical-advisories.json
src/picosentry/corpus/ioc/colors_js.json
src/picosentry/corpus/ioc/crossenv.json
src/picosentry/corpus/ioc/event_stream_3.3.6.json
src/picosentry/corpus/ioc/left_pad.json
src/picosentry/corpus/ioc/nx_typosquat.json
src/picosentry/corpus/ioc/shai_hulud.json
src/picosentry/corpus/ioc/ua_parser_js.json
src/picosentry/docs/rules/L2-ADV-001.md
src/picosentry/docs/rules/L2-BUND-001.md
src/picosentry/docs/rules/L2-CRED-001.md
src/picosentry/docs/rules/L2-DEPC-001.md
src/picosentry/docs/rules/L2-ENGIN-001.md
src/picosentry/docs/rules/L2-FORK-001.md
src/picosentry/docs/rules/L2-IOC-001.md
src/picosentry/docs/rules/L2-LICENSE-001.md
src/picosentry/docs/rules/L2-LOCK-001.md
src/picosentry/docs/rules/L2-MAINT-001.md
src/picosentry/docs/rules/L2-MANI-001.md
src/picosentry/docs/rules/L2-MANI-002.md
src/picosentry/docs/rules/L2-NETEX-001.md
src/picosentry/docs/rules/L2-OBFS-001.md
src/picosentry/docs/rules/L2-OBFS-002.md
src/picosentry/docs/rules/L2-OBFS-003.md
src/picosentry/docs/rules/L2-OBFS-004.md
src/picosentry/docs/rules/L2-PNPM-001.md
src/picosentry/docs/rules/L2-POST-001.md
src/picosentry/docs/rules/L2-PROV-001.md
src/picosentry/docs/rules/L2-SIDELOAD-001.md
src/picosentry/docs/rules/L2-TYPO-001.md
src/picosentry/docs/rules/L2-WORM-001.md
src/picosentry/docs/rules/README.md
src/picosentry/formatters/__init__.py
src/picosentry/formatters/cyclonedx.py
src/picosentry/formatters/github.py
src/picosentry/formatters/json_fmt.py
src/picosentry/formatters/ml_context.py
src/picosentry/formatters/sarif.py
src/picosentry/formatters/table.py
src/picosentry/rules/__init__.py
src/picosentry/rules/advisory_check.py
src/picosentry/rules/bundled_shadow.py
src/picosentry/rules/credential_read.py
src/picosentry/rules/dep_confusion.py
src/picosentry/rules/engine.py
src/picosentry/rules/fork_drift.py
src/picosentry/rules/ioc_detection.py
src/picosentry/rules/license.py
src/picosentry/rules/lockfile_drift.py
src/picosentry/rules/maintainer_change.py
src/picosentry/rules/manifest.py
src/picosentry/rules/network_exfil.py
src/picosentry/rules/obfuscation.py
src/picosentry/rules/pnpm_config.py
src/picosentry/rules/pnpm_lock_parser.py
src/picosentry/rules/post_install.py
src/picosentry/rules/provenance.py
src/picosentry/rules/sideloading.py
src/picosentry/rules/typosquat.py
src/picosentry/rules/utils.py
src/picosentry/rules/worm_propagation.py
tests/test_action_exit_code.py
tests/test_advisory_extended.py
tests/test_audit.py
tests/test_auth.py
tests/test_auth_rbac_tls.py
tests/test_baseline.py
tests/test_benchmark.py
tests/test_cache_governance.py
tests/test_cli.py
tests/test_cli_extended.py
tests/test_cli_unit.py
tests/test_config.py
tests/test_config_integration.py
tests/test_corpus_governance.py
tests/test_corpus_share_extended.py
tests/test_crypto.py
tests/test_crypto_integration.py
tests/test_cyclonedx_extended.py
tests/test_daemon.py
tests/test_daemon_extended.py
tests/test_dashboard_rbac.py
tests/test_detection_quality.py
tests/test_deterministic_output.py
tests/test_docs.py
tests/test_engine.py
tests/test_enterprise.py
tests/test_fleet.py
tests/test_github.py
tests/test_guards.py
tests/test_init_and_sarif.py
tests/test_ioc_detection_extended.py
tests/test_ioc_registry_extended.py
tests/test_license.py
tests/test_logging_and_audit.py
tests/test_management.py
tests/test_network_exfil.py
tests/test_obfuscation_extended.py
tests/test_pnpm_lock_parser.py
tests/test_policy_extended.py
tests/test_policy_lifecycle.py
tests/test_realistic_fixtures.py
tests/test_scanner.py
tests/test_sideloading.py
tests/test_tenant.py
tests/test_tenant_isolation.py
tests/test_timeout_plugin.py
tests/test_v0130_fixes.py
tests/test_v091_fixes.py
tests/test_workspace.py
tests/test_worm_propagation.py