ab-testing
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides code for local Astro components (ABTest.astro and ABVariant.astro) that manage client-side experimentation without external dependencies.
- [SAFE]: Data persistence is restricted to localStorage for keeping variant assignments consistent for users, and the core rules explicitly forbid the collection or storage of Personally Identifiable Information (PII).
- [SAFE]: Analytics integration uses standard Google Tag Manager and GA4 patterns for tracking exposures and conversions. No suspicious network operations or unauthorized data exfiltration were found.
- [SAFE]: Statistical calculations for sample size and chi-squared analysis are implemented using standard mathematical logic in TypeScript.
- [SAFE]: No instances of prompt injection, code obfuscation, or privilege escalation were identified across the provided documentation and source code.
Audit Metadata