project-idea-validator
Fail
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: A hardcoded API key
sk-tinyfish-k7KpC3TypJEAwK4j1yN0Ww7yB8h7VPLgis included in theSKILL.mdfile within multiple examples for setting environment variables. - [COMMAND_EXECUTION]: The skill instructions direct the agent to execute shell commands using the
tinyfishcommand-line interface to perform web searches and data extraction. - [EXTERNAL_DOWNLOADS]: The skill documentation requires the global installation of the
@tiny-fish/clipackage from the npm registry. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted data from external sources.
- Ingestion points: Untrusted data is ingested from search results on
github.comanddev.tothrough thetinyfishtool (identified inSKILL.md). - Boundary markers: No explicit boundary markers or 'ignore embedded instructions' warnings are provided to separate fetched data from the agent's task instructions.
- Capability inventory: The skill uses the
tinyfish agent runcommand to execute browser automations and search operations (identified inSKILL.md). - Sanitization: There is no evidence of sanitization or validation performed on the retrieved search results before they are synthesized into the final report.
Recommendations
- AI detected serious security threats
Audit Metadata