Audit History
cobrapy - 7 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v7 Latest | Jul 6, 2026, 06:57 PM | No confirmed findings | 0 | No capability change |
| v6 | Jul 6, 2026, 06:57 PM | No confirmed findings | 0 | No capability change |
| v5 | Jun 30, 2026, 05:25 AM | No confirmed findings | 2 | No capability change |
| v4 | Jan 17, 2026, 06:29 AM | No confirmed findings | 0 | No capability change |
| v3 | Jan 17, 2026, 06:29 AM | No confirmed findings | 0 | No capability change |
| v2 | Jan 12, 2026, 04:58 PM | No confirmed findings | 0 | Contains scriptsExternal commandsNetwork access |
| v1 | Jan 4, 2026, 05:01 PM | No confirmed findings | 0 | Baseline |
Jul 6, 2026, 06:57 PM
The static analyzer flagged 71 patterns, but review showed they are documentation false positives in Markdown. Python import statements, COBRApy object identifiers, code fences, and a public documentation URL do not execute commands, access secrets, or perform network activity. No semantic prompt injection or data-exfiltration intent was found.
Risk Factors
⚡ Contains scripts (4)
⚙️ External commands (50)
🌐 Network access (1)
Jul 6, 2026, 06:57 PM
The static analyzer flagged 71 patterns, but review showed they are documentation false positives in Markdown. Python import statements, COBRApy object identifiers, code fences, and a public documentation URL do not execute commands, access secrets, or perform network activity. No semantic prompt injection or data-exfiltration intent was found.
Risk Factors
⚡ Contains scripts (4)
⚙️ External commands (50)
🌐 Network access (1)
Jun 30, 2026, 05:25 AM
AI review found the critical heuristic to be a false positive caused by Markdown Python examples with imports, model I/O, plotting, and CSV export. The hardcoded URLs point to COBRApy documentation and an optional K-Dense Web suggestion; no credential access, network execution, or prompt injection evidence was found. Risk is low because users may copy examples that read or write local scientific files.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚡ Contains scripts (4)
⚙️ External commands (6)
🌐 Network access (2)
Jan 17, 2026, 06:29 AM
All 160 static findings are FALSE POSITIVES. The skill consists only of markdown documentation files containing Python code examples for the COBRApy metabolic modeling library. The scanner misidentified Python parenthesized imports as dynamic import() expressions, markdown backticks as shell command execution, metabolic modeling terminology (blocked reactions, essential genes) as system reconnaissance, and .get_by_id() method calls as credential access patterns. No executable code, network requests, credential handling, or malicious behavior present.
Risk Factors
⚡ Contains scripts (4)
⚙️ External commands (4)
🌐 Network access (2)
Jan 17, 2026, 06:29 AM
All 160 static findings are FALSE POSITIVES. The skill consists only of markdown documentation files containing Python code examples for the COBRApy metabolic modeling library. The scanner misidentified Python parenthesized imports as dynamic import() expressions, markdown backticks as shell command execution, metabolic modeling terminology (blocked reactions, essential genes) as system reconnaissance, and .get_by_id() method calls as credential access patterns. No executable code, network requests, credential handling, or malicious behavior present.
Risk Factors
⚡ Contains scripts (4)
⚙️ External commands (4)
🌐 Network access (2)
Jan 12, 2026, 04:58 PM
All 152 static findings are FALSE POSITIVES. The skill consists only of markdown documentation files with Python code examples for the COBRApy metabolic modeling library. The 'backtick execution' flags triggered on Python docstrings in code blocks. 'Weak crypto' flags triggered on scientific terms. 'System reconnaissance' flags triggered on metabolic modeling terminology like 'blocked reactions' and 'essential genes'. 'Credential access' flags triggered on model attribute references (model.reactions). No executable code, network requests, or credential handling found.
Risk Factors
⚡ Contains scripts (4)
⚙️ External commands (120)
🌐 Network access (2)
Jan 4, 2026, 05:01 PM
Documentation-only skill containing markdown files with COBRApy workflow examples. No executable code, network calls, file system access, or external commands present. Pure instructional content for metabolic modeling.