News
- The three man team is known as “Slopfix”
- It claims to be able to reduce AI generated codebases by up to 65% in size
- They aim to "refactor vibecoded codebases back to maintainability"
Vibecoding has a lot to answer for, not least some excessively large codebases. A new team of software engineers are collaborating to reduce the size of these cumbersome projects… with a $10,000 per week bill.
Slopfix is the name of the team (comprising a trio: Maciej, Kuba, and Krzysztof), but its aim is efficiency and functionality, rather than code golf, where code is reduced to the shortest possible length.
However, while this might seem like a noble task and a service worth paying for, Slopfix isn’t taking a stand against the use of AI. In fact, it is employing AI tools to detect the AI flab in your codebases.
Use an AI to catch an AIChallenges around vibecoded projects have increased in recent months, as the limitations of the technology become apparent.
While using an AI to program based on your prompts and requirements is straightforward, agents habitually begin to lose context and logic once the project reaches a certain size or age. Once that happens, you’re looking at duplication, features breaking, and of course, the dreaded hallucination.
Slopfix is targeting companies that have adopted vibecoding, built huge codebases, and found that they’re running into issues. To find the problematic AI code, however, Slopfix is employing AI.
They state that a full “screen by screen, endpoint by endpoint” evaluation of the vibecoded app is made, which aims to find the duplicated functions, broken logic, and other issues. There’s also the promise of a two-week warranty for anything they break.
All of this is aided by Claude Code “on a very short leash” which Slopfix uses find problems. They clearly state that “the agent doesn’t get a vote.” Instead, they’re relying on their experience as developers to improve your code.
$10,000 seem a bit steep?While the price might seem high, $10,000 for one successful week’s work for three seasoned developers shouldn’t really be a budget breaker.
The fee covers successful work only, and as the Slopfix website states, payment is in proportion to how much of the reduction target the team hits, with $10,000 being the price for hitting the target – it’s not the default fee.
However, there is a lot of preparation involved, and the analysis of your codebase is conducted free of charge. If they can't fix your project's issues, they'll let you know and refuse the contract.
As software consultancies go, Slopfix is an unusual case. But as the problems with vibecoded projects begin to become apparent, competing consultancies may begin offering similar services.
- AI hallucination can be weaponized, new report warns
- HalluSquatting is short for “adversarial hallucination squatting”
- GitHub Copilot, Gemini CLI, and OpenClaw are all affected
Your favorite AI service could be subverted to deploy code that turns your phone or PC into a botnet, according to researchers at Intuit, Technion, and Tel Aviv University.
The technique has been given the name HalluSquatting, a portmanteau of adversarial hallucination squatting, and is similar to typosquatting in that it relies on a mistake in order to distribute malicious code. While typosquatting might occur with the incorrect input of a website URL, HalluSquatting pivots on an LLM being unable to identify a resource or repository with 100% accuracy.
Relying on an LLM’s tendency to hallucinate repository resource identifiers, this weakness could be scaled up to conduct massive ransomware campaigns, botnets, and more.
Push-me-pull-youPrevious LLM-based malware operations have relied on pull-based attacks. In this scenario, a prompt designed to jailbreak or otherwise subvert the AI is (for example) placed on a website and the LLM encouraged to gather the information, thereby reducing its internal security.
What the researchers have shared in their paper, is that pull techniques are being combined with push attacks, which are traditionally executed as code injection.
The paper’s introduction summary states: “By preemptively registering hallucinated resources—a technique we call adversarial hallucination squatting (HalluSquatting)—we demonstrate remote tool execution and remote code execution at scale across a range of popular agentic LLM applications, which could be exploited to the establishment of a botnet.”
Once an attacker has identified the resource likely to be misnamed by an LLM, and squatted on it (to embed adversarial prompts), the work is done. All that remains is for a user to trigger the resource, the AI chatbot or agent to initiate the response, and the squatted resource will be accessed.
Promptware attackFollowing this, the adversarial content held within the squatted resource is activated, triggering the tool invocation stage. This is the promptware attack, where attacker-controlled instructions are executed, with results potentially including turning the device you’re using into a botnet zombie.
LLMs such as the Cursor, Cursor CLI, Windsurf, GitHub Copilot, Cline coding assistants have been used in the testing of this avenue of attack along with Gemini CLI, and the OpenClaw, ZeroClaw, and NanoClaw AI assistants. The researchers successfully achieved remote tool execution (essentially remotely accessing and controlling the LLMs) and remote code execution (RCE, where malicious code is executed remotely).
Some mitigation is available, including LLM developers blocking fetch operations in favor of a search tool, and resource owners enforcing strict naming, perhaps in favor of globally unique resource names. However, these are will require collaboration by disparate parties, and may take a while to implement.
The risk of LLM-based malware is increasing, and some has already been spotted in the wild. Of these, the JADEPUFFER attack is perhaps the most notable, as it isn’t simply AI-based malware – it is a full ransomware attack run entirely by an LLM.


