java-api-discovery
Efficiently discover Java API signatures from compiled JARs using javap, eliminating guesswork and enhancing coding accuracy.
Install this skill
or
93/100
Security score
The java-api-discovery skill was audited on Feb 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 25
Access to hidden dotfiles in home directory
SourceSKILL.md
| 25 | find ~/.gradle/caches -name "*library-name*.jar" -type f 2>/dev/null | head -5 |
low line 28
Access to hidden dotfiles in home directory
SourceSKILL.md
| 28 | find ~/.m2/repository -name "*library-name*.jar" -type f 2>/dev/null | head -5 |
medium line 111
Access to hidden dotfiles in home directory
SourceSKILL.md
| 111 | | Find JAR | `find ~/.gradle/caches -name "*name*.jar"` | |
Scanned on Feb 12, 2026
View Security DashboardGitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry-data