Dieser Skill ist 77% riskanter als der Durchschnitt der Kategorie Git.
Connectez-vous pour afficher le score detaille du skill.
Empfehlungen
⛔ 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
Beschreibung
Skill nightly-build
Trust Score
Updated vor 3 Tagen
Analysiert
27.03.2026, 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.