Skip to main content

Backend Setup

Facilitates the setup of an agent runtime backend, including server configuration and REST API creation using Node.js.

Install this skill

or
90/100

Security score

The Backend Setup skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84new Request(`http://${req.headers.host}${req.url}`, {
low line 65

Access to .env file

SourceSKILL.md
65tokenId: process.env.MODAL_TOKEN_ID!,
low line 66

Access to .env file

SourceSKILL.md
66tokenSecret: process.env.MODAL_TOKEN_SECRET!,
low line 29

External URL reference

SourceSKILL.md
29Obtain Modal credentials from [modal.com](https://modal.com).
low line 84

External URL reference

SourceSKILL.md
84new Request(`http://${req.headers.host}${req.url}`, {
low line 103

External URL reference

SourceSKILL.md
103console.log("Server running on http://localhost:3001");
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →