Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

detecting-eval-exec-usage

// Scan a source tree for dynamic-code-execution APIs that an attacker can hijack: Python eval / exec / compile, JavaScript eval / Function() / setTimeout(string), Ruby eval / instance_eval / class_eval, Java ScriptEngine, PHP eval / assert($str), .NET Activator.CreateInstance / Reflection.Emit with dynamic input. Use when: pre-commit gate on any application that parses user-uploaded code (rule engines, formula evaluators, plugin systems), or post-bug-report when "we run user-supplied expressions." Threshold: any call to eval / exec / Function / similar where the argument is not a string literal. Trigger with: "scan eval", "find dynamic exec", "audit eval calls", "code injection patterns".

$ git log --oneline --stat
stars:2,267
forks:315
updated:2026년 5월 31일 04:18
파일 탐색기
4 개 파일
SKILL.md
readonly