Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: agent-browser-shield
description: Browser extension with 30+ rules for keeping your AI agent safe while browsing.
description: Browser extension with 35+ rules for keeping your AI agent safe while browsing.
---

import { Aside, Card, CardGrid, LinkButton } from "@astrojs/starlight/components";
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Rules reference
description: The defense rules shipped with agent-browser-shield, what each one does, and its default state.
---

The extension ships 35 rules, each independently toggleable from the extension's
The extension ships 36 rules, each independently toggleable from the extension's
options page. Rules marked **default: on** are active on fresh install;
**default: off** rules must be enabled manually.

Expand Down
5 changes: 3 additions & 2 deletions skills/agent-browser-shield-config/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ on the next page load.
## Opening the options page

Humans: right-click the toolbar icon β†’ *Options*, or go to `chrome://extensions`
β†’ *Details* β†’ *Extension options*. The popup (toolbar icon click) exposes the
same per-rule toggles.
β†’ *Details* β†’ *Extension options*. The popup (toolbar icon click) shows the
enforcement switch, per-rule activity counts, and a *Configure rules* button
that opens the options page β€” per-rule toggles live only on the options page.

Builds may also enable a floating **shield-icon badge** in the bottom-right
corner of every page β€” a circular button with `[data-abs="open-options"]` and
Expand Down
Loading