Run ACB (Anypoint Code Builder) system diagnostics to check if the machine meets minimum specifications and apply Windows optimizations if needed
74
61%
Does it follow best practices?
Impact
98%
1.84xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/mule-development/run-system-diagnostics/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill contains runtime PowerShell that downloads and extracts a binary from https://github.com/microsoft/diskspd/releases/download/v2.2/DiskSpd.ZIP and then runs diskspd.exe for IOPS testing, which fetches and executes remote code during skill execution.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill instructs the agent to modify Windows security settings (add Microsoft Defender exclusions), perform admin-required powercfg changes, and download/execute binaries, all of which change system state and can weaken/ bypass security protections.
32e2b58
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.