AI called this Clean at 98.0% confidence as Benign with low false-positive risk.
Evidence against
- package.json has no preinstall/install/postinstall hooks or bin entrypoints.
- dist/index.js only imports jsonwebtoken and jwks-rsa and exports JWT authentication helpers.
- JWT_AUTH_SECRET is read only when MastraJwtAuth is constructed; it is used locally for jwt.verify.
- JWKS access is only invoked by explicit verifyJwks(accessToken, jwksUri) calls; no endpoint is hard-coded.
- No filesystem, shell, eval, persistence, or agent-control-surface operations found in executable files.
Behavioral surface
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 16.1 KB of source