Scan Report
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.
Safe to install
No action needed. This skill is safe for installation.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in any file |
| Network | NONE | NONE | — | No HTTP client code; documents webhook-based monitoring only |
| Shell | NONE | NONE | — | No shell commands in any file |
| Environment | NONE | NONE | — | No environment variable reading in any file |
| Skill Invoke | NONE | NONE | — | No cross-skill invocations in any file |
| Clipboard | NONE | NONE | — | No clipboard access in any file |
| Browser | NONE | NONE | — | No browser automation in any file |
| Database | NONE | NONE | — | No database access in any file |
6 findings
Medium External URL 外部 URL
https://n8n.supply-science.com/workflows/DevOps/AI_Agent_for_Debugging_Workflow_Executions README.md:31 Medium External URL 外部 URL
https://youtu.be/oJzNnHIusZs README.md:48 Medium External URL 外部 URL
https://your-n8n-instance.com/webhook/your-webhook-id README.md:55 Medium External URL 外部 URL
https://towardsdatascience.com/deploy-your-ai-assistant-to-monitor-and-debug-n8n-workflows-using-claude-and-mcp/ README.md:131 Medium External URL 外部 URL
https://www.samirsaci.com README.md:137 Medium External URL 外部 URL
https://www.linkedin.com/in/samir-saci README.md:138 File Tree
3 files · 9.7 KB · 298 lines Markdown 3f · 298L
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
SUBMISSION.md
Markdown
Security Positives
✓ 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