chore: Proxy mode without experimental tag (#147)

* chore: Proxy mode without experimental tag

* fix: Update proxy mode docs

* fix: Code review fixes
This commit is contained in:
Abhisek Datta
2026-02-02 12:58:28 +05:30
committed by GitHub
parent 4600ab0245
commit b5696f989f
10 changed files with 38 additions and 23 deletions
+2 -2
View File
@@ -23,12 +23,12 @@ skip_event_logging: false
# This is the number of days to retain event logs.
event_log_retention_days: 7
# Experimental proxy mode. Default is false.
# Proxy mode. Default is false.
# When enabled, PMG uses an experimental proxy-based interception approach instead of the
# default guard-based analysis. The proxy intercepts package manager requests in real-time
# and analyzes packages as they are downloaded. This is an experimental feature and may not
# work in all environments.
experimental_proxy_mode: false
proxy_mode: false
# Trusted packages are packages that are trusted by the user and will be ignored by the security guardrails.
# This is useful for packages that are known to be safe and are used in the application.