A plugin step on Retrieve or RetrieveMultiple
What it is
Plugin step registered on Retrieve or RetrieveMultiple.
Why it matters
These are the hottest messages on the platform, so every list view, lookup, and API read pays the step's cost. Worst when it makes an outbound call on every read.
Find it yourself
Filter your step list by message and look for Retrieve and RetrieveMultiple. These are usually deliberate, so the question is not whether the step should exist but whether it is fast enough to sit on every read in the environment.
How to fix it
Move the logic off the read path; if it must stay, keep it fast with no outbound calls or extra queries.
Not a security finding
This one is environment health, so it carries a plain label and no control mapping. Presenting an operational gap as a security finding would make the real security findings harder to trust, so we keep the two apart.
Pathix checks this across every environment you scan, along with 39 other conditions. Self-hosted in your own Azure, read-only, metadata-only.