java-data-engineering-and-integration-services — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited java-data-engineering-and-integration-services (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.
Use this skill when Java is the main implementation language for data-adjacent services or processing components. It helps agents design operationally safe JVM services for ingestion, metadata, contracts, stream handling, connectors, and control-plane style data tooling with deliberate resource, dependency, and concurrency management.
JavaMaven or Gradle builds for data-related servicesDo not treat Java services as generic app code when they carry data-delivery, contract, or pipeline semantics.
Clarify:
Include:
Review:
Decide:
Maven or Gradle conventionsRequire:
| Rationalization | Reality |
|---|---|
| "The framework defaults are good enough." | Defaults for thread pools, connection pools, and retries often fail under data-heavy or bursty workloads. |
| "It is just a connector wrapper." | Connectors still define contracts, error handling, retries, and downstream correctness. |
| "Java is verbose but safe by default." | JVM services still fail due to resource leaks, blocking calls, schema drift, and weak operational boundaries. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.