監査履歴
qryma-search - 4 監査
監査バージョン 4
最新 安全Apr 2, 2026, 02:51 AM
Static analysis detected 136 potential security issues across 12 files. After evaluation, all findings are false positives related to legitimate skill functionality: environment variable access for API key authentication, network requests to official Qryma API endpoints, shell commands in documentation examples, and configuration file reading. No evidence of malicious intent, credential exfiltration, or data theft. The skill follows standard patterns for API-based search tools with proper error handling.
低リスクの問題 (1)
リスク要因
監査バージョン 3
安全Mar 26, 2026, 02:31 AM
All 112 static analyzer findings were evaluated and determined to be FALSE POSITIVES. The env_access patterns are legitimate API key configuration. Network calls go to the documented Qryma API endpoint. External command findings are markdown documentation examples, not actual shell execution. Filesystem access targets standard configuration directories. No malicious patterns, code execution, data exfiltration, or obfuscation detected. The skill is safe for publication.
低リスクの問題 (1)
リスク要因
🌐 ネットワークアクセス (2)
📁 ファイルシステムへのアクセス (2)
監査バージョン 2
低リスクMar 25, 2026, 09:16 AM
Static analysis flagged 112 potential issues, but most are false positives. Environment variable access (QRYMA_API_KEY, QRYMA_ENDPOINT) is legitimate configuration for an API-based skill. Network calls target the documented Qryma API endpoint. External command findings are documentation examples in markdown, not executable code. Filesystem access is limited to standard config file locations (~/.qryma/.env). No malicious patterns detected.
低リスクの問題 (2)
リスク要因
🔑 環境変数 (6)
🌐 ネットワークアクセス (2)
📁 ファイルシステムへのアクセス (2)
監査バージョン 1
低リスクMar 25, 2026, 08:14 AM
Static analyzer flagged 112 patterns but evaluation shows these are false positives. Environment variable access (QRYMA_API_KEY, QRYMA_ENDPOINT) is standard configuration for API-based tools. Network requests to search.qryma.com represent core functionality. Hidden file access (~/.qryma/.env) is legitimate config storage. No malicious patterns, credential exfiltration, or obfuscation detected. The skill is a transparent web search tool requiring user-provided API credentials.