可信 — 风险评分 5/100
上次扫描:21 小时前 重新扫描
5 /100
anyvideos
Universal video downloader for YouTube, Twitter, Instagram, Facebook, and 1000+ sites
This is a straightforward video download skill that makes legitimate API calls to an external service using curl and ffmpeg - all behavior is documented in SKILL.md.
技能名称anyvideos
分析耗时31.3s
引擎pi
可以安装
No action needed. The skill is a documentation-only file with clear, declared functionality.
资源类型声明权限推断权限状态证据
文件系统 NONE READ ✓ 一致 SKILL.md:131 - 'ls -lh output.mp4' to check file size
网络访问 READ READ ✓ 一致 SKILL.md:64 - POST to anyvideos.yx.lu/api/extract
命令执行 WRITE WRITE ✓ 一致 SKILL.md:119-135 - curl downloads and ffmpeg merges documented
环境变量 READ READ ✓ 一致 SKILL.md:5-6 - requires ANYVIDEOS_API_KEY
9 项发现
🔗
中危 外部 URL 外部 URL
https://anyvideos.yx.lu
SKILL.md:5
🔗
中危 外部 URL 外部 URL
https://anyvideos.yx.lu**
SKILL.md:48
🔗
中危 外部 URL 外部 URL
https://anyvideos.yx.lu/api/extract
SKILL.md:64
🔗
中危 外部 URL 外部 URL
https://direct-download-link.mp4
SKILL.md:81
🔗
中危 外部 URL 外部 URL
https://thumbnail.jpg
SKILL.md:82
🔗
中危 外部 URL 外部 URL
https://anyvideos.yx.lu/dashboard/topup
SKILL.md:105
🔗
中危 外部 URL 外部 URL
https://www.youtube.com/watch?v=dQw4w9WgXcQ
SKILL.md:186
🔗
中危 外部 URL 外部 URL
https://twitter.com/user/status/123456
SKILL.md:189
🔗
中危 外部 URL 外部 URL
https://www.instagram.com/reel/ABC123/
SKILL.md:192

目录结构

1 文件 · 6.2 KB · 196 行
Markdown 1f · 196L
└─ 📝 SKILL.md Markdown 196L · 6.2 KB

安全亮点

✓ Documentation-only skill with no hidden executable code
✓ All network calls are to the declared anyvideos.yx.lu API
✓ Shell commands (curl, ffmpeg) are standard legitimate tools for video processing
✓ API key requirement is explicitly declared in metadata
✓ File operations are limited to downloading and cleanup as documented
✓ No credential harvesting beyond the user-provided API key
✓ No obfuscation, base64 encoding, or suspicious patterns detected
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)