onboard
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to execute shell commands (
curlandssh) to perform best-effort connectivity tests. - [COMMAND_EXECUTION]: Variables derived from the user interview—such as
host,ssh_port,ssh_user, andapi_url—are interpolated directly into shell command strings (e.g.,ssh ... -p "$SSH_PORT" "$SSH_USER@$HOST"). - [COMMAND_EXECUTION]: There is no mention of input validation or sanitization for these user-provided strings, which creates a potential surface for command injection if a user provides inputs containing shell metacharacters (e.g.,
;,|, or backticks). - [COMMAND_EXECUTION]: Ingestion points: User input is gathered via the 'Interview' procedure defined in
SKILL.mdand stored in$PLUGIN_DATA_DIR/config.json. Capability inventory: The skill utilizesmkdir,curl, andsshshell capabilities. Sanitization: No sanitization logic is present in the prompt instructions to handle malicious input strings.
Audit Metadata