filing-bug-reports
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
evaluate_matlab_codeto programmatically gather environment details such as MATLAB/Simulink versions, workspace paths, and connector port status. This is a primary function of the skill to ensure report accuracy. - [DATA_EXFILTRATION]: While the skill reads system context (OS, architecture, available skills, and configuration files like
.vscode/mcp.json), it is designed to write this data into a local Markdown file within the project'sissues/directory. No external network transmission was detected. - [SAFE]: The skill includes explicit security guardrails, instructing the agent to never include secrets, tokens, passwords, or PII in the generated reports and to redact them with
<REDACTED>. - [SAFE]: The skill's behavior is consistent with its stated purpose of bug reporting for the Simulink Agentic Toolkit (SATK), and all external tool calls are scoped to local environment introspection.
Audit Metadata