Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/security / / InjectionClassification
Interface: InjectionClassification
Defined in: packages/security/src/inspect/injection-classifier.ts:37
One classification verdict.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
flagged | readonly | boolean | - | packages/security/src/inspect/injection-classifier.ts:38 |
labels? | readonly | readonly string[] | Bounded descriptive labels (audit counters). | packages/security/src/inspect/injection-classifier.ts:42 |
score? | readonly | number | Confidence in [0, 1], when the engine reports one. | packages/security/src/inspect/injection-classifier.ts:40 |