Back to skill
Skillv1.0.0
Static analysis security
feishu-video · Deterministic local checks for risky code patterns and metadata mismatches.
Scanner verdict
SuspiciousApr 30, 2026, 5:14 AM
- Summary
- Detected: suspicious.env_credential_access, suspicious.potential_exfiltration
- Reason codes
- suspicious.env_credential_accesssuspicious.potential_exfiltration
- Engine
- v2.4.5
Evidence
criticalscripts/send-video.mjs:70
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/send-voice.mjs:62
Environment variable access combined with network send.
suspicious.env_credential_access
warnscripts/send-video.mjs:140
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnscripts/send-voice.mjs:120
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
