Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / ResolvedSkillTrustPolicy
Interface: ResolvedSkillTrustPolicy
Defined in: packages/security/src/supply-chain/types.ts:108
Trust policy applied to an install request. Auto-derived from SkillSource and the optional operator override.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
audit | readonly | "always" | "on-violation" | packages/security/src/supply-chain/types.ts:113 |
ignoreScripts | readonly | boolean | packages/security/src/supply-chain/types.ts:110 |
level | readonly | SkillTrustLevel | packages/security/src/supply-chain/types.ts:109 |
sandbox | readonly | "inherit-frontmatter" | "strict-default" | packages/security/src/supply-chain/types.ts:112 |
signature | readonly | { rejectIfMissing: boolean; required: boolean; } | packages/security/src/supply-chain/types.ts:111 |
signature.rejectIfMissing | readonly | boolean | packages/security/src/supply-chain/types.ts:111 |
signature.required | readonly | boolean | packages/security/src/supply-chain/types.ts:111 |