AI Job Hunter

PendingVirusTotal audit pending.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Using the skill may make network requests to RemoteOK, exposing normal request metadata such as your IP address and user agent.

Why it was flagged

The skill contacts an external job-board API, which is expected for a job-search tool; the code does not send credentials or local files.

Skill content
url: 'https://remoteok.com/api'
Recommendation

Use it only if you are comfortable contacting that job-board service; no special credentials appear necessary.

What this means

Personal profile information may be used by the agent when producing matches or drafts.

Why it was flagged

The skill suggests using a persistent local profile file for matching, which may contain personal career details; this is purpose-aligned and no upload or broad indexing is shown.

Skill content
Set your profile in `~/.openclaw/workspace/USER.md` for better matching.
Recommendation

Keep USER.md limited to information you are comfortable using for job-search assistance, and avoid adding unnecessary sensitive personal data.

What this means

Users may expect features such as daily digests, cover letters, or multiple job-board sources that are not evidenced in the included code.

Why it was flagged

These advertised capabilities are broader than the included hunt.js behavior, which only fetches RemoteOK listings and formats results.

Skill content
- Scans Remote OK, We Work Remotely, Hacker News Jobs
- Generates personalized cover letters
- Daily digest of new opportunities
Recommendation

Treat the skill as a basic RemoteOK keyword searcher unless additional reviewed implementation files are provided.