cross-platform-compatibility
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Provides utility patterns for executing platform-specific commands such as directory listing and process management using child_process.exec and child_process.spawn. The guide appropriately warns developers to sanitize user inputs when using these functions.
- [COMMAND_EXECUTION]: Includes examples of setting file permissions on Unix-like platforms using fs.chmodSync.
- [EXTERNAL_DOWNLOADS]: References well-known and trusted Node.js packages and official GitHub Actions for cross-platform development and automated testing.
Audit Metadata