use-ts-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill enforces strong security protocols regarding sensitive data. Core Rules 2, 3, 4, and 5 specifically prohibit hardcoding private keys in source code, exposing them in client-side logs, or storing them in browser-accessible environment variables. It correctly advises that private keys should only be handled in server-side scripts.
- [EXTERNAL_DOWNLOADS]: All external references and dependencies are directed toward trusted and official Aptos Labs resources. This includes the
@aptos-labs/ts-sdkpackage and documentation hosted onaptos.devandgithub.com/aptos-labs. - [SAFE]: The skill operates as a technical documentation and orchestration layer. No obfuscated code, unauthorized command execution, or malicious persistence mechanisms were detected. It proactively educates users on avoiding anti-patterns like using deprecated packages or insecure account generation methods.
Audit Metadata