producthunt-launch-kit
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands like
lsto check for project metadata inREADME.mdandpackage.json. It also usescurlto send data to the Gemini API andpython3 -cto parse the resulting JSON response.\n- [EXTERNAL_DOWNLOADS]: The skill interacts with the official Google Gemini API atgenerativelanguage.googleapis.com. This is a well-known service and the primary tool used for content generation.\n- [PROMPT_INJECTION]: The skill reads local project documentation and interpolates it into a prompt, creating an indirect prompt injection surface.\n - Ingestion points:
SKILL.md(Step 1) reads localREADME.mdandpackage.jsonfiles.\n - Boundary markers: The skill uses a structured JSON payload and a
system_instructionto constrain the AI model's generation behavior.\n - Capability inventory: Includes file system checks (
ls) and network communication (curl).\n - Sanitization: Relies on the Gemini API's safety layers and the skill's specific system instructions to the model.
Audit Metadata