Skip to main content

theo-confluence-reader

This skill reads Confluence requirement documents and organizes them into a specified format, ensuring faithful documentation without analysis.

Install this skill

or
89/100

Security score

The theo-confluence-reader skill was audited on May 19, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302```powershell
low line 13

External URL reference

SourceSKILL.md
13$confluenceBaseUrl = "https://confluence.xxx.com"
low line 172

External URL reference

SourceSKILL.md
172throw "无效的Confluence URL,请提供形如 https://confluence.xxx.com/pages/viewpage.action?pageId=123456 的URL"
low line 209

External URL reference

SourceSKILL.md
209[string]$baseUrl = "https://confluence.xxx.com",
low line 384

External URL reference

SourceSKILL.md
3842. 对每个pageId,访问附件页面:`https://confluence.xxx.com/pages/viewpageattachments.action?pageId={pageId}`
low line 397

External URL reference

SourceSKILL.md
397$imageUrl = "https://confluence.xxx.com/download/attachments/272188760/image-2026-3-3_14-10-42.png?api=v2"
low line 429

External URL reference

SourceSKILL.md
429$imageUrl = "https://confluence.xxx.com/download/attachments/$($img.pageId)/$($img.filename)"
Scanned on May 19, 2026
View Security Dashboard
Installation guide →