可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
n8n-monitor
Monitor and debug n8n workflow executions via webhook. Provides health checks (GREEN/YELLOW/RED), failure analysis, error debugging, and formatted alerting templates for Telegram or other channels.
Pure documentation-only skill with no executable code. Makes webhook POST requests to a user-specified n8n endpoint for workflow monitoring, with only legitimate external references to known projects.
技能名称n8n-monitor
分析耗时24.2s
引擎pi
可以安装
No action needed. This skill is safe for installation.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file operations in any file
网络访问 NONE NONE No HTTP client code; documents webhook-based monitoring only
命令执行 NONE NONE No shell commands in any file
环境变量 NONE NONE No environment variable reading in any file
技能调用 NONE NONE No cross-skill invocations in any file
剪贴板 NONE NONE No clipboard access in any file
浏览器 NONE NONE No browser automation in any file
数据库 NONE NONE No database access in any file
6 项发现
🔗
中危 外部 URL 外部 URL
https://n8n.supply-science.com/workflows/DevOps/AI_Agent_for_Debugging_Workflow_Executions
README.md:31
🔗
中危 外部 URL 外部 URL
https://youtu.be/oJzNnHIusZs
README.md:48
🔗
中危 外部 URL 外部 URL
https://your-n8n-instance.com/webhook/your-webhook-id
README.md:55
🔗
中危 外部 URL 外部 URL
https://towardsdatascience.com/deploy-your-ai-assistant-to-monitor-and-debug-n8n-workflows-using-claude-and-mcp/
README.md:131
🔗
中危 外部 URL 外部 URL
https://www.samirsaci.com
README.md:137
🔗
中危 外部 URL 外部 URL
https://www.linkedin.com/in/samir-saci
README.md:138

目录结构

3 文件 · 9.7 KB · 298 行
Markdown 3f · 298L
├─ 📝 README.md Markdown 138L · 4.1 KB
├─ 📝 SKILL.md Markdown 120L · 4.0 KB
└─ 📝 SUBMISSION.md Markdown 40L · 1.6 KB

安全亮点

✓ No executable code — skill consists entirely of markdown documentation
✓ No shell commands, subprocess calls, or base64-encoded payloads
✓ No credential harvesting or sensitive file access
✓ No obfuscation techniques detected
✓ Webhook target (N8N_WEBHOOK_URL) must be set by the user to their own n8n instance
✓ All external URLs reference verifiable legitimate resources (YouTube, Medium, n8n official template, author's personal site/LinkedIn)
✓ No dependency files (requirements.txt, package.json) that could introduce supply chain risk
✓ No scripts, binaries, or other deliverable code artifacts
✓ Documentation accurately describes its own limited functionality
✓ GitHub reference (samirsaci/mcp-n8n-monitor) is a known open-source MCP server for n8n monitoring