Skip to content

Commit 7859535

Browse files
committed
Add AgentShield — security scanner for AI agent skills & MCP servers
1 parent ded8ca4 commit 7859535

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

data/tools/AgentShield.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: AgentShield
2+
categories:
3+
- linter
4+
tags:
5+
- javascript
6+
- python
7+
- security
8+
- typescript
9+
- yaml
10+
license: MIT
11+
types:
12+
- cli
13+
source: 'https://github.com/elliotllliu/agent-shield'
14+
homepage: 'https://www.npmjs.com/package/@elliotllliu/agent-shield'
15+
description: >-
16+
Security scanner for AI agent skills, MCP servers, and plugins.
17+
31 rules detect prompt injection, data exfiltration, backdoors,
18+
tool poisoning, and cross-file attack chains.
19+
Includes MCP runtime proxy and Python AST taint tracking.
20+
Free, offline, zero-config.

0 commit comments

Comments
 (0)