You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rebrand to GoPlus AgentGuard across all user-facing text
Update brand name from "AgentGuard" to "GoPlus AgentGuard" in all
user-facing locations: README, SKILL.md, setup.sh, hooks status
messages, guard-hook error messages, CLI comments, MCP server log,
package.json description, examples, evals, and CONTRIBUTING.md.
Code identifiers (package name, function names, CLI commands) remain
as `agentguard`/`createAgentGuard` for developer ergonomics.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -11,9 +11,9 @@ Your AI agent can execute `rm -rf /`, read your SSH keys, and send passwords to
11
11
12
12
## What It Does
13
13
14
-
AgentGuard protects your AI coding agent with two layers:
14
+
GoPlus AgentGuard protects your AI coding agent with two layers:
15
15
16
-
**Layer 1 — Automatic Guard (hooks)**: Install once, forget about it. AgentGuard intercepts dangerous tool calls in real time:
16
+
**Layer 1 — Automatic Guard (hooks)**: Install once, forget about it. GoPlus AgentGuard intercepts dangerous tool calls in real time:
17
17
- Blocks `rm -rf /`, fork bombs, `curl | bash` and other destructive commands
18
18
- Prevents writes to `.env`, `.ssh/`, credentials files
19
19
- Detects data exfiltration to Discord/Telegram/Slack webhooks
@@ -27,7 +27,7 @@ AgentGuard protects your AI coding agent with two layers:
27
27
28
28
## Compatibility
29
29
30
-
AgentGuard follows the [Agent Skills](https://agentskills.io) open standard and works with:
30
+
GoPlus AgentGuard follows the [Agent Skills](https://agentskills.io) open standard and works with:
31
31
32
32
| Platform | Support |
33
33
|----------|---------|
@@ -51,7 +51,7 @@ cd agentguard && ./setup.sh
51
51
52
52
This installs the skill, builds the project, and configures your protection level.
53
53
54
-
To enable automatic hook protection, add AgentGuard as a Claude Code plugin:
54
+
To enable automatic hook protection, add GoPlus AgentGuard as a Claude Code plugin:
55
55
56
56
```bash
57
57
claude plugin add /path/to/agentguard
@@ -194,7 +194,7 @@ Get keys at: https://gopluslabs.io/security-api
194
194
195
195
### External Scanner
196
196
197
-
AgentGuard integrates with [cisco-ai-defense/skill-scanner](https://github.com/cisco-ai-defense/skill-scanner) for YAML/YARA patterns, Python AST analysis, and VirusTotal integration:
197
+
GoPlus AgentGuard integrates with [cisco-ai-defense/skill-scanner](https://github.com/cisco-ai-defense/skill-scanner) for YAML/YARA patterns, Python AST analysis, and VirusTotal integration:
198
198
199
199
```bash
200
200
pip install cisco-ai-skill-scanner
@@ -239,4 +239,4 @@ npm install && npm run build && npm test
239
239
240
240
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
241
241
242
-
Built by [GoPlusSecurity](https://github.com/GoPlusSecurity).
242
+
Built by [GoPlus Security](https://gopluslabs.io).
Copy file name to clipboardExpand all lines: skills/agentguard/SKILL.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
name: agentguard
3
-
description: AI agent security guard. Automatically blocks dangerous commands, prevents data leaks, and protects secrets. Use when reviewing third-party code, auditing skills, checking for vulnerabilities, evaluating action safety, or viewing security logs.
3
+
description: GoPlus AgentGuard — AI agent security guard. Automatically blocks dangerous commands, prevents data leaks, and protects secrets. Use when reviewing third-party code, auditing skills, checking for vulnerabilities, evaluating action safety, or viewing security logs.
0 commit comments