Skip to main content

Tool Templates

Required Page Disclosures

  • Whether processing is local-only.
  • Whether any data is persisted.
  • Whether any network request is made.
  • Input size assumptions.
  • Browser API dependencies.
  • Security limitations.

Default Constraints

No third-party runtime scripts, no telemetry, no hidden storage, no remote submission, and no unsafe inline script requirement beyond framework runtime requirements.

Implementation Gate

A future tool should have a documented boundary before code is added. The implementation contract should cover processing location, network behavior, storage behavior, input limits, browser APIs, CSP compatibility, accessibility expectations, and failure behavior. This keeps tools useful without turning the site into an unreviewed application platform.