portability
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides coding standards and best practices for cross-platform and database-agnostic development using established tools like Drizzle ORM and the Nitro/H3 frameworks.
- [SAFE]: Mentions of environment variables such as
DATABASE_URLare used in a conceptual, instructional context for deployment guidance and do not contain hardcoded credentials or secrets. - [SAFE]: Restrictions on using specific Node.js APIs (e.g.,
fs,child_process,path) in server routes serve to improve code portability and security by reducing the attack surface of the deployed application. - [SAFE]: All references to external libraries (e.g.,
drizzle-orm) and internal framework components (e.g.,@agent-native/core) are standard development dependencies with no suspicious installation or execution patterns.
Audit Metadata