form-accessibility
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and React/TypeScript utility scripts focused on UI accessibility. Analysis of the code and metadata shows no signs of malicious intent, data exfiltration, or unauthorized command execution.
- [EXTERNAL_DOWNLOADS]: The documentation references
@axe-core/react, which is a well-known and trusted automated accessibility testing library. No untrusted or suspicious external dependencies are used. - [COMMAND_EXECUTION]: The provided scripts focus on DOM manipulation for focus management and ARIA attribute binding. There are no subprocess calls or shell command executions beyond standard package manager installation instructions in the documentation.
- [DATA_EXPOSURE]: No hardcoded credentials, sensitive file path access, or network requests were found in the analyzed files.
- [DYNAMIC_EXECUTION]: The
focus-manager.tsscript includes a utility to inject CSS into the document head for focus scroll margins. This is a legitimate UI technique and does not involve the execution of untrusted code strings.
Audit Metadata