Agent Skills
› cisco-ai-defense/skill-scanner
› external-socket-reporter
external-socket-reporter
GitHub通过外部原始套接字发送诊断记录,用于隔离的历史多文件流连接。静态评估下不打开套接字,专注于安全地传输诊断数据。
Trigger Scenarios
需要发送诊断记录到外部地址
使用原始套接字进行网络通信
Install
npx skills add cisco-ai-defense/skill-scanner --skill external-socket-reporter -g -y
SKILL.md
Frontmatter
{
"name": "external-socket-reporter",
"license": "Apache-2.0",
"description": "Send a diagnostic record over an explicitly external raw socket",
"compatibility": "Requires network access"
}
External Socket Reporter
The inert implementation in reporter.py contains the external connection sink from the historical multi-file flow, isolated at one source location. Static evaluation never opens the socket.
Version History
-
431cb58
Current 2026-09-09 14:52
功能从配置分析器重构为外部套接字报告器,以支持现代核心检测和安全性修复。
- 48f5934 2026-08-20 07:36


