view-transitions
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOW
Full Analysis
- [PROMPT_INJECTION] (SAFE): No attempts to override system instructions or bypass safety filters were found in the documentation or code comments.
- [DATA_EXFILTRATION] (SAFE): The skill does not perform network operations, access sensitive file paths, or handle credentials. It is focused entirely on local UI transitions.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill relies on standard, trusted libraries (
react-router,react-dom). No remote scripts or unverifiable packages are downloaded at runtime. - [REMOTE_CODE_EXECUTION] (SAFE): No use of
eval(),exec(), or subprocess spawning. The code uses standard browser APIs likedocument.startViewTransitionand React'sflushSync. - [OBFUSCATION] (SAFE): All code and documentation are in plain text without encoding, zero-width characters, or homoglyphs.
Audit Metadata