detecting-eval-exec-usage

Installation
SKILL.md

Detecting eval / exec Usage

Overview

Dynamic-code-execution APIs (CWE-95 Eval Injection) let an application interpret a string as code at runtime. If the string contains anything user-controllable, the application has handed the attacker arbitrary code execution.

The defensive posture: don't use these APIs. The exceptions are narrow: rule engines, formula evaluators (spreadsheet = formulas), plugin systems with explicit sandboxing. For everything else, there's almost always a safer alternative.

When the skill produces findings

Installs
1
GitHub Stars
2.7K
First Seen
6 days ago
detecting-eval-exec-usage — jeremylongshore/tons-of-skills-marketplace