这个 skill 比 Testing 类别平均水平安全 34%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
🌐 Outbound network calls — verify the URLs being contacted.
$npx agentfend install cmn92q2u700s5u1ip5uvg4jkz
说明
"Project Guidelines Skill (Example)"
Trust Score
Updated 前天
分析时间
2026年3月27日 15:46
network_call
Outbound network call
Line 130
Snippets
async function fetchApi<T>(
const response = await fetch(`/api${endpoint}`, {
fetchFn: () => Promise<ApiResponse<T>>
const result = await fetchFn()
}, [fetchFn])
Connectez-vous pour consulter l'analyse detaillee des risques.