java-health — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited java-health (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Run a comprehensive health check on the Java code or project I've indicated. This is an aggregating command — it runs multiple review dimensions and produces a single scored report.
pom.xml or build.gradle for: Java version, Spring Boot version, dependenciesAssess each dimension independently, then score it:
Check for:
Full score = 25. Deduct per finding.
Note: This is a structural assessment — Claude cannot run your test suite or measure real line coverage. For actual coverage numbers runmvn test jacoco:reportor./gradlew test jacocoTestReport.
Check for:
Full score = 25. Deduct per finding.
Check for:
@OneToMany/@ManyToMany without FetchType.LAZY (-6 each, max -12)findAll() without pagination on large entities (-5)String concatenation in loops (-3 each, max -6)synchronized on entire methods (-3 each, max -6)Full score = 25. Deduct per finding.
Check for:
Full score = 25. Deduct per finding.
Format the report exactly like this:
╔══════════════════════════════════════════╗
║ JAVA HEALTH REPORT ║
║ Project: [project name or file name] ║
║ Java: [version] | Spring Boot: [version]║
╠══════════════════════════════════════════╣
║ Security [score]/25 [grade] ║
║ Test Coverage [score]/25 [grade] ║
║ Performance [score]/25 [grade] ║
║ Code Quality [score]/25 [grade] ║
╠══════════════════════════════════════════╣
║ TOTAL HEALTH [total]/100 [grade] ║
╚══════════════════════════════════════════╝Grade scale: 23–25 = A, 18–22 = B, 13–17 = C, 8–12 = D, 0–7 = F
List the 3 highest-impact improvements ranked by score gain:
After the report, offer:
/java-review for detailed code quality findings"/java-security-check or ask java-security-reviewer for a full OWASP analysis"/java-perf-check or ask java-performance-reviewer for performance deep-dive"/java-test to generate missing tests"mvn test jacoco:report or ./gradlew test jacocoTestReport"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.