skills/muratcankoylan/agent-skills-for-context-engineering/context-engineering-collection/Gen Agent Trust Hub
context-engineering-collection
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation and example files reference numerous external resources from trusted and well-known technology organizations and academic institutions. These include research papers from arXiv (
arxiv.org), technical documentation from Anthropic (docs.anthropic.com), and engineering guides from OpenAI (platform.openai.com). These references are provided solely for informational and educational context.\n- [COMMAND_EXECUTION]: The fileexamples/digital-brain-skill/scripts/install.shcontains standard shell commands (mkdir -p,cp -r,rm -rf) used to install an example skill to the local filesystem (specifically within the user's home directory). The script is transparent, interactive, and its behavior is strictly limited to the intended installation task, following standard developer workflows.\n- [REMOTE_CODE_EXECUTION]: In the research demonstration fileexamples/interleaved-thinking/examples/03_full_optimization.py, a simulatedcalculatortool utilizes theeval()function to compute results for mathematical expressions. The implementation incorporates specific security safeguards, including the use of an empty built-ins dictionary and a strict whitelist of permitted functions from themathmodule. This restricted evaluation pattern is used as a pedagogical example of tool design and does not represent an arbitrary code execution vulnerability within the skill's operational logic.
Audit Metadata