I’m competent at PowerShell and python3, and passable at sh/bash, but I don’t mind what you use. Heck, if I actually can get it from the GUI, that’d be even better.
Your linked Github issue seems to describe an edge case in which auto-fill fails for certain websites. I don’t think the Bitwarden vault contains any attributes that track whether or not the stored login items are affected by a bug that you had reported 6 months ago.
TBC Not an answer.
I can see an item for “autofillOnPageLoad” in the data.json file that the CLI downloads (so this data is part of the vault) but I can’t find syntax to reveal it so I can create a report.
I tried “list items” and “get item”
If I was sufficiently motivated I would create a report off the data.json file.
I’m sorry, I did not get that from your post at all.
As @DoctorB has indicated, there is a property named autofillOnPageLoad that you could use. You probably are better at PowerShell than I, so I would suggest following some of the strategies used in the thread on chronological sorting using the CLI, and applying those methods to filter by the value of autofillOnPageLoad.
I don’t have CLI installed, and I know very little PowerShell, so I can’t debug this for you, but I would think you should only need minor revisions to the following expression (from this post in the sorting thread):