Audit History
simpy - 9 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v9 Latest | Jul 9, 2026, 02:23 PM | 1 confirmed | 2 | No capability change |
| v8 | Jul 9, 2026, 02:23 PM | 1 confirmed | 2 | No capability change |
| v7 | Jul 6, 2026, 07:20 PM | 1 confirmed | 2 | No capability change |
| v6 | Jul 6, 2026, 07:20 PM | 1 confirmed | 2 | Network accessExternal commands Contains scripts |
| v5 | Jun 30, 2026, 05:44 AM | 1 confirmed | 1 | Contains scripts External commandsNetwork access |
| v4 | Jan 17, 2026, 07:08 AM | No confirmed findings | 0 | No capability change |
| v3 | Jan 17, 2026, 07:08 AM | No confirmed findings | 0 | No capability change |
| v2 | Jan 12, 2026, 04:18 PM | No confirmed findings | 0 | External commandsNetwork access Contains scripts |
| v1 | Jan 4, 2026, 05:08 PM | No confirmed findings | 0 | Baseline |
Jul 9, 2026, 02:23 PM
Most static findings are false positives caused by SimPy API names, Markdown backticks, and the env simulation object. Two filesystem findings are confirmed because CSV export helpers write to caller-provided filenames. A low-severity semantic issue notes promotional steering toward an external K-Dense service.
Confirmed security concerns (1)
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.
Risk Factors
๐ Network access (22)
๐ Filesystem access (2)
โ๏ธ External commands (50)
Jul 9, 2026, 02:23 PM
Most static findings are false positives caused by SimPy API names, Markdown backticks, and the env simulation object. Two filesystem findings are confirmed because CSV export helpers write to caller-provided filenames. A low-severity semantic issue notes promotional steering toward an external K-Dense service.
Confirmed security concerns (1)
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.
Risk Factors
๐ Network access (22)
๐ Filesystem access (2)
โ๏ธ External commands (50)
Jul 6, 2026, 07:20 PM
Most static alerts are false positives caused by SimPy resource.request, self.env, Markdown backticks, and ordinary simulation terms. The confirmed issue is CSV export code that writes to caller-supplied filenames, which can overwrite local files. No evidence found of network calls, shell command execution, credential access, or prompt-injection instructions to bypass security review.
Confirmed security concerns (1)
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.
Risk Factors
๐ Network access (22)
๐ Filesystem access (2)
โ๏ธ External commands (50)
Jul 6, 2026, 07:20 PM
Most static alerts are false positives caused by SimPy resource.request, self.env, Markdown backticks, and ordinary simulation terms. The confirmed issue is CSV export code that writes to caller-supplied filenames, which can overwrite local files. No evidence found of network calls, shell command execution, credential access, or prompt-injection instructions to bypass security review.
Confirmed security concerns (1)
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.
Risk Factors
๐ Network access (22)
๐ Filesystem access (2)
โ๏ธ External commands (50)
Jun 30, 2026, 05:44 AM
Static analysis reported many command, network, sensitive-access, and weak-crypto alerts, but review found these are mainly Markdown code fences, SimPy resource request examples, and variables named env. The executable scripts do not perform shell execution or network access; the only confirmed risk is local CSV file writing and a low-severity promotional instruction.
Confirmed security concerns (1)
Capability review items (1)
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 (2)
๐ Filesystem access (2)
Jan 17, 2026, 07:08 AM
Static analysis flagged 260 potential security issues, but evaluation confirms all are false positives. The 'external_commands' findings are markdown backticks used for code formatting, not shell execution. The 'weak cryptographic algorithm' flags refer to random.seed() for simulation reproducibility. No actual security risks exist in this legitimate SimPy discrete-event simulation skill.
Risk Factors
โ๏ธ External commands (6)
๐ Network access (3)
๐ Filesystem access (2)
Jan 17, 2026, 07:08 AM
Static analysis flagged 260 potential security issues, but evaluation confirms all are false positives. The 'external_commands' findings are markdown backticks used for code formatting, not shell execution. The 'weak cryptographic algorithm' flags refer to random.seed() for simulation reproducibility. No actual security risks exist in this legitimate SimPy discrete-event simulation skill.
Risk Factors
โ๏ธ External commands (6)
๐ Network access (3)
๐ Filesystem access (2)
Jan 12, 2026, 04:18 PM
Static analysis flagged 253 potential issues, but evaluation shows these are false positives. The 'external_commands' findings are from markdown code examples using backticks for documentation, not actual shell execution. The 'weak cryptographic algorithm' findings refer to legitimate use of random.seed() for simulation reproducibility. No actual security risks identified.
Risk Factors
โ๏ธ External commands (3)
๐ Network access (2)
๐ Filesystem access (2)
Jan 4, 2026, 05:08 PM
Scanned 12 files totaling 2,907 lines. Python simulation utilities with no credential access, network calls, or external command execution. CSV file writing is user-initiated and local only. All capabilities match stated simulation framework purpose.