Skip to main content

portability

Ensures code remains database-agnostic and hosting-agnostic, promoting portability across various SQL backends and deployment environments.

Install this skill

or
95/100

Security score

The portability skill was audited on Jun 6, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 96

Node child_process module reference

SourceSKILL.md
96Never use `fs`, `child_process`, or `path` in server routes and plugins. Use Nitro abstractions. (Actions in `actions/` run in Node.js and can use Node APIs freely.)
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →