Confluence Documentation Patterns
Guides users in creating and managing technical documentation in Confluence, integrated with Jira workflows for seamless project management.
Install this skill
Security score
The Confluence Documentation Patterns skill was audited on Feb 9, 2026 and we found 23 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 1104 | curl https://service.example.com/health |
Curl to non-GitHub URL
| 1272 | curl https://service.example.com/health |
Webhook reference - potential data exfiltration
| 853 | ## Webhooks |
Webhook reference - potential data exfiltration
| 858 | POST /api/v1/webhooks |
Webhook reference - potential data exfiltration
| 863 | "url": "https://your-server.com/webhook", |
Webhook reference - potential data exfiltration
| 865 | "secret": "your-webhook-secret" |
Webhook reference - potential data exfiltration
| 920 | - Added webhook support |
External URL reference
| 632 | **Base URL:** `https://api.example.com/v1` |
External URL reference
| 668 | https://api.example.com/v1/resource |
External URL reference
| 863 | "url": "https://your-server.com/webhook", |
External URL reference
| 932 | - Status Page: https://status.company.com |
External URL reference
| 962 | | Service URL | https://service.example.com | |
External URL reference
| 963 | | Health Check | https://service.example.com/health | |
External URL reference
| 964 | | Logs | https://logs.example.com/service | |
External URL reference
| 965 | | Metrics | https://metrics.example.com/dashboard | |
External URL reference
| 1104 | curl https://service.example.com/health |
External URL reference
| 1272 | curl https://service.example.com/health |
External URL reference
| 1307 | | Error Rate | > 2% | > 5% | [Link](https://grafana.example.com/d/errors) | |
External URL reference
| 1308 | | Latency (p95) | > 500ms | > 1000ms | [Link](https://grafana.example.com/d/latency) | |
External URL reference
| 1309 | | CPU Usage | > 70% | > 90% | [Link](https://grafana.example.com/d/resources) | |
External URL reference
| 1310 | | Memory Usage | > 80% | > 95% | [Link](https://grafana.example.com/d/resources) | |
External URL reference
| 1311 | | Disk Usage | > 80% | > 90% | [Link](https://grafana.example.com/d/disk) | |
External URL reference
| 1552 | - Support: https://support.company.com |