diff --git a/index.bs b/index.bs
index 91337f2f..bd7371bd 100644
--- a/index.bs
+++ b/index.bs
@@ -394,7 +394,9 @@ No information from the underlying platform is exposed directly. An execution ti
Note: The group is soliciting further input on the proposed execution time analysis fingerprinting vector and will augment this section with more information and mitigations to inform the implementers of this API.
-Implementers of this API are expected to be familiar with the WebGPU Privacy Considerations.
+This API mitigates against timing attacks that rely on data caching or persistence by not intrinsically supporting custom shader authoring. Instead, the API builds upon pre-existing shaders and lower level primitives of the browser or the underlying OS. Web developers who interface with {{GPUDevice}} are expected to be aware of WebGPU compilation cache considerations.
+
+In general, implementers of this API are expected to be familiar with the WebGPU Privacy Considerations.
Ethical Considerations {#ethics}
===================================