You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(security): mark path/ssrf guards as standalone, not wired to enforcement
path-guard.js and ssrf-guard.js (CORE-SU.A3) are exported from
permissions/index.js but are not called by OperationGuard.guard() and
are not registered as a PreToolUse hook. No write path or outbound
request is validated by these guards automatically today.
Add the same standalone-library notice prompt-guard.js already carries
so callers don't assume runtime enforcement is active. No logic changed.
Epic: docs/framework/epics/core-super-update/EPIC-CORE-SUPER-UPDATE.md
0 commit comments