Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$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:31 mai 2026 à 04:18
Explorateur de fichiers
4 fichiers
SKILL.md
readonly