Skip to main content

news-summary

Fetches and summarizes news from trusted international sources, providing concise updates and voice summaries for users.

Install this skill

or
46/100

Security score

The news-summary skill was audited on Feb 9, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -s "https://feeds.bbci.co.uk/news/world/rss.xml"
medium line 20

Curl to non-GitHub URL

SourceSKILL.md
20curl -s "https://feeds.bbci.co.uk/news/rss.xml"
medium line 23

Curl to non-GitHub URL

SourceSKILL.md
23curl -s "https://feeds.bbci.co.uk/news/business/rss.xml"
medium line 26

Curl to non-GitHub URL

SourceSKILL.md
26curl -s "https://feeds.bbci.co.uk/news/technology/rss.xml"
medium line 32

Curl to non-GitHub URL

SourceSKILL.md
32curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best"
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -s "https://feeds.npr.org/1001/rss.xml"
medium line 42

Curl to non-GitHub URL

SourceSKILL.md
42curl -s "https://www.aljazeera.com/xml/rss/all.xml"
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" | \
medium line 70

Curl to non-GitHub URL

SourceSKILL.md
70curl -s https://api.openai.com/v1/audio/speech \
low line 17

External URL reference

SourceSKILL.md
17curl -s "https://feeds.bbci.co.uk/news/world/rss.xml"
low line 20

External URL reference

SourceSKILL.md
20curl -s "https://feeds.bbci.co.uk/news/rss.xml"
low line 23

External URL reference

SourceSKILL.md
23curl -s "https://feeds.bbci.co.uk/news/business/rss.xml"
low line 26

External URL reference

SourceSKILL.md
26curl -s "https://feeds.bbci.co.uk/news/technology/rss.xml"
low line 32

External URL reference

SourceSKILL.md
32curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best"
low line 37

External URL reference

SourceSKILL.md
37curl -s "https://feeds.npr.org/1001/rss.xml"
low line 42

External URL reference

SourceSKILL.md
42curl -s "https://www.aljazeera.com/xml/rss/all.xml"
low line 49

External URL reference

SourceSKILL.md
49curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" | \
low line 70

External URL reference

SourceSKILL.md
70curl -s https://api.openai.com/v1/audio/speech \
Scanned on Feb 9, 2026
View Security Dashboard