https://github.com/aygp-dr/secure-code-analyzer
Scan source code for OWASP Top 10 vulnerabilities, injection risks, and insecure patterns
https://github.com/aygp-dr/secure-code-analyzer
babashka cli clojure
Last synced: 3 months ago
JSON representation
Scan source code for OWASP Top 10 vulnerabilities, injection risks, and insecure patterns
- Host: GitHub
- URL: https://github.com/aygp-dr/secure-code-analyzer
- Owner: aygp-dr
- Created: 2026-03-16T01:40:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-05T21:33:00.000Z (3 months ago)
- Last Synced: 2026-04-05T23:24:26.744Z (3 months ago)
- Topics: babashka, cli, clojure
- Language: Clojure
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: secure-code-analyzer
#+AUTHOR: aygp-dr
Scan code for security vulnerabilities. Built with [[https://github.com/babashka/babashka][Babashka]].
** Quick Start
#+begin_src bash
bb run --dir ./my-project
bb run --dir ./my-project --format json
#+end_src
** Requirements
- Babashka v1.12+
** Status
Scaffold -- see CLAUDE.md for implementation plan.