Weak password detected

283 passwords tested, 148 weak passwords found.

Weak password detected: 60NPEIjr46@uHmILPKfVBdFh&CLzjTC0 Score 2 (7701511 guesses). This estimate is based on the sequence 60NPEIjr46@uHmILPKfVBdFh&CLzjTC0(dictionary)

Maybe a few randomly generated alphanumericsymbolic 32 character passwords are somehow weak, but 148 out of 283?

A quick test with the zxcvbn library I installed to use pass-audit gives the password a score of 4, so it's possibly a bug in your code? I haven't investigated that far because my python knowledge isn't great and I'm assuming that all of my passwords are okay. If pass generate 32 is insecure then all hope is lost and passwords are useless.

>>> from zxcvbn import zxcvbn
>>> results = zxcvbn('60NPEIjr46@uHmILPKfVBdFh&CLzjTC0')
>>> print(results)
{'password': '60NPEIjr46@uHmILPKfVBdFh&CLzjTC0',
 'guesses': Decimal('1.000000000000000000000000000E+32'),
 'guesses_log10': 32.0,
 'sequence': [{'pattern': 'bruteforce',
               'token': '60NPEIjr46@uHmILPKfVBdFh&CLzjTC0',
               'i': 0,
               'j': 31,
               'guesses': 100000000000000000000000000000000,
               'guesses_log10': 32.0}],
 'calc_time': datetime.timedelta(microseconds=8764),
 'crack_times_seconds': {'online_throttling_100_per_hour': Decimal('3.600000000000000199840144433E+33'),
                         'online_no_throttling_10_per_second': Decimal('1.00000000000000000000000000E+31'),
                         'offline_slow_hashing_1e4_per_second': Decimal('1.00000000000000000000000E+28'),
                         'offline_fast_hashing_1e10_per_second': Decimal('1.00000000000000000E+22')},
 'crack_times_display': {'online_throttling_100_per_hour': 'centuries',
                         'online_no_throttling_10_per_second': 'centuries',
                         'offline_slow_hashing_1e4_per_second': 'centuries',
                         'offline_fast_hashing_1e10_per_second': 'centuries'},
 'score': 4,
 'feedback': {'warning': '',
              'suggestions': []}}
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information