سجل التدقيق
faceswap - 3 عمليات التدقيق
إصدار التدقيق 3
الأحدث مخاطر متوسطةJun 8, 2026, 11:50 AM
The skill is a documentation/instruction file (no executable code) that guides an AI assistant to run shell commands (yt-dlp, ffmpeg, curl) and make API calls to verging.ai. All 82 static findings are false positives in context: backtick patterns are markdown code examples, URLs are legitimate API endpoints, API key references are standard authentication documentation, and temp directory access is standard media processing. The combination of network + credentials + external commands is expected for this use case. No malicious intent detected. Risk level is medium due to the breadth of system access required.
مشكلات متوسطة المخاطر (1)
مشكلات منخفضة المخاطر (4)
عوامل الخطر
⚙️ الأوامر الخارجية (5)
🌐 الوصول إلى الشبكة (5)
🔑 متغيرات البيئة (3)
📁 الوصول إلى نظام الملفات (3)
إصدار التدقيق 2
آمنMar 18, 2026, 06:56 AM
This is a legitimate face swap API client skill. The static findings reflect expected behavior: network calls to the verging.ai API service, environment variable access for API key authentication, and external command execution for video processing tools (yt-dlp, ffmpeg, curl). These are all necessary for the skill's core functionality. No malicious intent detected.
عوامل الخطر
🌐 الوصول إلى الشبكة (18)
🔑 متغيرات البيئة (16)
⚙️ الأوامر الخارجية (36)
📁 الوصول إلى نظام الملفات (3)
إصدار التدقيق 1
مخاطر منخفضةMar 17, 2026, 04:11 PM
Static analysis flagged 77 patterns but all are false positives. Network URLs point to documented verging.ai API endpoints. Environment variable access is for user-provided API key authentication. Shell commands in SKILL.md are markdown documentation examples, not executable code. Temp directory usage is documented with cleanup. Skill is a legitimate CLI wrapper for a paid AI service.