README.md
1 # @helper/web-core 2 3 Internal workspace package for utility code that is useful outside the app: 4 5 - HTTP fetch safety guard (SSRF protection) 6 - external/untrusted content wrapping and marker sanitization 7 - generic cache and timeout helpers used by web tools 8 9 This package is currently `private` and consumed in-repo. The structure is 10 kept publish-ready so we can version and ship it later without a disruptive 11 move.