@rickydata/security-kernel
Security kernel for Rickydata - TPM sealing, encryption, and sign-to-derive key derivation
15
Versions
SEE LICENSE IN LICENSE
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
rickydata
Keywords
securitytpmencryptionhkdfsign-to-derive
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): env-spread is used to pass process.env to execFileSync for TPM CLI tools — standard and expected pattern for this package. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process is used to invoke TPM2 tools (tpm2-tools CLI); core functionality of a TPM sealing library. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Hex decoding is part of sign-to-derive key derivation using SHA-256 hashing of ECDSA signature components — legitimate crypto use. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decoding is used for encrypted payload and IV handling in the encryption module — standard crypto pattern. | ai |