Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / checkSecrets

Function: checkSecrets()

ts
function checkSecrets(): CheckResult[];

Defined in: packages/security/src/hardening/doctor.ts:120

Wrapper around getSecretsStoreStatus(...) from the secrets subsystem. Surfaces any active downgrade as a 'warn' and --strict-secrets failure as 'fail'.

Returns

CheckResult[]

Stable