Skip to main content

media-stack-full-refresh

Automates the refresh of a media stack, ensuring data consistency and accessibility after changes in content or configuration.

Install this skill

or
65/100

Security score

The media-stack-full-refresh skill was audited on Mar 3, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Curl to non-GitHub URL

SourceSKILL.md
81curl -X POST 'http://localhost:8096/Library/Refresh' \
medium line 147

Curl to non-GitHub URL

SourceSKILL.md
147curl -s 'http://localhost:8096/Items/Counts' \
medium line 152

Curl to non-GitHub URL

SourceSKILL.md
152curl -s 'http://localhost:8096/Items?SearchTerm=Naruto&Recursive=true' \
medium line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -s 'http://localhost:8096/Library/VirtualFolders' \
medium line 213

Curl to non-GitHub URL

SourceSKILL.md
213curl -X POST 'http://localhost:8096/Items/{LibraryId}/Refresh?Recursive=true' \
medium line 51

Wget to non-GitHub URL

SourceSKILL.md
51wget https://raw.githubusercontent.com/YOUR_REPO/main/.claude/skills/media-stack-refresh/scripts/full_refresh.sh
low line 81

External URL reference

SourceSKILL.md
81curl -X POST 'http://localhost:8096/Library/Refresh' \
low line 147

External URL reference

SourceSKILL.md
147curl -s 'http://localhost:8096/Items/Counts' \
low line 152

External URL reference

SourceSKILL.md
152curl -s 'http://localhost:8096/Items?SearchTerm=Naruto&Recursive=true' \
low line 209

External URL reference

SourceSKILL.md
209curl -s 'http://localhost:8096/Library/VirtualFolders' \
low line 213

External URL reference

SourceSKILL.md
213curl -X POST 'http://localhost:8096/Items/{LibraryId}/Refresh?Recursive=true' \
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →