ports
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive documentation and code examples for Elixir/Erlang Port management. All examples use standard system paths (e.g., /usr/bin/python3, /bin/cat) or generic placeholders for demonstrating process communication.- [SAFE]: The 'Security Considerations' section explicitly warns against shell injection risks associated with the
:spawnoption and recommends the safer:spawn_executableapproach, which is an industry best practice for process execution.- [SAFE]: No evidence of data exfiltration, credential harvesting, or unauthorized remote code execution was found. The skill does not perform any network operations to external domains.- [SAFE]: The code snippets follow standard Open Telecom Platform (OTP) patterns for wrapping external processes in GenServers and using supervision trees for lifecycle management.- [SAFE]: The references file provides deep technical documentation on Erlang internals, including wire formats and backpressure mechanisms, without any hidden or malicious instructions.
Audit Metadata