pulsebot-app-builder
Enables users to build real-time data processing apps in Pulsebot using HTML/JavaScript, connecting directly to Timeplus for live data visualization.
Install this skill
or
90/100
Security score
The pulsebot-app-builder skill was audited on Jun 6, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 62
Access to .env file
SourceSKILL.md
| 62 | // Prevent jsx-runtime from crashing on process.env access |
low line 21
External URL reference
SourceSKILL.md
| 21 | > **Key architecture:** Both `@timeplus/proton-javascript-driver` and `@timeplus/vistral` ship UMD builds. Import them via `<script src="https://unpkg.com/...">` tags. The Proton driver connects direc |
low line 52
External URL reference
SourceSKILL.md
| 52 | <script src="https://unpkg.com/react@18/umd/react.production.min.js"></script> |
low line 53
External URL reference
SourceSKILL.md
| 53 | <script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script> |
low line 56
External URL reference
SourceSKILL.md
| 56 | <script src="https://unpkg.com/lodash@4/lodash.min.js"></script> |
low line 57
External URL reference
SourceSKILL.md
| 57 | <script src="https://unpkg.com/[email protected]/dist/ramda.min.js"></script> |
low line 58
External URL reference
SourceSKILL.md
| 58 | <script src="https://unpkg.com/@antv/g2@5/dist/g2.min.js"></script> |
low line 59
External URL reference
SourceSKILL.md
| 59 | <script src="https://unpkg.com/@antv/s2@2/dist/s2.min.js"></script> |
low line 72
External URL reference
SourceSKILL.md
| 72 | <script src="https://unpkg.com/@timeplus/vistral/dist/index.umd.min.js"></script> |
low line 75
External URL reference
SourceSKILL.md
| 75 | <script src="https://unpkg.com/@timeplus/proton-javascript-driver/dist/index.umd.js"></script> |
Scanned on Jun 6, 2026
View Security Dashboard