Tooling Examples
Tooling examples show how public utilities should describe their behavior. A user should be able to tell what a tool reads, what it writes, whether it stores data, whether it makes network requests, and what the practical limits are without reading the component source.
The standard is intentionally plain. A secure tool page does not need dramatic promises; it needs a clear processing boundary and predictable failure behavior.
Example Boundary Language
A local browser tool should state:
- input is processed in the current browser tab;
- no backend request is made;
- no persistent storage is used;
- file-size or input-size limits are enforced;
- output is generated locally;
- the tool is not a substitute for deeper review.
Future Downloadable Tools
Downloadable tooling examples will require additional fields: version, platform, SHA-256, signature, release notes, support boundary, expected permissions, and network behavior.
Example Standard
Example pages should teach format and judgment, not imply that the sample describes a real event. They should be safe to cite as public drafting references and safe to copy as structural templates after the details are replaced.