integrate-agentkit-host
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the execution of tools against external service providers (e.g., Slack, Gmail) using data processed by the agent host.
- Ingestion points: The
tool_exec.pyscript takes external input via the--tool-inputargument, which is then used in tool execution. - Capability inventory: The skill can execute arbitrary tools within the Scalekit ecosystem and perform proxied HTTP requests via the
actions.requestmethod. - Boundary markers: The skill instructs the user to wait for exact dashboard values and connection names rather than inventing them.
- Sanitization: Input is parsed as JSON but passed directly to the underlying SDK; the skill relies on the platform's tool-execution guardrails.
- [COMMAND_EXECUTION]: The skill documentation guides the user to install additional host-level capabilities using specialized CLI tools.
- Evidence: Commands such as
clawhub install scalekit-agent-auth(inSKILL.md) andhermes skills install scalekit-inc/authstack/...(inreferences/hermes.md) are used to deploy vendor-maintained host skills. - [DATA_EXPOSURE]: The included
tool_exec.pyscript contains a utility function to display active credentials for setup verification. - Evidence: The
--get-authorizationcommand calls theget_authorizationfunction, which prints OAuthaccess_tokenandrefresh_tokento standard output. This is a legitimate administrative feature for verifying integration status.
Audit Metadata