@sshort I'd suggest looking at the installer for Slack that's running at enrollment. It sounds like it's dropping files it shouldn't be (a common occurrence when using Composer's snapshot feature)
Curious if this is a Catalina computer, and what version of Composer?
@sdagley Ahh, I hadn't thought of that because I usually avoid Composer. @donmontalvo The Mac I observed this behavior on is running 10.14.6, but this problem occurs in Catalina, as well.
Apparently Slack only provides a dmg installer, and the previous admin set the install policy Target Drive to be /Applications/
instead of the standard /
. FUT and FEU were left unchecked, and it seems Jamf was putting the associated log files/receipts from the policy into those orphaned unhidden folders in /Applications
.

I switched the Target Drive back to /
and created my own Slack installer pkg, and problem solved.
Since my original post I found another typically hidden folder (/opt
) appearing for all our users, but Jamf wasn't causing that issue. JumpCloud's "binding" script was running mkdir /opt
so I had to add chflags hidden
to get that to not appear to our users.