Skills model-discovery Audit History
🔍

Audit History

model-discovery - 5 audits

Audit version 5

Latest Low Risk

Jan 16, 2026, 10:13 PM

This is a benign utility skill for discovering and classifying AI model names. The static scanner flagged 320 issues, but ALL are false positives. The skill fetches model lists from legitimate provider APIs (Anthropic, OpenAI, Google, Ollama) using curl/subprocess. All credential access is via environment variable names (documentation only), not actual values. The cookbook files contain markdown documentation with example curl commands (not executed code). No data exfiltration, no credential theft, no malicious behavior.

11
Files scanned
2,164
Lines analyzed
3
findings
claude
Audited by
No security issues found

Audit version 4

Low Risk

Jan 16, 2026, 10:13 PM

This is a benign utility skill for discovering and classifying AI model names. The static scanner flagged 320 issues, but ALL are false positives. The skill fetches model lists from legitimate provider APIs (Anthropic, OpenAI, Google, Ollama) using curl/subprocess. All credential access is via environment variable names (documentation only), not actual values. The cookbook files contain markdown documentation with example curl commands (not executed code). No data exfiltration, no credential theft, no malicious behavior.

11
Files scanned
2,164
Lines analyzed
3
findings
claude
Audited by
No security issues found

Audit version 3

Low Risk

Jan 10, 2026, 12:42 PM

Python utility scripts fetch model lists from legitimate AI provider APIs. No data exfiltration, no credential theft, no code execution beyond documented purpose. Network access limited to Anthropic, OpenAI, Gemini, and Ollama official endpoints.

10
Files scanned
1,719
Lines analyzed
0
findings
claude
Audited by
No security issues found

Audit version 2

Low Risk

Jan 10, 2026, 12:42 PM

Python utility scripts fetch model lists from legitimate AI provider APIs. No data exfiltration, no credential theft, no code execution beyond documented purpose. Network access limited to Anthropic, OpenAI, Gemini, and Ollama official endpoints.

10
Files scanned
1,719
Lines analyzed
0
findings
claude
Audited by
No security issues found

Audit version 1

Low Risk

Jan 10, 2026, 12:42 PM

Python utility scripts fetch model lists from legitimate AI provider APIs. No data exfiltration, no credential theft, no code execution beyond documented purpose. Network access limited to Anthropic, OpenAI, Gemini, and Ollama official endpoints.

10
Files scanned
1,719
Lines analyzed
0
findings
claude
Audited by
No security issues found