Rust Code Review
v1.0.1Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes. Use when reviewing .rs files, checking...
⭐ 0· 94·2 current·2 all-time
byKevin Anderson@anderskev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Rust code review) matches the provided instructions and reference documents. The skill only needs access to repository files (Cargo.toml and .rs files) and its checklist and references align with that purpose. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Runtime instructions direct the agent to inspect Cargo.toml, dependencies, and source (.rs) files and to produce formatted findings — all appropriate for a code-review skill. The SKILL.md also instructs the agent to "load" other skills (e.g., beagle-rust:review-verification-protocol, beagle-rust:rust-best-practices). That extends scope implicitly because those external skills could perform additional actions or require permissions; the current skill does not declare or justify any extra privileges for those calls.
Install Mechanism
No install spec and no code files that execute. Instruction-only skills have minimal on-disk footprint; nothing is downloaded or installed.
Credentials
The skill declares no environment variables, credentials, or config paths. Its operations (reading project files and applying heuristics) do not require secrets. This is proportionate to the stated function.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request persistent installation or system-wide configuration changes. There is no evidence it attempts to modify other skills' configs or request elevated privileges.
Scan Findings in Context
[regex-scan-none] expected: The static regex scanner found no issues because this is an instruction-only skill (no executable code files). That absence is expected and does not imply additional safety beyond the instruction content itself.
Assessment
This skill appears coherent and safe for reviewing Rust source in a repository: it reads Cargo.toml and .rs files and applies documented heuristics. Two practical cautions: (1) the SKILL.md tells the agent to "load" other beagle-rust skills (e.g., review-verification-protocol, rust-best-practices). Before enabling this skill, check those referenced skills so you understand what they do and whether they require extra permissions or network access. (2) Ensure the agent's file-access policy only allows it to read the project files you intend to review; the skill assumes access to repository files but does not itself restrict which paths are read. If you want to be extra cautious, test the skill on a small non-sensitive repo first.Like a lobster shell, security has layers — review code before you run it.
latestvk974pdepmp9d3htyvvgn97ka3x84mfyx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
