Skip to main content

podcast-publish-xiaoyuzhou

Automates the daily publishing of technology podcasts to the Xiaoyuzhou platform, integrating RSS feeds and notifications.

Install this skill

or
67/100

Security score

The podcast-publish-xiaoyuzhou skill was audited on Feb 25, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 285

Curl to non-GitHub URL

SourceSKILL.md
285curl -I "https://rss.com/podcasts/{YOUR_ID}/feed.xml"
medium line 85

Access to .env file

SourceSKILL.md
85编辑 `apps/daily-podcast-ai/.env`:
medium line 487

Access to .env file

SourceSKILL.md
487- ✅ `.env` 已在 `.gitignore` 中
low line 61

External URL reference

SourceSKILL.md
61--rss-url "https://rss.com/podcasts/xxx/feed.xml" \
low line 62

External URL reference

SourceSKILL.md
62--episode-url "https://rss.com/podcasts/xxx/episodes/ep_xxx" \
low line 72

External URL reference

SourceSKILL.md
721. **注册账号**: https://rss.com/ → Sign Up
low line 93

External URL reference

SourceSKILL.md
931. **登录创作者平台**: https://podcaster.xiaoyuzhoufm.com/podcasts/695e1e64e0970c835fb2e784/home
low line 96

External URL reference

SourceSKILL.md
96- 输入: `https://rss.com/podcasts/{YOUR_ID}/feed.xml`
low line 102

External URL reference

SourceSKILL.md
1021. **创建飞书应用**: https://open.feishu.cn/app
low line 250

External URL reference

SourceSKILL.md
250│ 🔗 单集链接: https://rss.com/... │
low line 251

External URL reference

SourceSKILL.md
251│ 📡 RSS Feed: https://rss.com/...feed.xml│
low line 285

External URL reference

SourceSKILL.md
285curl -I "https://rss.com/podcasts/{YOUR_ID}/feed.xml"
low line 316

External URL reference

SourceSKILL.md
316--rss-url "https://rss.com/podcasts/xxx/feed.xml" \
low line 335

External URL reference

SourceSKILL.md
335**Base URL**: https://api.rss.com/v4
low line 460

External URL reference

SourceSKILL.md
460"https://api.rss.com/v4/podcasts/$RSS_COM_PODCAST_ID/analytics"
low line 511

External URL reference

SourceSKILL.md
511- **RSS.com API**: https://api.rss.com/v4/docs
low line 512

External URL reference

SourceSKILL.md
512- **小宇宙创作者指南**: https://podcaster.xiaoyuzhoufm.com/help
low line 513

External URL reference

SourceSKILL.md
513- **飞书开放平台**: https://open.feishu.cn/document/
low line 521

External URL reference

SourceSKILL.md
521- **Feed验证**: https://validator.w3.org/feed/
low line 522

External URL reference

SourceSKILL.md
522- **卡片消息构建**: https://open.feishu.cn/tool/cardbuilder
low line 523

External URL reference

SourceSKILL.md
523- **ElevenLabs管理**: https://elevenlabs.io/app/
Scanned on Feb 25, 2026
View Security Dashboard