coverage
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git diff --name-onlyandgit diff -U0 --no-colorto detect local modifications in the repository context. - [COMMAND_EXECUTION]: The skill runs
npm run test:ciandnpm run coverage:reportto trigger the project's existing testing and coverage generation scripts. - [SAFE]: Data processing is limited to parsing the local
coverage/lcov.infofile and reporting uncovered line numbers to the user, with no external data transmission.
Audit Metadata