Cache of prefix-dev/pixi orb appears to grow indefinitely - where do I report issues with this orb?

Hi there, we’re seeing very large cache sizes with the pixi orb (CircleCI Developer Hub - prefix-dev/pixi). For example, this test run uses a 13 GB cache: CircleCI. I suspect there is a bug in the orb that causes the cache to grow indefinitely. If there is no cache key matching the pixi.lock file exactly, another key will be used to pre-populate the cache directories. Next the files matching the lock file will be added to the cache directories, and then the result (including all files from the previous cache), will be uploaded under a new cache key. Where do I report the issue? I see no link to a git repository on the orb page.