beefreesdk
Provides guidelines and best practices for building applications with Beefree SDK, covering installation, authentication, and customization.
Install this skill
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
Template literal with variable interpolation in command context
| 120 | console.log(`Proxy server running on http://localhost:${PORT}`); |
Fetch to external URL
| 130 | const token = await fetch('http://localhost:3001/proxy/bee-auth', { |
Fetch to external URL
| 300 | const token = await fetch('http://localhost:3001/proxy/bee-auth', { |
Fetch to external URL
| 370 | const response = await fetch('https://api.getbee.io/v1/conversion/html-to-json', { |
Fetch to external URL
| 408 | fetch('/api/beefree/auth', { |
Fetch to external URL
| 544 | const token = await fetch('http://localhost:3001/proxy/bee-auth', { |
Fetch to external URL
| 611 | fetch('/api/beefree/auth', { |
Access to .env file
| 67 | - Create a `.env` file in your project root with your Beefree credentials: |
Access to .env file
| 94 | const BEE_CLIENT_ID = process.env.BEE_CLIENT_ID; |
Access to .env file
| 95 | const BEE_CLIENT_SECRET = process.env.BEE_CLIENT_SECRET; |
External URL reference
| 103 | 'https://auth.getbee.io/loginV2', |
External URL reference
| 120 | console.log(`Proxy server running on http://localhost:${PORT}`); |
External URL reference
| 126 | - Use the V2 authentication endpoint: `https://auth.getbee.io/loginV2` |
External URL reference
| 130 | const token = await fetch('http://localhost:3001/proxy/bee-auth', { |
External URL reference
| 209 | link: 'http://[unsubscribe]/', |
External URL reference
| 214 | link: 'http://[subscribe]/', |
External URL reference
| 300 | const token = await fetch('http://localhost:3001/proxy/bee-auth', { |
External URL reference
| 363 | - API endpoint: `https://api.getbee.io/v1/conversion/html-to-json` |
External URL reference
| 370 | const response = await fetch('https://api.getbee.io/v1/conversion/html-to-json', { |
External URL reference
| 481 | { type: 'unsubscribe', label: 'Unsubscribe', link: 'http://[unsubscribe]/' }, |
External URL reference
| 482 | { type: 'subscribe', label: 'Subscribe', link: 'http://[subscribe]/' }, |
External URL reference
| 483 | { type: 'webview', label: 'View in Browser', link: 'http://[webview]/' }, |
External URL reference
| 544 | const token = await fetch('http://localhost:3001/proxy/bee-auth', { |
External URL reference
| 596 | <script src="https://app-rsrc.getbee.io/plugin/BeefreeSDK.js"></script> |