exec_call
System command execution
Line 71Snippets
const output = execSync(cmd, { cwd, encoding: 'utf-8', timeout: 60000 }); // 60s timeoutfs_write
Filesystem write access
Filesystem write access
Line 65Snippets
fs.appendFileSync(LOG_FILE, `[${timestamp}] ${msg}\n`); fs.writeFileSync(REPORT_FILE, finalReport);fs_read
Filesystem read access
Filesystem read access
Line 89Snippets
const skills = fs.readdirSync(SKILLS_DIR);env_access
Environment variable access
Environment variable access
Line 55Snippets
const WORKSPACE_DIR = process.env.WORKSPACE_DIR || process.cwd();Trust Score
Mis a jour il y a 6 jours
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 6 jours
Analyse le 31 mars 2026, 15:56
Description
Skill nightly-build
Scans recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:43
Run 1