starkzap-sdk
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill is a standard software development kit guide. All provided scripts and documentation are consistent with the stated purpose of assisting developers with Starknet-based integrations.
- [COMMAND_EXECUTION]: The skill instructions include the execution of project-specific commands such as 'npm run build' and 'npm test'. These are standard development tasks for compiling and validating code within a repository.
- [EXTERNAL_DOWNLOADS]: The skill references resources from the official 'keep-starknet-strange/starkzap' GitHub repository. These references are used for documentation and source code verification and do not involve untrusted third-party downloads.
- [CREDENTIALS_UNSAFE]: The code examples correctly utilize environment variables (e.g., 'process.env.PRIVATE_KEY') for handling sensitive authentication data, which is a standard security practice for development scripts to avoid hardcoding credentials.
Audit Metadata