Suppress SQLs for sensitive Changesets (eg. Data uploads with PII)

A loadData related changeset generates the insert into statements. While performing this operation for sensitive data eg. PII etc. I can’t find an option to suppress the generation of such statements. This is helpful while running the upload in pipelines eg. with GitHub Actions. If it is possible to mark a changeset as ‘sensitive‘ or ‘supress-sql‘, this could be very helpful. I came across a 10 year old extension here which is not available as compiled (jar) artifact, so I am not sure if it is still functioning. I’ll compile and test it myself, but in the mean time, could someone please let me know if such a feature has been incorporated in these years or how people are realising such a requirement with liquibase?