这个 skill 比 Database 类别平均水平安全 17%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
🌐 Outbound network calls — verify the URLs being contacted.
$npx agentfend install cmn92q2kn00rzu1ip71jgmmxh
说明
"Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development."
Trust Score
Updated 昨天
分析时间
2026年3月27日 15:46
network_call
Outbound network call
Line 59
Snippets
async function fetchMarketData(marketId: string) { }
async function fetchData(url: string) {
const response = await fetch(url)
throw new Error('Failed to fetch data')
async function fetchData(url) {
Connectez-vous pour consulter l'analyse detaillee des risques.