timelock
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical integration guide for managing timelocks on the BSV blockchain. All provided code snippets follow standard development patterns for the target ecosystem.
- [EXTERNAL_DOWNLOADS]: The skill fetches the current block height from 'https://api.1sat.app/1sat/chaintracks/height'. This is a well-known service endpoint for the 1sat/BSV ecosystem and is necessary for determining if timelocks have matured.
- [COMMAND_EXECUTION]: The documentation includes standard package installation commands ('bun add') for public libraries: '@1sat/actions', '@1sat/wallet', and '@bsv/sdk'. These are legitimate dependencies for the stated functionality.
- [DATA_EXPOSURE]: No evidence of hardcoded credentials or access to sensitive local files was found. Transaction signing is handled through local context objects ('ctx.wallet') following security best practices for cryptographic operations.
Audit Metadata