PkgRadar

Maven · repo1.maven.org

com.auth0:myorganization-java

Java Base64 Combo: Base64.decode combined with network / process — common in API clients, but worth review.

Why PkgRadar flagged 1.0.0

SeveritySignalEvidence
mediumJava Base64 ComboBase64.decode combined with network / process — common in API clients, but worth review. · com/auth0/client/myorganization/auth/PrivateKeyJwtTokenProvider.java
mediumJava Static Init Side EffectStatic-initializer block contains process/network/reflection — runs on first class load (contributory signal). · com/auth0/client/myorganization/auth/PrivateKeyJwtTokenProvider.java

Scanned versions

VersionVerdictScoreScanned (UTC)
1.0.0Review322026-06-17

Block this in CI

PkgRadar gates com.auth0:myorganization-java (and every other dependency) before it merges. One line in your pipeline:

pkgradar gate --ecosystem maven com.auth0:[email protected]