스킬 faceswap 감사 이력
🎭

감사 이력

faceswap - 2 감사들

감사 버전 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.

4
스캔된 파일
347
분석된 줄 수
4
발견 사항
claude
감사자
보안 문제를 찾지 못했습니다

감사 버전 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.

4
스캔된 파일
341
분석된 줄 수
5
발견 사항
claude
감사자
낮은 위험 문제 (1)
Temporary File Storage
Skill uses /tmp/verging-faceswap/ directory for temporary video and image files during processing. Files are documented to be cleaned up after processing but temporary storage of user media could pose privacy risks if cleanup fails.