Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / InstallSkillFromGitOptions

Interface: InstallSkillFromGitOptions

Defined in: packages/security/src/supply-chain/installer.ts:166

Options accepted by installSkillFromGit.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
actor?readonlySupplyChainAuditActor-packages/security/src/supply-chain/installer.ts:177
dryRun?readonlybooleanSkip the clone; runs the policy + audit pipeline only.packages/security/src/supply-chain/installer.ts:174
policy?readonlySupplyChainPolicy-packages/security/src/supply-chain/installer.ts:170
ref?readonlystring-packages/security/src/supply-chain/installer.ts:168
repoUrlreadonlystring-packages/security/src/supply-chain/installer.ts:167
signal?readonlyAbortSignalCancellation.packages/security/src/supply-chain/installer.ts:172
skillMd?readonlystringOptional pre-fetched SKILL.md content for offline verification.packages/security/src/supply-chain/installer.ts:176
trustLevel?readonlySkillTrustLevel-packages/security/src/supply-chain/installer.ts:169