rust-intel
v0.6.0Defensive Rust review skill covering correctness, async, unsafe/FFI, security, dependencies, testing, and conformance.
By Marat KLicense: MIT OR Apache-2.01 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rust-intel for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add rust-intel@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/PHPCraftdream/rust-intelClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/rust-intel/SKILL.md
Included Skills1
Hard rules for writing Rust in code that already compiles and passes tests but is silently broken, slow, or semver-fragile. Load this BEFORE writing any Rust code. Targets bugs that survive rustc, clippy, and cargo test but fail in production or rot the codebase. Covers async, unsafe, FFI, concurrency, crypto, supply-chain, tests-that-pass-by-luck, and systemic performance-at-scale hazards. Also covers semantic-conformance defects: spec divergence, violated documented guarantees, boundary/error-path resource lifecycle, missing round-trip obligations, and invalid test oracles.
Plugin manifests2
{
"name": "rust-intel",
"version": "0.6.0",
"description": "Defensive Rust review skill covering correctness, async, unsafe/FFI, security, dependencies, testing, and conformance.",
"author": {
"name": "Marat K",
"email": "[email protected]",
"url": "https://github.com/PHPCraftdream"
},
"homepage": "https://github.com/PHPCraftdream/rust-intel#readme",
"repository": "https://github.com/PHPCraftdream/rust-intel",
"license": "MIT OR Apache-2.0",
"keywords": [
"rust",
"code-review",
"security",
"unsafe",
"ffi",
"async"
],
"skills": "./skills/",
"interface": {
"displayName": "Rust Intel",
"shortDescription": "Defensive Rust project review",
"longDescription": "Audits Rust projects for hazards that can survive rustc, clippy, and ordinary tests, with evidence-backed remediation guidance.",
"developerName": "PHPCraftdream",
"category": "Developer Tools",
"capabilities": [
"Read",
"Analyze",
"Write"
],
"defaultPrompt": [
"Audit this Rust project against rust-intel."
]
}
}{
"name": "rust-intel",
"displayName": "Rust Intel",
"version": "0.6.0",
"description": "Defense against LLM Rust failure modes: 59 categories of bugs that survive rustc, clippy, and cargo test — async cancellation, unsafe/FFI, concurrency, crypto, supply-chain, tests-that-pass-by-luck, semantic conformance, and systemic performance cost. Ships the rust-intel skill plus /rust-intel:audit, /rust-intel:fix, /rust-intel:plan commands.",
"author": {
"name": "Marat K",
"email": "[email protected]"
},
"homepage": "https://github.com/PHPCraftdream/rust-intel",
"repository": "https://github.com/PHPCraftdream/rust-intel",
"license": "MIT OR Apache-2.0",
"keywords": [
"rust",
"code-review",
"audit",
"llm",
"correctness",
"security",
"performance"
],
"skills": [
"./skill/"
],
"commands": [
"./commands/rust-intel-cc/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rust-intel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rust-intel)