Skip to main content
Glama
detail-item.ejs855 B
### `<%- item.name -%>` **漏洞描述**: <% item.problems.forEach((problem) => { %> - <%- problem.title %> - npm漏洞编号:`<%- problem.source %>` - 漏洞详细说明:<%- problem.url %> - 漏洞等级:<%- desc.severityLevels[problem.severity] %> - 受影响的版本:`<%- problem.range %>` <% }); %> **依赖关系**: <% if(item.depChains.length === 0) { %> <% if(item.name === packageJson.name) { %> 当前工程 <% } else { %> - `<%- packageJson.name %>` / <%- item.name %> <% } %> <% } else { %> <% item.depChains.forEach((chain) => { %> <% if(chain.length === 1 && chain[0] === packageJson.name) { %> 当前工程 <% } else { %> - `<%- packageJson.name %>` / <%- chain.map(c=>`\`${c}\``).join(' / ') %> <% } %> <% }); %> <% } %> **漏洞包所在目录**: <% item.nodes.forEach((path) => { %> - `<%- path %>` <% }); %>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Shen-zhihao/mcp-web-audit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server