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 like document.startViewTransition and React's flushSync.
  • [OBFUSCATION] (SAFE): All code and documentation are in plain text without encoding, zero-width characters, or homoglyphs.
Audit Metadata
Risk Level
LOW
Analyzed
Feb 15, 2026, 11:36 PM