next-compile
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- Local Network Communication: The skill communicates exclusively with a development server running on
localhost. This ensures that diagnostic information is handled within the local environment and not transmitted to external services. - Minimal Dependency Profile: The implementation relies on Node.js built-in functionality. By avoiding third-party packages, the skill maintains a straightforward and transparent security posture.
- Scoped Data Processing: The tool is designed specifically to retrieve and display compilation issues. It does not attempt to access sensitive files, environment variables, or user credentials.
- Diagnostic Data Ingestion: The skill processes feedback from the local compiler to assist in error correction.
- Ingestion points: The
scripts/check.mjsfile fetches data from the local server endpoint via an HTTP POST request. - Boundary markers: The retrieved content is handled as diagnostic text for the agent to review and act upon.
- Capability inventory: The skill is intended for use alongside standard file editing tools to resolve reported issues.
- Sanitization: The script provides the diagnostic output as retrieved, which is appropriate for its role in a trusted local development workflow.
Audit Metadata