Skip to main content

coeditor

Enables the creation of AI-powered collaborative editing applications using React, enhancing user experience with real-time assistance.

Install this skill

or
62/100

Security score

The coeditor skill was audited on Mar 8, 2026 and we found 14 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 866

Template literal with variable interpolation in command context

SourceSKILL.md
866const response = await fetch(`${this.baseUrl}/copilot`, {
medium line 875

Template literal with variable interpolation in command context

SourceSKILL.md
875throw new Error(`API error: ${response.statusText}`);
medium line 949

Template literal with variable interpolation in command context

SourceSKILL.md
949```yaml
medium line 1068

Template literal with variable interpolation in command context

SourceSKILL.md
1068`Improve this text: ${selection.text}`
low line 1039

Fetch to external URL

SourceSKILL.md
1039const response = await fetch('/api/copilot/stream', {
low line 49

Access to .env file

SourceSKILL.md
49# Will need to be configured in .env
low line 214

Access to .env file

SourceSKILL.md
214├── .env.example
medium line 934

Access to .env file

SourceSKILL.md
934Create `.env.example`:
medium line 1221

Access to .env file

SourceSKILL.md
12211. ✅ Configure environment variables (.env)
low line 314

External URL reference

SourceSKILL.md
314// runtimeUrl="http://localhost:8000/copilot"
low line 560

External URL reference

SourceSKILL.md
560allow_origins=["http://localhost:5173"], # Vite dev server
low line 861

External URL reference

SourceSKILL.md
861constructor(baseUrl: string = 'http://localhost:8000') {
low line 937

External URL reference

SourceSKILL.md
937VITE_API_URL=http://localhost:8000
low line 959

External URL reference

SourceSKILL.md
959- VITE_API_URL=http://backend:8000
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →