skills/muratcankoylan/agent-skills-for-context-engineering/context-engineering-collection/Gen Agent Trust Hub
context-engineering-collection
Warn
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Found in the infrastructure reference file
skills/hosted-agents/references/infrastructure-patterns.md. The Python code example for sandbox management usesos.systemwith f-string interpolation foruser_identity["name"]anduser_identity["email"]. This pattern is susceptible to command injection if user-provided identity information is not strictly validated before being used in shell commands. - [REMOTE_CODE_EXECUTION]: Detected in the tool implementation within
examples/interleaved-thinking/examples/03_full_optimization.py. Thecalculatortool utilizes the Pythoneval()function to process a mathematicalexpressionparameter. Although the implementation attempts to restrict execution by removing builtins and using a whitelist of allowed functions, the use ofeval()on input derived from an agent's reasoning chain (which can be influenced by user prompts) poses a significant code injection risk in complex agentic loops.
Audit Metadata