cd/sources/ai2rules-auto-discovered· home sources Ai2Rules (auto-discovered)
cat /sources/ai2rules-auto-discovered.feed | wc -l → 14

Ai2Rules (auto-discovered)

articles 14 domain ai2rules.dev → feed RSS
06:50
2026-08-15
ai2rules.dev
ai-safety

Every Check Was Green. Five Guarantees Were Not

A security review of an unnamed AI coding agent governance tool found five live defects, including three security-relevant ones, despite 254 passing tests, clean clippy checks, and five green CI jobs.…

00:00
2026-08-15
ai2rules.dev
ai-safety

The Lint That Would Have Caught It Is Off by Default

A Rust workspace's AI coding agent hook failed to enforce a security rule because the `clippy::let_underscore_must_use` lint is off by default, allowing a session that read untrusted data to reach the…

00:00
2026-08-12
ai2rules.dev
ai-tools

A Scanner Flagged Our Supply-Chain Package. It Was Right.

Socket, a supply-chain security scanner, flagged the npm package ai2rules-harness with a Supply Chain Security score of 64%, prompting its developer to discover that the package's postinstall script f…

00:00
2026-08-12
ai2rules.dev
ai-safety

The Switch Inside the Room

A coding-agent security tool shipped by an unnamed developer was found to have three critical flaws, including a kill switch at `.claude/gate-off` that the agent could create without denial, allowing …

00:00
2026-08-10
ai2rules.dev
ai-tools

Govern Your Coding Agent in One Command

Ai2rules-harness, a new open-source tool, lets developers govern coding agents with a single command by installing a gate that denies tool calls based on destination path and taint state, not command …

00:00
2026-08-06
ai2rules.dev
ai-agents

The Prompt You Never Saw

Microsoft's Agent Host Protocol, an open-source MIT-licensed specification at version 0.7 with a reference implementation in VS Code, defines how AI agents request human approval for tool calls, but i…

00:00
2026-08-05
ai2rules.dev
artificial-intelligence

Our Benchmark Caught Us Twice

A team that built a benchmark tool for AI-text detectors found that it caught two of their own wrong conclusions within a week, including a claim that a simple detector performed below chance based on…

00:00
2026-07-24
ai2rules.dev
ai-agents

Agents Need Their Own Computer. That's Half the Problem.

LangChain published a post arguing that agents need their own computer, and that a sandbox does not stop prompt injection but does contain the execution blast radius. In response, the AI startup (whic…

00:00
2026-07-22
ai2rules.dev
artificial-intelligence

Your Agent Harness Is Already a Security Kernel

OpenAI's essay on harness engineering describes a small team that shipped a real product with no hand-written code, as Codex generated the application, tests, CI, documentation, and internal tools, gr…

00:00
2026-07-22
ai2rules.dev
ai-safety

Governed Is Not Confined

A live Claude Code session governed by the kernel granted requests to read /etc/shadow and write ~/.bashrc exactly as it granted reading the project's own README, revealing that the governance manifes…

00:00
2026-07-21
ai2rules.dev
ai-safety

We Skipped Permissions in Our Own Governance Tool

A developer at a governance tool project found that its own image-generation tool had a remote-code-execution vulnerability because it ran an agent with `--dangerously-skip-permissions`, auto-approvin…

00:00
2026-07-21
ai2rules.dev
ai-safety

Your Permission List Can't See Taint

Anthropic's Claude Code permission system is vulnerable to prompt injection because its flat allowlist cannot track the provenance of tool calls, a concept known as 'taint' that has existed since Perl…

00:00
2026-07-18
ai2rules.dev
ai-safety

We Found a False Positive in Our Own Flagship Demo

A security paper by Fan et al. (2026) proves that flat tool-level monitors, which track taint as a single label per session, must either let dangerous actions through or block harmless ones. The team …