webperf-interaction
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The script
scripts/Scroll-Performance.jsoverrides the globalEventTarget.prototype.addEventListenermethod. This is used to monitor and log whether scroll and touch event listeners are registered as passive, which is a standard performance auditing technique to identify potential causes of scroll jank. - [DATA_EXFILTRATION]: The
scripts/Long-Animation-Frames-Helpers.jsfile contains functionsexportJSONandexportCSVthat allow users to download collected performance data. These functions use the browser'sBlobAPI and simulated anchor clicks to save data locally; no network requests are made to send this data to external servers. - [SAFE]: All scripts utilize standard browser APIs such as
PerformanceObserverto tracklong-animation-frame,event,layout-shift, andlongtaskentries. The behavior of the scripts is consistent with the skill's stated purpose of performance analysis and debugging.
Audit Metadata