matlab-simulate-bluetooth-network
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to generate and execute MATLAB code based on user-provided simulation requirements. This creates an indirect prompt injection surface where untrusted user input could be interpolated into generated scripts and executed.
- Ingestion points: Simulation parameters, node names, and scenario descriptions provided by the user at runtime (refer to SKILL.md and reference files).
- Boundary markers: Absent. The skill instructions do not specify the use of delimiters or 'ignore' instructions for data processed during code generation.
- Capability inventory: The skill is configured to use 'evaluate_matlab_code' and 'run_matlab_file', allowing for the execution of arbitrary MATLAB commands (refer to manifest.yaml).
- Sanitization: There is no evidence of input validation or sanitization for parameters interpolated into the MATLAB code snippets.
Audit Metadata