Skip to main content

website-content-deployment

Facilitates the deployment of website content changes using Docusaurus, including custom React pages and GitHub Actions for rapid updates.

Install this skill

or
64/100

Security score

The website-content-deployment skill was audited on Feb 25, 2026 and we found 20 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184copyright: `Copyright © ${new Date().getFullYear()} Orient.`,
medium line 339

Curl to non-GitHub URL

SourceSKILL.md
339curl -I https://orient.bot/privacy
medium line 518

Curl to non-GitHub URL

SourceSKILL.md
518curl -I https://orient.bot/contact
medium line 601

Curl to non-GitHub URL

SourceSKILL.md
601curl -I https://orient.bot/your-page
low line 17

External URL reference

SourceSKILL.md
17# Visit http://localhost:3000
low line 221

External URL reference

SourceSKILL.md
221- Starts dev server on http://localhost:3000
low line 244

External URL reference

SourceSKILL.md
244- Serves production build on http://localhost:3000
low line 314

External URL reference

SourceSKILL.md
314# Verify at http://localhost:3000
low line 318

External URL reference

SourceSKILL.md
318# Verify at http://localhost:3000
low line 330

External URL reference

SourceSKILL.md
330# Visit https://orient.bot/privacy (or your new route)
low line 339

External URL reference

SourceSKILL.md
339curl -I https://orient.bot/privacy
low line 343

External URL reference

SourceSKILL.md
343open https://orient.bot/privacy
low line 346

External URL reference

SourceSKILL.md
346open https://orient.bot
low line 477

External URL reference

SourceSKILL.md
477<a href="https://discord.gg/orient">Discord</a> - Real-time chat with the community
low line 490

External URL reference

SourceSKILL.md
490# Visit http://localhost:3000/contact
low line 518

External URL reference

SourceSKILL.md
518curl -I https://orient.bot/contact
low line 519

External URL reference

SourceSKILL.md
519open https://orient.bot/contact
low line 547

External URL reference

SourceSKILL.md
547- **Check:** Correct URL (https://orient.bot/your-page)
low line 601

External URL reference

SourceSKILL.md
601curl -I https://orient.bot/your-page
low line 602

External URL reference

SourceSKILL.md
602open https://orient.bot/your-page
Scanned on Feb 25, 2026
View Security Dashboard