multiversx-project-culture
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (LOW): The skill suggests running several commands to analyze code, including
cargo clippy,cargo audit, and variousgreppatterns. - Evidence:
cargo clippy -- -W clippy::allin Section 3.cargo auditin Section 4.- Multiple
grepcommands for identifying tests, magic numbers, and error handling patterns. - Risk: Running
cargo clippyon an untrusted codebase can trigger the execution of arbitrary code if the project contains maliciousbuild.rsscripts or procedural macros. However, this is consistent with the primary purpose of the skill (auditing a codebase) and is a standard risk for developers in this ecosystem. - DATA_EXPOSURE (SAFE): No hardcoded credentials or sensitive file paths (e.g., SSH keys, AWS configs) were identified. The network operations are limited to
cargo auditwhich checks a vulnerability database. - PROMPT_INJECTION (SAFE): No instructions attempt to override agent behavior, bypass safety filters, or extract system prompts. The language is purely instructional for the assessment task.
- OBFUSCATION (SAFE): No Base64, zero-width characters, or encoded strings were found in the skill content.
Audit Metadata