From 7859535268f55801a6900b45f331d5c2878b182f Mon Sep 17 00:00:00 2001 From: elliotllliu <55885132+elliotllliu@users.noreply.github.com> Date: Sat, 14 Mar 2026 05:50:58 +0000 Subject: [PATCH] =?UTF-8?q?Add=20AgentShield=20=E2=80=94=20security=20scan?= =?UTF-8?q?ner=20for=20AI=20agent=20skills=20&=20MCP=20servers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/tools/AgentShield.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/tools/AgentShield.yml diff --git a/data/tools/AgentShield.yml b/data/tools/AgentShield.yml new file mode 100644 index 000000000..3322299d0 --- /dev/null +++ b/data/tools/AgentShield.yml @@ -0,0 +1,20 @@ +name: AgentShield +categories: + - linter +tags: + - javascript + - python + - security + - typescript + - yaml +license: MIT +types: + - cli +source: 'https://github.com/elliotllliu/agent-shield' +homepage: 'https://www.npmjs.com/package/@elliotllliu/agent-shield' +description: >- + Security scanner for AI agent skills, MCP servers, and plugins. + 31 rules detect prompt injection, data exfiltration, backdoors, + tool poisoning, and cross-file attack chains. + Includes MCP runtime proxy and Python AST taint tracking. + Free, offline, zero-config.