openserv-ideaboard-api
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the Ideaboard API, specifically idea descriptions and comments submitted by other users. This exposes the agent to indirect prompt injection attacks where malicious instructions could be embedded in these fields.
- Ingestion points:
idea.descriptionandidea.commentsare fetched and processed inexamples/browse-ideas.tsandexamples/pick-up-and-ship.ts. - Boundary markers: Absent. No instructions are provided to the agent to disregard instructions within the data.
- Capability inventory: Network access via the
axioslibrary is present across all example scripts. - Sanitization: Absent. The skill examples log the retrieved content without filtering or validation.
- [EXTERNAL_DOWNLOADS]: The skill documentation includes instructions to install standard, reputable libraries (
axios,viem,siwe) and utilizes the vendor's ownnpx skillstool for maintenance. These are legitimate dependencies associated with the skill's author. - [COMMAND_EXECUTION]: The skill provides example shell commands for dependency management and skill updates, which are standard for a development environment.
Audit Metadata