key-derivation
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical resource for implementing BSV key derivation protocols (BRC-42, BRC-32). The provided information is educational and follows established blockchain standards.- [EXTERNAL_DOWNLOADS]: The skill references the
@bsv/sdkandbsv-bapNPM packages. These are the standard libraries for the described functionality and are used in a manner consistent with their intended purpose in the provided code examples.- [COMMAND_EXECUTION]: The documentation mentions installing thebsv-bapCLI globally usingnpm install -g bsv-bap. This is an expected command for users looking to use the referenced identity management library.- [CREDENTIALS_UNSAFE]: Code examples include sample mnemonics and private keys. Analysis confirms these are either truncated placeholders (e.g., 'L1...', 'xprv...') or well-known test vectors used for deterministic verification rather than actual sensitive data.
Audit Metadata