agentaudit 3.9.36 → 3.9.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli.mjs +1 -0
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -1870,6 +1870,7 @@ async function auditRepo(url) {
1870
1870
  input_tokens: providerMeta.input_tokens || undefined,
1871
1871
  output_tokens: providerMeta.output_tokens || undefined,
1872
1872
  audit_duration_ms: Date.now() - start,
1873
+ files_scanned: files.length,
1873
1874
  }),
1874
1875
  signal: AbortSignal.timeout(15_000),
1875
1876
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentaudit",
3
- "version": "3.9.36",
3
+ "version": "3.9.37",
4
4
  "description": "Security scanner for AI packages — MCP server + CLI",
5
5
  "type": "module",
6
6
  "bin": {