diff
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to perform git operations such as stashing local changes and switching branches (
git stash,git checkout). These are used to establish a baseline for accessibility comparison. It also uses a dynamic context injection pattern!git symbolic-ref ...in the metadata to determine the repository's default branch at load time. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute@accesslint/chromeand@accesslint/cli. These are vendor-owned packages used for their intended purpose of accessibility scanning and are considered safe. - [SAFE]: The skill's behavior is consistent with its stated purpose. It provides clear notifications to the user before modifying the local git state and ensures the working tree is restored after the audit.
Audit Metadata