可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
Feishu Audio Message
Send voice/audio messages to Feishu (Lark) users via Open API
Feishu audio/video messaging skill with fully documented functionality, legitimate API integration, and no malicious indicators.
技能名称Feishu Audio Message
分析耗时33.5s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 fs.readFileSync() used for local audio/video files only
网络访问 READ WRITE ✓ 一致 Sends messages to Feishu API endpoints - necessary for messaging feature
命令执行 NONE WRITE ✓ 一致 execFileSync for ffmpeg/ffprobe; documented in SKILL.md as requirement
环境变量 READ READ ✓ 一致 Reads FEISHU_APP_ID, FEISHU_APP_SECRET - documented and necessary
5 项发现
🔗
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal
SKILL.md:70
🔗
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis/im/v1/files
SKILL.md:75
🔗
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis/im/v1/messages?receive_id_type=open_id
SKILL.md:86
🔗
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis/im/v1/images
scripts/send-video.mjs:191
🔗
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis/im/v1/messages?receive_id_type=$
scripts/send-video.mjs:264

目录结构

5 文件 · 26.8 KB · 969 行
JavaScript 2f · 556L Markdown 2f · 358L Shell 1f · 55L
├─ 📁 scripts
│ ├─ 🔧 convert-audio.sh Shell 55L · 1.6 KB
│ ├─ 📜 send-video.mjs JavaScript 360L · 11.5 KB
│ └─ 📜 send-voice.mjs JavaScript 196L · 5.9 KB
├─ 📝 README.md Markdown 233L · 4.9 KB
└─ 📝 SKILL.md Markdown 125L · 2.9 KB

安全亮点

✓ All functionality explicitly documented in SKILL.md
✓ Network requests only to official Feishu API (open.feishu.cn)
✓ Shell execution uses controlled commands (ffmpeg/ffprobe) with fixed arguments
✓ Credentials used only for Feishu authentication, not exfiltrated
✓ No access to sensitive filesystem paths (~/.ssh, ~/.aws, .env)
✓ No obfuscation techniques (base64, eval, atob) detected
✓ Temp files created in os.tmpdir() with proper cleanup
✓ No data exfiltration beyond legitimate API calls