building-restate-services
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill analyzes local project files such as
package.json,requirements.txt, andgo.mod, along with source code viagrepto detect the development environment. This creates an attack surface where malicious instructions embedded in these files could influence the agent's behavior. - Ingestion points: Project configuration files (
package.json,requirements.txt,pyproject.toml,pom.xml,build.gradle,go.mod) and source code content analyzed during the context detection phase inSKILL.md. - Boundary markers: Absent; the instructions do not specify delimiters or system-level instructions to separate untrusted project content from agent instructions.
- Capability inventory: File system access (read), code generation, and shell command suggestions.
- Sanitization: Absent; the skill does not suggest any validation or sanitization of the content of the detected files before processing.
- [EXTERNAL_DOWNLOADS]: The skill references and provides installation commands for official Restate SDKs, CLI tools, and server binaries. These resources are hosted on trusted or well-known platforms including the vendor's GitHub organization (
github.com/restatedev), Docker Hub, and standard package registries like NPM and PyPI. - [COMMAND_EXECUTION]: The skill instructs the agent to perform project discovery using
grepand provides numerous CLI examples for managing Restate deployments and testing service endpoints viacurland therestateCLI tool.
Audit Metadata