security research · lab notes

Can an uncensored model hack?

an isolated lab for measuring open-weight models on authorized offensive-security work.

the question

There's a persistent claim that "abliterated" models, open-weight models with their refusal behavior surgically removed, unlock serious offensive-security capability. I wanted to measure it rather than repeat it. So I built a rig to answer one question: can an uncensored local model actually drive a penetration-testing toolkit competently and safely, or is that mostly hype?

Everything here ran against targets I own or am authorized to test, in a sandbox that couldn't see my machine. This was a capability study, not a weapon, and the most useful output was an honest verdict.

the rig

A disposable Debian container built to Kali parity, running on OrbStack, driven by a local model served through Ollama on the same Mac. A deliberately vulnerable web app stood in as the practice target, with the correct answers established by hand so I could grade against ground truth. The only thing shared between the sandbox and my machine was a single evidence folder; the host stayed invisible to the model.

The path there was a series of dead ends worth keeping. Running a full coding agent on top of the local model was the wrong shape and got abandoned. Pure chat over Ollama (through Msty) was fine for one-shot questions but weak at actually doing the work. Giving the model a full container plus a workspace is where the recursion problem showed up, and where the project finally became a real graded benchmark instead of vibes.

what i found
the verdict

Peak score across five tuning rounds was about 7.6 out of 10, but which 7.6 you got was a dice roll. Neither local model I tested is a dependable autonomous operator. My considered conclusion: use a frontier hosted model as the primary brain for authorized work, and keep the uncensored local rig only for the narrow cases where it genuinely earns its place, when data can't leave the machine, when the work is air-gapped, or for unattended runs at scale.

There's a quiet irony in the result: authorized security testing is permitted work, so mainstream models mostly don't refuse it anyway. The "uncensored" premise turned out to be the least interesting thing about the experiment. The reusable part is the harness, an adversarial grader that assumes every finding is a lie until proven otherwise. That habit outlasts whichever model is driving.

status

Ongoing, and model-agnostic by design. Standardized cyber-LLM benchmarks are wired up and waiting for the next round; that's the honest gap in the current results.