Skip to content

Add LeetGuard 馃馃馃 - #156

Open
adebayoade wants to merge 1 commit into
lirantal:mainfrom
adebayoade:add-leetguard
Open

Add LeetGuard 馃馃馃#156
adebayoade wants to merge 1 commit into
lirantal:mainfrom
adebayoade:add-leetguard

Conversation

@adebayoade

Copy link
Copy Markdown

Hi!

I'd like to submit LeetGuard to the list of security scanners.

LeetGuard is a new open-source CLI tool I built designed to parse package manager lockfiles and recursively scan source code (Node.js, React, React Native) for security anti-patterns.

Key Features:

  • Checks the dependency tree against the OSV vulnerability database.
  • Checks the npm registry to identify abandoned/unmaintained packages in the supply chain (e.g. packages without a release in 2+ years).
  • Uses AST parsing to find dangerous code patterns like eval(), insecure http:// transport, and AsyncStorage data exposure.
  • Maps all findings directly to ISO 27001 Annex A controls to help teams with compliance reporting.

I've added it to the Vulnerabilities and Security Advisories section. Let me know if you need any adjustments or if you'd like me to move it to a different category!

@adebayoade adebayoade changed the title feat: add LeetGuard to security scanners Add LeetGuard 馃馃馃 Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant