sesf
Warn
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
SKILL.mddirect the AI agent to execute a Python script (validate_sesf.py) using a shell command to perform structural validation of the generated specification. - [REMOTE_CODE_EXECUTION]: The script
scripts/validate_sesf.pyusesimportlib.utilandrunpy.run_pathto dynamically load and execute code from a path determined at runtime (../../../../hsf/scripts/validate_sesf.py). This allows for the execution of code that is not contained within the skill's own directory structure. - [EXTERNAL_DOWNLOADS]: The skill possesses an external dependency on a script located in a sibling
hsfdirectory. This script is not provided within the skill's file set, making it an unverifiable dependency during standalone analysis. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it ingests untrusted user input and has access to execution capabilities.
- Ingestion points: The
user_requestparameter inSKILL.mdis populated with raw user input. - Boundary markers: Absent. The instructions do not use delimiters or provide warnings to the agent to ignore instructions embedded within the user request.
- Capability inventory: The agent is instructed to use
python3to execute a validation script after processing the user request. - Sanitization: Absent. There is no evidence of validation, escaping, or filtering of the input before it is used by the agent.
Audit Metadata