openserv-launch
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION] (LOW): Indirect Prompt Injection Surface. The
launch_tokencapability inSKILL.mdandagent-launcher.tsingests user-controlled metadata (name, symbol, description) which is then sent to a remote API. The agent subsequently processes and echoes the API response, which could potentially contain malicious instructions if the remote service were compromised. - Ingestion points:
argsobject inlaunch_token,list_tokens, andget_tokencapabilities. - Boundary markers: Absent; the agent receives raw strings or interpolated data from the API response.
- Capability inventory: Subprocess calls via the OpenServ SDK to interact with the blockchain and network requests via
axios. - Sanitization: Input is structurally validated using
zod, but there is no natural language filtering for instructions in fields likedescription. - [EXTERNAL_DOWNLOADS] (LOW): The skill relies on several external Node.js packages. While
axios,zod, anddotenvare industry standards, the specialized SDKs (@openserv-labs/sdk,@openserv-labs/client) are from an organization not included in the predefined trusted list. Additionally,SKILL.mdsuggests usingnpxto update or install skills from the same untrusted repository. - [DATA_EXFILTRATION] (LOW): The skill performs network operations to
https://instant-launch.openserv.ai. This domain is not on the global whitelist. However, the traffic is limited to the skill's stated purpose (token deployment and querying) and does not involve accessing sensitive local file paths like SSH keys or AWS credentials.
Audit Metadata