감사 이력
clinicaltrials-database - 4 감사들
감사 버전 4
최신 안전Jan 17, 2026, 06:23 AM
All 249 static findings are FALSE POSITIVES. The scanner misinterpreted markdown documentation syntax as executable code with security implications. The actual skill code (scripts/query_clinicaltrials.py) makes only legitimate HTTP GET requests to the ClinicalTrials.gov public API. No command execution, file operations, cryptographic operations, or suspicious network activity exists in the executable code. The skill is a simple data lookup tool for clinical research.
위험 요인
감사 버전 3
안전Jan 17, 2026, 06:23 AM
All 249 static findings are FALSE POSITIVES. The scanner misinterpreted markdown documentation syntax as executable code with security implications. The actual skill code (scripts/query_clinicaltrials.py) makes only legitimate HTTP GET requests to the ClinicalTrials.gov public API. No command execution, file operations, cryptographic operations, or suspicious network activity exists in the executable code. The skill is a simple data lookup tool for clinical research.
위험 요인
감사 버전 2
안전Jan 12, 2026, 04:54 PM
All 237 static findings are FALSE POSITIVES. The scanner misinterpreted markdown documentation code blocks as executable code with security implications. The actual skill code in scripts/query_clinicaltrials.py makes legitimate HTTP requests only to the ClinicalTrials.gov public API. No file operations, command execution, cryptographic operations, or suspicious network activity exists in the executable code.
위험 요인
⚙️ 외부 명령어 (149)
🌐 네트워크 접근 (35)
📁 파일 시스템 액세스 (2)
감사 버전 1
낮은 위험Jan 4, 2026, 04:58 PM
The skill includes a Python script that makes HTTPS requests to the public ClinicalTrials.gov API. No credential access, persistence mechanisms, or code obfuscation were identified. Network access is required for core functionality and all requests go to the official NIH-managed API endpoint.