skills/openlark/skills/idea-validator/Gen Agent Trust Hub

idea-validator

Pass

Audited by Gen Agent Trust Hub on Aug 8, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill uses a Python script (scripts/idea_validator.py) to generate Markdown reports based on user-provided startup ideas or market categories. Analysis of the code shows it only performs string formatting and prints static templates to the console.
  • [EXTERNAL_DOWNLOADS]: The skill mentions pip install requests in SKILL.md and attempts to import it in scripts/idea_validator.py. However, the code that would use the library for web research is currently commented out (# TODO: Can integrate search API for real data). The library is a standard, well-known package.
  • [COMMAND_EXECUTION]: The skill executes a local Python script with arguments provided by the user. There is no evidence of command injection as the script uses argparse for safe argument parsing.
  • [PROMPT_INJECTION]: No prompt injection or behavior override patterns were detected in the instructions or metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 8, 2026, 04:16 AM
Security Audit — agent-trust-hub — idea-validator