AgentShield: We scanned all 493 Dify plugins — security report + free scanning tool #33414
elliotllliu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We scanned all 493 Dify plugins for security vulnerabilities
Hi Dify team and community! 👋
We built AgentShield, an open-source security scanner for AI agent plugins, and ran it across the entire dify-plugins repository.
Results
| Risk Level | Count | % |
|------------|-------|-|-|
| 🔴 High risk (real issues) | 6 | 1.2% |
| 🟡 Medium risk | 73 | 14.8% |
| 🟢 Clean | 414 | 84.0% |
6 confirmed high-risk plugins had real eval()/exec() executing dynamic code. Zero false positives at high severity.
What AgentShield detects
Integration opportunity
AgentShield could run as part of the Dify Marketplace submission pipeline to catch malicious plugins before they are published. It is:
npx @elliotllliu/agent-shield scan ./plugin.difypkg --jsonWe have a detailed integration guide for platforms that want to add security scanning.
Try it yourself
Would love to discuss how this could help secure the Dify plugin ecosystem. Happy to contribute!
📦 npm: https://www.npmjs.com/package/@elliotllliu/agent-shield
🔗 GitHub: https://github.com/elliotllliu/agent-shield
Beta Was this translation helpful? Give feedback.
All reactions