Coding SOP
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a safety protocol for the
exectool, categorizing shell commands into 'Safe' (e.g.,python3,Rscript,pandoc,jq,wc,grep,find) and those requiring user approval (e.g.,curl,wget,pip install). This procedure limits the risk of executing unauthorized system commands. - [REMOTE_CODE_EXECUTION]: The SOP involves a workflow of generating scripts and executing them within the workspace environment. While this is the primary purpose of the skill, the execution of agent-generated code carries inherent risk if the logic is influenced by untrusted data.
- [EXTERNAL_DOWNLOADS]: The instructions mention tools for downloading external content, such as
workspace_download,curl, andwget. The skill correctly identifies these as operations requiring user oversight and approval. - [PROMPT_INJECTION]: The skill describes a surface for indirect prompt injection through its data processing guidelines. Ingestion points: Data inspection using pandas/polars (e.g.,
df.info()) as described inSKILL.md. Boundary markers: No specific delimiters or instructions to ignore embedded commands in data are defined in the file. Capability inventory: Capabilities include script execution (execinSKILL.md), file system writes (workspace_saveinSKILL.md), and network access (workspace_downloadinSKILL.md). Sanitization: The procedure does not specify validation or sanitization steps for external data content.
Audit Metadata