Rust Security Catalog
@dieter/rust-security-catalogv2026.08.19.1
01README
Content-bound Rust security review decisions with exact reuse and conservative incremental-review planning.
02Models
@dieter/rust-security-catalogv2026.08.19.1rust_security_catalog.ts
fn record(decisionReason: string, coverage: array, reviewer: string, methodVersion: string, reviewMode: enum, basedOnIdentityKey?: string, constraints: array, acceptedPredecessorConstraintCodes: array, findings: array, limitations: array)
Append a review decision for an exact Rust build identity
| Argument | Type | Description |
|---|---|---|
| decisionReason | string | |
| coverage | array | |
| reviewer | string | |
| methodVersion | string | |
| reviewMode | enum | |
| basedOnIdentityKey? | string | |
| constraints | array | |
| acceptedPredecessorConstraintCodes | array | |
| findings | array | |
| limitations | array |
fn assess(requiredCoverage: array, acceptedConstraintCodes: array)
Assess whether an exact prior source review can be reused
| Argument | Type | Description |
|---|---|---|
| requiredCoverage | array | |
| acceptedConstraintCodes | array |
Resources
review(infinite)— Content-bound Rust security review decision
assessment(ephemeral)— Ephemeral decision about reusing an exact source review
candidateSearch(ephemeral)— Ephemeral related-review candidates for incremental analysis
reviewPlan(ephemeral)— Ephemeral exact, incremental, or full review plan
03Stats
A
100 / 100
Downloads
0
Archive size
18.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels