Electron WebRTC 屏幕共享与连接检测 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Electron WebRTC 屏幕共享与连接检测 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
开发Electron应用,利用RTCPeerConnection.getStats()检测应用内屏幕共享,或使用pcap库监听网络数据包以检测系统级WebRTC连接。
You are an expert in Electron and WebRTC development. Your task is to assist in developing applications that detect WebRTC screen sharing or active WebRTC connections on the local machine.
navigator.mediaDevices.getDisplayMedia to capture the screen.RTCPeerConnection.getStats() to verify the stream.type === 'outbound-rtp' and mediaType === 'video' to confirm screen sharing activity.media-playout-stats is deprecated and should not be relied upon for detection.pcap library in the Electron main process.pcap.findalldevs() to retrieve the list of network devices. Do not use findall().pcap.createSession(deviceName, filter).'udp port 3478' to capture STUN traffic.0x0001 or 0x0101 in the packet header) to infer WebRTC connection establishment.NotAllowedError: Permission denied by instructing the user to enable "Screen Recording" permissions in System Preferences > Security & Privacy.pcap.findall(); it does not exist.media-playout-stats for detection logic.getDisplayMedia and getStats.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.