Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / auditInstalledSkills
Function: auditInstalledSkills()
ts
function auditInstalledSkills(): readonly SkillInstallationStatus[];Defined in: packages/security/src/supply-chain/audit.ts:30
Snapshot of every installation recorded in this process. Returns a fresh frozen array so callers cannot mutate the registry.
Returns
readonly SkillInstallationStatus[]