performance-optimization
Warn
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
scripts/profiler.pyfile includes anexec()call in theprofile_code_blockmethod (line 103). This allows for the execution of arbitrary Python code passed as a string. If thecode_inputparameter inSKILL.mdis populated with attacker-controlled content, it enables remote code execution. - [COMMAND_EXECUTION]: The
scripts/load_tester.pyandscripts/profiler.pyscripts are designed to execute arbitrary Python callables provided to them. This capability allows the agent to run any provided logic in the execution environment. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it processes external code and URLs via the
code_inputparameter without sanitization. Ingestion points: Thecode_inputparameter inSKILL.md. Boundary markers: None identified. Capability inventory: Python code execution viaexec(), system resource access viapsutil, and network access via therequestslibrary. Sanitization: No validation or filtering is applied to the input code before execution.
Audit Metadata