pump-testing
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent on how to run various development and testing tools including
cargo test,cargo bench,cargo clippy,cargo fmt, andnpx jest. - [COMMAND_EXECUTION]: It references local shell scripts used for test orchestration, such as
scripts/test-rust.shanddocs/run-all-tests.sh. These are standard practice for CI/CD and local development workflows. - [EXTERNAL_DOWNLOADS]: The skill identifies the project's homepage at
github.com/8bitsats/pump-fun-sdk. Standard use ofnpxandcargoimplies interaction with official package registries (npm and crates.io) to manage project dependencies.
Audit Metadata