这个 skill 比 Security 类别平均水平安全 26%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
🔑 Environment variable access — your API keys may be read.
$npx agentfend install cmn92plw300hhu1ip5xgdnf1a
说明
"Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices."
Trust Score
Updated 3小时前
分析时间
2026年3月27日 15:45
env_access
Environment variable access
Line 58
Snippets
process.env.JWT_SECRET!,
process.env.JWT_REFRESH_SECRET!,
return jwt.verify(token, process.env.JWT_SECRET!) as JWTPayload;
process.env.JWT_REFRESH_SECRET!
Connectez-vous pour consulter l'analyse detaillee des risques.