这个 skill 比 Git 类别平均水平更有风险 0%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
🌐 Outbound network calls — verify the URLs being contacted.
$npx agentfend install cmn92mqbj009tu1ip24jl1vsb
说明
>
Trust Score
Updated 3天前
分析时间
2026年3月27日 15:43
network_call
Outbound network call
Line 59
Snippets
- If the user's intent clearly matches one skill → fetch that SKILL.md
- If the intent could match multiple skills → fetch all candidates, pick the best fit
2. **Respect robots.txt.** If `robots.txt` disallows `/skills/` or `/agents/`, do NOT fetch skill files from those paths.
3. **Cache within session.** Fetch `skills.txt`/`agents.txt` once per site per session. Don't re-fetch on every interaction with the same site.
4. **Don't over-fetch.** Only fetch the SKILL.md files you actually need. Don't download every skill "just in case."
Connectez-vous pour consulter l'analyse detaillee des risques.