这个 skill 比 Web Engineering 类别平均水平安全 30%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
🌐 Outbound network calls — verify the URLs being contacted.
$npx agentfend install cmn92phe900eru1ipzjtmltet
说明
"Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration."
Trust Score
Updated 5小时前
分析时间
2026年3月27日 15:45
network_call
Outbound network call
Line 202
Snippets
return $http.get('/api/users/' + id);
return $http.post('/api/users', user);
return this.http.get(`/api/users/${id}`);
return this.http.post('/api/users', user);
Connectez-vous pour consulter l'analyse detaillee des risques.