matlab-vehicle-network-communication
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The documentation for Linux SocketCAN (references/shared/limitations.md) instructs users to run
sudo ip linkcommands to configure network interfaces. These are presented as manual configuration steps for the user to establish the necessary network environment and are not instructions for the agent to execute autonomously. - [PROMPT_INJECTION]: The skill is designed to ingest and analyze external CAN bus traffic via the
receivefunction (references/can/receive.md). This represents a surface for indirect prompt injection where untrusted binary data enters the agent context. However, the risk is minimal as data is processed by specialized diagnostic scripts (scripts/can/troubleshooting/*.p) for technical metrics like cycle time and bus load rather than natural language processing. - [SAFE]: The skill uses binary MATLAB P-files for troubleshooting logic. These are vendor-provided resources from MathWorks used to protect intellectual property and facilitate complex diagnostics. The agent interacts with these via the
evaluate_matlab_codetool as part of its intended diagnostic workflow.
Audit Metadata