java-audit-skills
Audit Java, .NET, and PHP code for real security vulnerabilities
All Skills in This Repository (4)
Pure Emerald Level Indicatorsjava-auth-audit
Identify authentication frameworks and map routes to authentication state in Java projects.
java-route-mapper
Extract HTTP routes and parameters from Java web projects into Markdown.
java-vuln-scanner
Detect known Java component vulnerabilities in Maven, Gradle, or JAR dependencies.
audit-skills
Audit Java, .NET, and PHP source code for vulnerabilities with component scanning and evidence standards.
Frequently Asked Questions
FAQPage SchemaHow to install java-audit-skills?โผ
Run `npx skills add RuoJi6/java-audit-skills --all -g -y` in your terminal to install the audit skill globally for your AI agent.
How to find SQL injection in Java code with AI?โผ
Ask your agent to audit the source for SQL injection, and it traces routes, user input, and source-to-sink call chains to confirm only genuinely exploitable flaws.
Can it scan for vulnerable components like Log4j?โผ
Yes. A built-in script matches Maven, Gradle, JAR, and WAR dependencies against a YAML rule set covering CVEs like Log4Shell and Fastjson.
Can it audit code without source files?โผ
Yes. It decompiles Java JARs with CFR and deobfuscates .NET DLLs with de4dot and ilspycmd before auditing the recovered code.
Is java-audit-skills safe for authorized testing only?โผ
Yes. It enforces strict safety boundaries, using only harmless proof payloads and placeholder credentials for defensive, authorized audits.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core