← 返回 Skills 市场
cineglobe

OSINT Investigator

作者 cineglobe · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1234
总下载
2
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install osint-investigator
功能描述
Deep OSINT (Open Source Intelligence) investigations. Use when the user wants to research, find, or investigate any person, place, organisation, username, do...
安全使用建议
This skill appears to do what it says (wide-ranging OSINT), but several inconsistencies raise red flags: it expects system tools (whois, dig, exiftool, curl) and multiple API keys but declares none; and its included PDF script will pip-install a package at runtime. Before installing or enabling it: 1) Ask the author for an explicit manifest of required binaries and environment variables (API keys) and why each is needed. 2) If you must run it, do so in a sandboxed environment with restricted network access and no sensitive credentials present. 3) Review the generate_pdf.py script and consider removing or pinning the pip-auto-install behavior (or preinstall fpdf2 in a controlled way). 4) Consider limiting or disabling autonomous invocation until you confirm the exact external services it will call and the credentials it will use. 5) Ensure you have legal authority to perform OSINT on the intended targets and avoid collecting or retaining data you shouldn't.
功能分析
Type: OpenClaw Skill Name: osint-investigator Version: 1.0.0 The skill is classified as suspicious due to several high-risk capabilities and potential vulnerabilities, despite its stated benign purpose of OSINT. Key indicators include the extensive use of shell commands (`whois`, `dig`, `curl`, `exiftool`) in `SKILL.md` which, if user input is not properly sanitized by the agent, could lead to shell injection and arbitrary command execution. Additionally, the `scripts/generate_pdf.sh` script attempts to install `fpdf2` using `pip3 install --break-system-packages`, a powerful command that modifies the system Python environment and could be abused if the package name were manipulated. The skill also stores sensitive API keys and user credentials (including passwords for social media platforms) in `config/osint_config.json`, which, while protected by `chmod 600`, still represents a local data exposure risk. There is no evidence of intentional malicious behavior, but these capabilities and vulnerabilities pose significant security risks.
能力评估
Purpose & Capability
The skill claims to run multi-source OSINT (web, social, DNS, image reverse, maps, etc.) which explains many external calls. However, SKILL.md and the code expect system binaries and API keys (whois/dig/nslookup/exiftool/curl, Google Maps API key, HaveIBeenPwned key, Twitch Client-Id, etc.) while the package metadata declares no required binaries or environment variables — a clear mismatch between declared requirements and actual needs.
Instruction Scope
The instructions direct the agent to perform broad network queries across many external services, run system commands (whois, dig, exiftool) and fetch content from many third-party endpoints. They also instruct handling local image files (EXIF extraction) and using API keys when available. The SKILL.md gives the agent broad discretion ('Run ALL applicable modules in parallel. Never stop after one source'), which could cause wide-ranging automated collection and many outbound requests. The skill does not surface or constrain which API keys/credentials it will use or require.
Install Mechanism
There is no formal install spec, but scripts/generate_pdf.sh will attempt to pip-install fpdf2 at runtime (with --break-system-packages fallback and user installs). This causes network package installation from PyPI when the PDF generator runs. No arbitrary URL downloads were found, but automatic pip installs are a moderate operational risk and should be reviewed or run in a controlled environment.
Credentials
The skill's instructions reference multiple external API keys (Google Maps key, HIBP API key, Twitch client id, Gravatar MD5 of emails implying email enumeration, etc.) yet the manifest lists no required environment variables or primary credential. That mismatch is concerning: the skill expects credentials but does not declare or justify them in the package metadata. Additionally, the skill's data-collection scope (potentially personal data, images with EXIF, emails/phone lookups) increases sensitivity.
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always: false) and does not declare modifications to other skills or system-wide settings. It can be invoked autonomously by the agent (default behavior), which is normal for skills; however, given the other concerns, autonomous invocation increases the blast radius and should be considered before enabling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install osint-investigator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /osint-investigator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of OSINT Investigator – a comprehensive, multi-source open-source intelligence gathering skill. - Automatically classifies targets (person, username, domain, IP, organization, etc.) and selects relevant investigation modules. - Executes deep web, social media, DNS/WHOIS, IP, email, phone, image, map/location, and corporate intelligence searches. - Sign in options/api keys for (optional) • Instagram (username + password) • Twitter/X (Bearer Token — free API v2 tier works) • LinkedIn (email + password) • Facebook (email + password) • Google Maps (API key — geocoding, places, Street View) • Shodan (API key — deep IP intel) • HaveIBeenPwned (API key — breach lookups) • Hunter.io (email discovery) • AbstractAPI (phone lookup) - Runs all applicable modules in parallel for thorough results. - Aggregates and cross-references findings across multiple sources. - Outputs a structured, actionable intelligence report for any investigated target.
元数据
Slug osint-investigator
版本 1.0.0
许可证
累计安装 6
当前安装数 6
历史版本数 1
常见问题

OSINT Investigator 是什么?

Deep OSINT (Open Source Intelligence) investigations. Use when the user wants to research, find, or investigate any person, place, organisation, username, do... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1234 次。

如何安装 OSINT Investigator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install osint-investigator」即可一键安装,无需额外配置。

OSINT Investigator 是免费的吗?

是的,OSINT Investigator 完全免费(开源免费),可自由下载、安装和使用。

OSINT Investigator 支持哪些平台?

OSINT Investigator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OSINT Investigator?

由 cineglobe(@cineglobe)开发并维护,当前版本 v1.0.0。

💬 留言讨论