@verii/endpoints-event-processing
Event processing
14
Versions
Apache-2.0
License
No
Install Scripts
Verified
Provenance
Supply chain provenance
Status for the latest visible version.
SLSA provenance attestation
npm registry signatures
gitHead linked
Maintainers
lfdt-npmhyperledger-ghci
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| provenance | publisher-changed | AI (provenance): Publisher changed to GitHub Actions with SLSA provenance attestation present, indicating intentional CI/CD migration for this org's monorepo. Consistent repo URL and coordinated version bump confirm legitimacy. | ai | |
| provenance | no-provenance | AI (provenance): LFDT-Verii is an established Linux Foundation org; lack of Sigstore provenance is common and not a disqualifier here. | ai | |
| phantom-deps | phantom-dep:fastify | AI (phantom-deps): Fastify apps using @fastify/autoload load plugins from filesystem; direct imports are not required. Standard Fastify application pattern. | ai | |
| phantom-deps | phantom-dep:@fastify/helmet | AI (phantom-deps): Loaded via @fastify/autoload plugin discovery pattern, not direct import. Expected for Fastify applications. | ai | |
| phantom-deps | phantom-dep:@fastify/sensible | AI (phantom-deps): Loaded via @fastify/autoload plugin discovery pattern, not direct import. Expected for Fastify applications. | ai | |
| semgrep | semgrep:shady-links-raw-ip | AI (semgrep): Raw IP is a configurable default for a blockchain RPC node endpoint (env var RPC_NODE_URL with fallback). Standard pattern for blockchain infrastructure packages. | ai | |
| phantom-deps | phantom-dep:@fastify/swagger-ui | AI (phantom-deps): Loaded via @fastify/autoload plugin discovery pattern, not direct import. Expected for Fastify applications. | ai | |
| phantom-deps | phantom-dep:@verii/endpoints-organizations-registrar | AI (phantom-deps): Same-org monorepo sibling, likely loaded dynamically or via autoload. Not a malicious phantom dep. | ai | |
| phantom-deps | phantom-dep:@fastify/swagger | AI (phantom-deps): Loaded via @fastify/autoload plugin discovery pattern, not direct import. Expected for Fastify applications. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Hex decoding of blockchain event data is core functionality for an Ethereum event processing package. Buffer.from(hex).toString() is standard and not obfuscation. | ai |