bevy
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains no malicious instructions, obfuscated content, or unauthorized data access patterns. It is a standard helper for Rust/Bevy development.
- [COMMAND_EXECUTION]: The skill involves the execution of standard Rust development commands such as
cargo check,cargo run, andcargo build. These are necessary for the skill's functionality and are performed on the user's local project environment. - [EXTERNAL_DOWNLOADS]: The skill references official documentation and example URLs from
bevyengine.org, which is a well-known and trusted source for the Bevy project. - [INDIRECT_PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it reads project-specific files to understand context. Ingestion points: Reads project metadata from
Cargo.toml,Cargo.lock, and project source files. Boundary markers: No specific boundary markers are provided for processed project data. Capability inventory: The skill can execute subprocesses viacargo. Sanitization: No sanitization of the ingested file content is performed before processing.
Audit Metadata