Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / / ResolvedSkillTrustPolicy
Interface: ResolvedSkillTrustPolicy
Defined in: packages/security/dist/supply-chain/types.d.ts:107
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/dist/supply-chain/types.d.ts:115 |
ignoreScripts | readonly | boolean | packages/security/dist/supply-chain/types.d.ts:109 |
level | readonly | SkillTrustLevel | packages/security/dist/supply-chain/types.d.ts:108 |
sandbox | readonly | "inherit-frontmatter" | "strict-default" | packages/security/dist/supply-chain/types.d.ts:114 |
signature | readonly | { rejectIfMissing: boolean; required: boolean; } | packages/security/dist/supply-chain/types.d.ts:110 |
signature.rejectIfMissing | readonly | boolean | packages/security/dist/supply-chain/types.d.ts:112 |
signature.required | readonly | boolean | packages/security/dist/supply-chain/types.d.ts:111 |