Rust Unsafe Auditor
Analysis
This instruction-only skill appears benign: it gives read-only Rust unsafe-code audit guidance with no install code, credentials, persistence, network use, or destructive actions.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
find . -name "*.rs" -not -path '*/target/*' | wc -l
The skill instructs the agent to run local recursive file-discovery and grep-style commands. This matters because it may read project source files, but it is read-only and directly aligned with auditing Rust unsafe code.
