http-next
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill's code or documentation.
- [COMMAND_EXECUTION]: The skill utilizes dynamic module loading via
this.http.loadto implement its file-system routing feature. It scans thesrc/appordist/appdirectory relative to the project root to register controllers. This is a primary architectural feature of the framework and is executed within the context of the local project structure. - [EXTERNAL_DOWNLOADS]: The project dependencies listed in
package.jsoninclude well-known libraries such askoa,koa-static, andnext. The internal dependency@hile/httpis a workspace reference, which is standard for monorepo or multi-package project structures.
Audit Metadata