OK, seeing you asked for pushback.
TL;DR: Tool disclosure is a poor proxy for doing your own due diligence.
"Forced disclosure about AI use in projects" sits sorta funny for a privacy based group, doesn't it? Kinda "Papers, please". Smells bad.
How would you even verify "did this project use an LLM" anyway? If I don't disclose, what's the back up, pistols at dawn? Read the code (if available), or get a third party checker...like an LLM? Do you have capacity to audit? Or is it just "trust me, bro" (which if you're actually concerned about due diligence, isn't enough).
More to the point: disclosure tag doesn't change whether the code is accurate, safe or good. Shitty code is shitty either way, so the tag doesn't touch the actual harm you're concerned about.
What it does do is create two classes: labeled projects get extra scrutiny, unlabeled ones get a free pass, "no disclosure, must be hand-written, must be fine." Backwards. Honest disclosure gets tarnished as slop, staying quiet gets rewarded. (Go check !self hosted right now for such an occurrence).
Better footing: assume ALL software in 2026 has had AI assistance, and review it on its merits.
There are better quality signals than hand on bible "are you now or have you ever been" oaths or performative humiliation for the FuckAI crowd.
For what it's worth, I use an LLM to write code because I've got osteoarthritis and typing all day isn't free. But if you think that means logging into Claude and telling it "make this for me, no mistakes", you couldn't be more wrong.
I define the project, I pseudo code it with pen and paper (hurts my hands less) I scope every ticket (yes, I make the llm go thru 3 stage ticket review), I review outputs, I smoke test and I even call in outside reviewers to spot check sometimes. I'm an absolute bastard to it in QA. I do that because when I'm done, I can stand in front of it and honestly tell you I made this, even if my fingers didn't type most of it. And if it's fucked, that's on me, not "hallucinations".
So, what box do I tick - "AI-assisted"? "Vibe slop"?
That tells you nothing about who's accountable or how it was made. It carries no nuance and silently resolves to "ignore this one, a robot wrote it," ... which is backwards for projects where the human did more QA than most "fully human" teams ever do.
As always, ICBW and YMMV.