Audit JSON schema
{
"schemaVersion": 1,
"safeMode": true,
"findings": [],
"diagnostics": [],
"summary": {}
}| Field | Type | Purpose |
|---|---|---|
findings[] | array | Risk surfaces such as executable code or file reads. |
diagnostics[] | array | Static-analysis caveats such as dynamic file targets. |
summary | object | Counts by severity. |
Findings include id, severity, risk, kind, variable, path, relativePath, configPaths, and message. See safe inspection and security model.
Last updated on