dotnet-sonarjs
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
eslint-plugin-sonarjspackage using the standard npm package manager. This is a well-known and widely used plugin for static code analysis in the JavaScript and TypeScript ecosystem. - [COMMAND_EXECUTION]: The skill utilizes standard command-line tools such as
ripgrep(rg) for searching files and identifying project structure, andnpx eslintfor validating the newly added linting configurations. These commands are typical for developer workflows and are used here within their intended scope for project setup and verification.
Audit Metadata