All findings are false positives from the 'obfuscated source' heuristic. The flagged patterns (Function( regexes, \u2028/\u2029/\uFEFF escapes, String.fromCharCode, long URLs, descriptive long identifiers) are normal, legitimate code in ESLint's AST utilities, whitespace rules, escape-sequence parser, and linter core. No malicious behavior (theft, exfil, RCE, C2, etc.) is present.
AI breakdown
Plain-English summary of what this package does and how it behaves.
eslint is an AST-based pattern checker for JavaScript that provides a CLI tool and API for linting code according to configurable rules.
Capabilities
- Provides eslint CLI via bin/eslint.js
- Includes extensive set of linting rules in lib/rules
- Supports npm scripts for build, test, and lint tasks
- Depends on cross-spawn for process spawning
Data access
- Filesystem
- None observed for environment variables or other sensitive data
Network
- No network access observed
Standard development tool with many dependencies and repeated static findings of obfuscated source files; review findings and dependencies before use in production environments.
Dependency & execution chain
Every package this one pulls in, colored by verdict. Expand to walk the tree.
Obfuscated / hidden code
Encoded payloads decoded statically (without executing them) so you can see what they resolve to.
Multiple obfuscation patterns in lib/rules/no-irregular-whitespace.js
Multiple obfuscation patterns in package/lib/rules/no-irregular-whitespace.js
Security findings (16)
Static analysis rule matches, with the exact code that triggered them.
Multiple obfuscation patterns in lib/rules/utils/ast-utils.js
Multiple obfuscation patterns in package/lib/rules/utils/ast-utils.js
Multiple obfuscation patterns in lib/rules/utils/char-source.js
Multiple obfuscation patterns in package/lib/rules/utils/char-source.js
Multiple obfuscation patterns in lib/linter/linter.js
Multiple obfuscation patterns in package/lib/linter/linter.js
Multiple obfuscation patterns in lib/rules/no-irregular-whitespace.js
Multiple obfuscation patterns in package/lib/rules/no-irregular-whitespace.js
Multiple obfuscation patterns in lib/rules/no-return-await.js
Multiple obfuscation patterns in package/lib/rules/no-return-await.js
Multiple obfuscation patterns in lib/rules/no-underscore-dangle.js
Multiple obfuscation patterns in package/lib/rules/no-underscore-dangle.js
Multiple obfuscation patterns in lib/rules/no-useless-return.js
Multiple obfuscation patterns in package/lib/rules/no-useless-return.js
Multiple obfuscation patterns in lib/types/rules.d.ts
Multiple obfuscation patterns in package/lib/types/rules.d.ts
Files in package (500)
How ShadowCanopy checks npm packages
ShadowCanopy blocks every dependency by default and only lets through what it can verify — against live malicious-package advisories, an AI behavior scan, and a byte-for-byte hash check. It protects installs across npm, PyPI, crates.io, pkg.go.dev, RubyGems, Maven Central, NuGet, Packagist, Hex, pub.dev, Swift Package Manager.
This report reflects ShadowCanopy's threat intelligence at page load and is informational, not a warranty. Canonical URL: https://shadowcanopy.dev/packages/npm/eslint