OS-Checker Integration

2026-08-30 浏览 (1)

OS-Checker Integration

代码审查和安全审计工具集成

Available Commands

Use CaseCommandTools
Daily check/rust-reviewclippy
Security audit/audit securitycargo audit, geiger
Unsafe audit/audit safetymiri, rudra
Concurrency audit/audit concurrencylockbud
Full audit/audit fullall os-checker tools

When to Suggest OS-Checker

User IntentSuggest
Code review request/rust-review
Security concerns/audit security
Unsafe code review/audit safety
Deadlock/race concerns/audit concurrency
Pre-release check/audit full

Tool Descriptions

clippy

Standard Rust linter for code style and common mistakes.

cargo audit

Security vulnerability scanner for dependencies.

geiger

Counts unsafe code usage in dependencies.

miri

Interprets MIR to detect undefined behavior.

rudra

Memory safety bug detector.

lockbud

Deadlock and concurrency bug detector.

Integration Flow

User: "Review my unsafe code"
     │
     ▼
Router detects: unsafe + review
     │
     ├── Load: unsafe-checker skill (for manual review)
     │
     └── Suggest: `/audit safety` (for automated check)

你可能感兴趣的文章

Agent Cache System

Rust Skills Tests

Agent Integration Test Scenarios

Domain Skills Test Scenarios

Rust-Router Test Scenarios

Ownership (m01) Test Scenarios

Unsafe-Checker Test Scenarios

Layer 2 Skills Test Scenarios

Pressure Scenario: When to Use unwrap()

Pressure Scenario: Send/Sync Trait Bounds

  • 所属分类: AI
  • 本文标签: rust
  • 版权声明: 本文链接 https://seaxiang.com/blog/aAFnMglU