meteora
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical guide and resource library for the Meteora protocol. It contains well-structured TypeScript examples and documentation.
- [EXTERNAL_DOWNLOADS]: The skill references official NPM packages and GitHub repositories owned by Meteora (
@meteora-agscope andgithub.com/MeteoraAg). These are trusted sources for the protocol's development tools. - [COMMAND_EXECUTION]: Installation and execution instructions provided in the skill are standard for Node.js and TypeScript development. They are used for dependency management and running the provided example scripts.
- [CREDENTIALS_UNSAFE]: Multiple example files use
process.env.WALLET_SECRET_KEYto load a user's private key for signing blockchain transactions. This is a standard and recommended developer practice for local script execution, as it avoids hardcoding secrets and relies on local environment configuration.
Audit Metadata