dotnet-eslint
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the 'eslint' package and associated plugins from the npm registry. This is a standard operation for configuring development environments.
- [COMMAND_EXECUTION]: Executes 'npm install' and 'npx eslint' to set up and run linting tasks. These commands are typical for JavaScript/TypeScript development and are used here as intended for project maintenance.
- [DATA_EXPOSURE]: Reads project-specific files like 'package.json', 'tsconfig.json', and ESLint configuration files. This data access is necessary for the tool to function and does not involve sensitive user credentials or system files.
Audit Metadata