sn-search-image
USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
它会碰到什么
扫了多少3 个文本文件,7 KB
它会碰到什么读凭据联网
命中总数5 处
命中统计严重 0 · 高 3 · 中 1 · 低 1
逐条看命中(3 条严重或高危)
- 高
scripts/serper_image_search.py:52cred-envreadapi_key = os.environ.get("SERPER_API_KEY", "").strip() - 高
scripts/serper_image_search.py:82cred-envreadtimeout = int(os.environ.get("SERPER_TIMEOUT_SECONDS", str(DEFAULT_TIMEOUT_SECONDS))) - 高
scripts/serper_image_search.py:152cred-envreadbase_url = os.environ.get("SERPER_BASE_URL", DEFAULT_BASE_URL).rstrip("/")
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Serper Image Search
Use this skill to search for candidate images via Serper.dev.
Commands
Standard image search:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10
Image URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --image-urls-only --limit 5
Page URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --page-urls-only --limit 5
Raw JSON:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --json
Save raw JSON to a file for later inspection:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --save-json /tmp/serper-images.json
Important
- This skill only performs image search and returns candidate result metadata.
- Run the command directly as shown above.
- Do not wrap it with
cd, shell pipes,python -c, here-docs, or output redirection tricks. - Use
--gland--hlwhen you need country or language bias.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
同一个仓库里的其他技能
- large-file-parquet-analysis-and-highlight
- excel-conditional-comparison-and-large-file-processing
- excel-outlier-detection-and-highlighting
- large-file-conditional-formatting
- top-value-coloring
- numeric-extraction-and-distribution-analysis
- categorical-comparison-analysis
- group-by-analysis
- large-file-kpi-analysis
- pivot-table-cross-analysis
- time-series-and-categorical-analysis
- trend-analysis