감사 이력
scientific-visualization - 4 감사들
감사 버전 4
최신 안전Jan 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.
위험 요인
⚡ 스크립트 포함 (2)
📁 파일 시스템 액세스 (1)
감사 버전 3
안전Jan 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.
위험 요인
⚡ 스크립트 포함 (2)
📁 파일 시스템 액세스 (1)
감사 버전 2
안전Jan 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.
위험 요인
🌐 네트워크 접근 (1)
⚙️ 외부 명령어 (1)
감사 버전 1
낮은 위험Jan 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.