javascript-linter
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends the installation of standard, well-known packages from the NPM registry (e.g.,
eslint,@typescript-eslint/parser,biome). These are reputable sources in the JavaScript ecosystem. - [COMMAND_EXECUTION]: Provides standard commands for project initialization (
pnpm dlx eslint --init) and git hook setup (npx husky install). These are routine development activities. - [DATA_EXFILTRATION]: No evidence of unauthorized data access or external transmission. Examples for CI/CD use standard secret placeholders (e.g.,
${{ secrets.GITHUB_TOKEN }}). - [PROMPT_INJECTION]: No malicious override instructions or safety bypass patterns were identified.
Audit Metadata