Audit-Verlauf
scientific-visualization - 4 Audits
Audit-Version 4
Neueste SicherJan 17, 2026, 06:47 AM
All 309 static findings are false positives. The scanner misidentifies hex color codes (#E69F00, etc.) as cryptographic hashes, markdown code blocks as shell execution, and configuration variables as certificate files. This is a legitimate scientific visualization library with matplotlib styling, color palettes, and figure export utilities. No actual security risks exist - the skill only manipulates local figure files and contains no network calls, external commands, or credential handling.
Risikofaktoren
⚡ Enthält Skripte (2)
📁 Dateisystemzugriff (1)
Audit-Version 3
SicherJan 17, 2026, 06:47 AM
All 309 static findings are false positives. The scanner misidentifies hex color codes (#E69F00, etc.) as cryptographic hashes, markdown code blocks as shell execution, and configuration variables as certificate files. This is a legitimate scientific visualization library with matplotlib styling, color palettes, and figure export utilities. No actual security risks exist - the skill only manipulates local figure files and contains no network calls, external commands, or credential handling.
Risikofaktoren
⚡ Enthält Skripte (2)
📁 Dateisystemzugriff (1)
Audit-Version 2
SicherJan 12, 2026, 05:01 PM
The static analysis findings are overwhelmingly false positives. The 'weak cryptographic algorithm' alerts are triggered by color hex codes (e.g., #E69F00) being misidentified as hashes. The 'external commands' findings are code examples in documentation, not actual command execution. The 'certificate/key files' findings are also false positives - no actual cryptographic materials are present. This is a legitimate scientific visualization library with no security risks.
Risikofaktoren
🌐 Netzwerkzugriff (1)
⚙️ Externe Befehle (1)
Audit-Version 1
Niedriges RisikoJan 4, 2026, 04:55 PM
This is a pure scientific visualization skill. It contains Python helper scripts that configure matplotlib settings and export figures to local files. No network calls, no credential access, no code execution hooks. The filesystem access is limited to saving user-specified figure outputs.