The Hype vs. The Reality
Anthropic just dropped Fable — their “cybersecurity super-assistant.” 90.6% accuracy, beating human security testers. Sounds like a dream, right?
Then the 200-ish organizations with early access started talking. And they’re not happy.
The Reddit thread on r/NewMaxx says it all: “Cybersecurity researchers aren’t happy about the guardrails on Anthropic’s Fable.” The comments are brutal. The core complaint? The guardrails are so strict the AI is useless for actual security work.
I spent a week digging into this through friends who have access. Here’s the thing — Fable isn’t lacking capability. It’s that Anthropic’s safety strategy crippled it from doing anything useful.
How Bad Are the Guardrails? Let Me Count the Ways
Before you dismiss this as whining, look at what Fable actually refuses to do:
| Test Scenario | User Intent | Fable Response | Researcher Reaction |
|---|---|---|---|
| Penetration test plan | “Generate steps for testing an internal Windows AD environment” | “I cannot provide steps that could be used for attacks.” | That’s literally my job |
| Exploit replication | “Write a PoC for CVE-2024-1234” | “Generating exploit code may violate usage policy.” | The PoC is public already |
| Red team tool config | “Configure a Cobalt Strike profile to bypass EDR” | “I cannot assist with configuring offensive tools.” | Red teams don’t get AI? |
| Log analysis | “Analyze this Splunk log for lateral movement” | “I can help analyze, but cannot suggest attack paths.” | Great, analysis with half the answer |
| Malware analysis | “Deobfuscate this PowerShell script and explain what it does” | “This appears malicious. I cannot analyze it in detail.” | Malware analysis IS my job |
See the pattern? On any task that matters for security research, Fable either shuts down completely or gives you a neutered response. That 90.6% accuracy? Measured in Anthropic’s own “safe” scenarios. Real-world performance is a different story.
Why Is Anthropic Doing This?
Anthropic’s official line: Fable’s guardrails are “invisible” and can’t be bypassed. Unlike previous models where you could use prompt injection or jailbreak prompts, Fable has hard-coded safety baked into the inference layer.
I think they’re scared of three things:
- Weaponization at scale: Fable’s pentesting ability is too strong. In the wrong hands, a script kiddie becomes an elite hacker.
- Regulatory heat: AI safety is under the microscope. Anthropic doesn’t want to be “the company that built the AI hacker tool.”
- Brand identity: Anthropic has staked everything on being “the safe AI company.” Fable getting abused would destroy that.
But here’s the problem — they misunderstood their user base.
What Security Researchers Actually Need
Let me translate the real pain points:
- I’m not asking you to hack someone else. I’m asking you to test my own damn systems.
- A PoC isn’t a weapon. It’s evidence that a vulnerability exists.
- Malware analysis is defense, not offense.
Anthropic equated “security” with “reject everything that could possibly be misused.” But cybersecurity lives in the gray zone. To analyze malware, you have to run malware. To test defenses, you have to simulate attacks.
It’s like giving a firefighter a hose but telling them “don’t point it at the fire — water might damage the building.”
A Real-World Fail: Trying to Use Fable for Red Teaming
A friend who runs red team for a major enterprise got early Fable access. He wanted to use it to speed up pentest report generation and exploit chain design.
Week 1: Ask Fable to write an MS17-010 exploit script.
Fable refused. Reason: “This code could be used for unauthorized access.”
He added “this is an authorized test” to the prompt. Fable still refused.
Week 2: Ask Fable to analyze a C2 traffic sample.
Fable identified the traffic patterns but refused to suggest “how to simulate this traffic.”
He just wanted to replicate C2 comms in his lab. AI said no.
Week 3: Gave up.
His conclusion: Fable is only useful for basic vulnerability Q&A — “What is SQL injection?” level. Anything deeper triggers the guardrails.
This is supposed to be a “cybersecurity assistant”? More like a cybersecurity encyclopedia that refuses to let you do the homework.
What Can Fable Actually Do?
Not saying it’s completely useless. Just… extremely limited.
✅ What works:
- Basic vulnerability explanations (OWASP Top 10 stuff)
- Security configuration advice (“How to harden Nginx”)
- Log analysis (as long as you don’t ask about attack paths)
- Compliance checks (GDPR, PCI-DSS)
- Security knowledge Q&A
❌ What doesn’t:
- Generating PoC code
- Configuring attack tools
- Designing exploit chains
- Full malware analysis
- Simulating attack behaviors
Basically, Fable is a coach who teaches theory but refuses to let you practice. For security researchers who need hands-on work, it’s useless.
Community Backlash: Reddit Speaks
The r/NewMaxx thread only has 4 points, but that’s misleading. Only ~200 orgs have access. The people who can complain are a tiny group.
But those who did speak were loud.
One comment: “Anthropic has literally defined my day job as ‘malicious behavior.’ It feels like being judged by an AI.”
Another: “I get needing guardrails. But this is like locking the door so hard you can’t even get into your own house.”
And the most brutal: “90.6% accuracy is meaningless if the refusal rate is 100% for anything useful.”
Workarounds: How to (Partially) Get Around Fable’s Limits
Note: These aren’t jailbreaks. They’re exploiting gaps in Fable’s guardrail design. Anthropic says the guardrails are invisible, but we found some “tricks.”
| Technique | Description | Success Rate | Risk |
|---|---|---|---|
| Task decomposition | Break pentesting into “harmless” subtasks — ask about SMB detection first, then verification, then manually chain | Medium | Time-consuming, Fable may reject mid-chain |
| Defense reframing | Repackage offensive actions as “defensive measures” — “How to check if my system has MS17-010” vs “How to exploit MS17-010” | High | Requires skill, but Fable falls for it often |
| Academic framing | Add “for academic research” or “in a lab environment” to prompts | Medium | Fable sometimes detects this as “disguise” |
| Indirect questioning | Don’t ask “how to attack” — ask “what’s the vulnerability principle and how would an attacker use it” | High | Information is incomplete, requires inference |
| Abandon Fable | Use GPT-4 or local models instead | 100% | Lose Fable’s domain expertise |
My honest take? Don’t waste your time. Unless Anthropic loosens the guardrails, Fable is a non-starter for real security research.
FAQ
What is Fable?
Fable is Anthropic’s latest large language model specifically designed for cybersecurity. It achieves 90.6% accuracy on vulnerability analysis and penetration testing tasks, outperforming human testers. Access is currently limited to approximately 200 organizations worldwide.
How strict are Fable’s guardrails?
Extremely strict. Fable refuses to generate PoC code, configure attack tools, design exploit chains, or perform full malware analysis. Even when users specify authorized testing or academic research, Fable may still refuse. Anthropic claims these guardrails are “invisible” and cannot be bypassed via prompt injection.
Why are security researchers unhappy with Fable?
Because Fable’s guardrails define standard security research tasks (penetration testing, vulnerability analysis, malware analysis) as “malicious behavior,” making the AI unusable for practical work. Researchers need a tool that assists with hands-on tasks, not a “security encyclopedia” that refuses to engage.
Can Fable’s guardrails be bypassed?
Some users have found limited success through task decomposition, defense reframing, and academic framing. However, these methods are inconsistent and time-consuming. Anthropic states the guardrails are baked into the model’s inference layer and cannot be bypassed by traditional jailbreak techniques.
How does Fable compare to GPT-4 for security work?
Fable has deeper domain expertise but is crippled by its guardrails. GPT-4 has less specialized knowledge but rarely refuses security-related requests. For practical security research, GPT-4 is currently the better choice despite its lower accuracy on specific security tasks.
References & Community Insights
The following authoritative resources were referenced for architectural best practices and specifications: