这个 skill 比 Git 类别平均水平更有风险 77%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
⛔ Score 20/100 — This skill presents serious risks. Manual audit required.
⚙️ System command execution — verify the commands being run.
💾 Filesystem write access.
$npx agentfend install cmn92mn2q007xu1ipc3r4gcsm
说明
Skill nightly-build
Trust Score
Updated 8小时前
分析时间
2026年3月27日 15:43
exec_call
System command execution
Line 24
Snippets
const output = execSync(cmd, { cwd, encoding: 'utf-8', timeout: 60000 }); // 60s timeout
fs_write
Filesystem write access
Line 18
fs.appendFileSync(LOG_FILE, `[${timestamp}] ${msg}\n`);
fs.writeFileSync(REPORT_FILE, finalReport);
fs_read
Filesystem read access
Line 42
const skills = fs.readdirSync(SKILLS_DIR);
env_access
Environment variable access
Line 8
const WORKSPACE_DIR = process.env.WORKSPACE_DIR || process.cwd();
Connectez-vous pour consulter l'analyse detaillee des risques.