ziqx-drive-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill instructions follow security best practices by recommending the use of environment variables for secrets and properly separating sensitive server-side logic from client-side execution.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
@ziqx/drivepackage via npm. This package is consistent with the skill's stated purpose and is associated with the author's identified vendor namespace. - [CREDENTIALS_UNSAFE]: The code examples demonstrate secure credential management by fetching secrets from environment variables (e.g.,
ENV.ZDRIVE_SECRET) rather than hardcoding them, and it includes explicit warnings to the developer to avoid hardcoding keys.
Audit Metadata