Trust Assessment
dify-kb-search received a trust score of 80/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 3 findings: 0 critical, 0 high, 3 medium, and 0 low severity. Key findings include Suspicious import: requests, Unpinned Python Dependency.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Suspicious import: requests Import of 'requests' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/xiaowenzhou/dify-kb-search/scripts/list_datasets.py:8 | |
| MEDIUM | Suspicious import: requests Import of 'requests' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/xiaowenzhou/dify-kb-search/scripts/search.py:8 | |
| MEDIUM | Unpinned Python Dependency The skill's manifest specifies the 'requests' Python library as a dependency but does not pin it to a specific version. This can lead to supply chain risks, as future installations might pull a newer, potentially incompatible, or even malicious version of the library. An attacker could exploit vulnerabilities introduced in new versions or, in a worst-case scenario, compromise the package repository to serve a malicious version. Pin the 'requests' dependency to a specific, known-good version (e.g., 'requests==2.28.1') in the skill's manifest. Regularly review and update pinned dependencies to incorporate security patches. | LLM | SKILL.md:20 |
Scan History
Embed Code
[](https://skillshield.io/report/ac63fd827a11d1ba)
Powered by SkillShield