Skip to main content

beefreesdk

Provides guidelines and best practices for building applications with Beefree SDK, covering installation, authentication, and customization.

Install this skill

or
68/100

Security score

The beefreesdk skill was audited on Feb 9, 2026 and we found 24 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120console.log(`Proxy server running on http://localhost:${PORT}`);
low line 130

Fetch to external URL

SourceSKILL.md
130const token = await fetch('http://localhost:3001/proxy/bee-auth', {
low line 300

Fetch to external URL

SourceSKILL.md
300const token = await fetch('http://localhost:3001/proxy/bee-auth', {
low line 370

Fetch to external URL

SourceSKILL.md
370const response = await fetch('https://api.getbee.io/v1/conversion/html-to-json', {
low line 408

Fetch to external URL

SourceSKILL.md
408fetch('/api/beefree/auth', {
low line 544

Fetch to external URL

SourceSKILL.md
544const token = await fetch('http://localhost:3001/proxy/bee-auth', {
low line 611

Fetch to external URL

SourceSKILL.md
611fetch('/api/beefree/auth', {
medium line 67

Access to .env file

SourceSKILL.md
67- Create a `.env` file in your project root with your Beefree credentials:
low line 94

Access to .env file

SourceSKILL.md
94const BEE_CLIENT_ID = process.env.BEE_CLIENT_ID;
low line 95

Access to .env file

SourceSKILL.md
95const BEE_CLIENT_SECRET = process.env.BEE_CLIENT_SECRET;
low line 103

External URL reference

SourceSKILL.md
103'https://auth.getbee.io/loginV2',
low line 120

External URL reference

SourceSKILL.md
120console.log(`Proxy server running on http://localhost:${PORT}`);
low line 126

External URL reference

SourceSKILL.md
126- Use the V2 authentication endpoint: `https://auth.getbee.io/loginV2`
low line 130

External URL reference

SourceSKILL.md
130const token = await fetch('http://localhost:3001/proxy/bee-auth', {
low line 209

External URL reference

SourceSKILL.md
209link: 'http://[unsubscribe]/',
low line 214

External URL reference

SourceSKILL.md
214link: 'http://[subscribe]/',
low line 300

External URL reference

SourceSKILL.md
300const token = await fetch('http://localhost:3001/proxy/bee-auth', {
low line 363

External URL reference

SourceSKILL.md
363- API endpoint: `https://api.getbee.io/v1/conversion/html-to-json`
low line 370

External URL reference

SourceSKILL.md
370const response = await fetch('https://api.getbee.io/v1/conversion/html-to-json', {
low line 481

External URL reference

SourceSKILL.md
481{ type: 'unsubscribe', label: 'Unsubscribe', link: 'http://[unsubscribe]/' },
low line 482

External URL reference

SourceSKILL.md
482{ type: 'subscribe', label: 'Subscribe', link: 'http://[subscribe]/' },
low line 483

External URL reference

SourceSKILL.md
483{ type: 'webview', label: 'View in Browser', link: 'http://[webview]/' },
low line 544

External URL reference

SourceSKILL.md
544const token = await fetch('http://localhost:3001/proxy/bee-auth', {
low line 596

External URL reference

SourceSKILL.md
596<script src="https://app-rsrc.getbee.io/plugin/BeefreeSDK.js"></script>
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →