audit-accessibility
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local shell command
pnpm exec eslintto run static analysis on component source files. This is a standard development workflow for identifying accessibility rule violations. - [INDIRECT_PROMPT_INJECTION]: The skill performs auditing by reading and processing external component source code (
.ts,.css, and.test.axe.tsfiles). - Ingestion points: Files located in
projects/core/src/<component>/are read into the agent's context usingReadandGreptools. - Boundary markers: None identified. The skill does not include specific delimiters or instructions to ignore embedded content within the source files.
- Capability inventory: The agent has the capability to read local files, execute shell commands (ESLint), and perform grep searches.
- Sanitization: No sanitization or filtering is applied to the content of the source files before processing.
Audit Metadata