Skip to main content

network-scan

Scans LinkedIn contacts' companies for job openings, helping users find relevant roles through their network.

Install this skill

or
49/100

Security score

The network-scan skill was audited on Feb 25, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27User data (stored at ~/.proficiently/):
low line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29~/.proficiently/
medium line 59

Access to hidden dotfiles in home directory

SourceSKILL.md
59Read `~/.proficiently/linkedin-contacts.csv`. Sort by "Connected On" descending (most recent first). Take the first N contacts based on the limit.
medium line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75Load `~/.proficiently/company-careers.json` if it exists (the cache). If it doesn't exist, start with an empty object.
medium line 104

Access to hidden dotfiles in home directory

SourceSKILL.md
104Collect results from all subagents and merge into the cache. Save `~/.proficiently/company-careers.json`. Format:
medium line 156

Access to hidden dotfiles in home directory

SourceSKILL.md
156**Append to `~/.proficiently/network-scan-history.md`:**
medium line 180

Access to hidden dotfiles in home directory

SourceSKILL.md
180For each High-fit match, navigate to the job posting URL and save the full posting to `~/.proficiently/jobs/[company-slug]-[YYYY-MM-DD]/posting.md` using the standard format:
medium line 267

Access to hidden dotfiles in home directory

SourceSKILL.md
267- **Adjusts preferences**: Update `~/.proficiently/preferences.md` accordingly (e.g., "add fintech to nice-to-haves", "no crypto companies").
medium line 283

Access to hidden dotfiles in home directory

SourceSKILL.md
283Add to `~/.claude/settings.json`:
low line 289

Access to hidden dotfiles in home directory

SourceSKILL.md
289"Read(~/.claude/skills/**)",
low line 290

Access to hidden dotfiles in home directory

SourceSKILL.md
290"Read(~/.proficiently/**)",
low line 291

Access to hidden dotfiles in home directory

SourceSKILL.md
291"Write(~/.proficiently/**)",
low line 292

Access to hidden dotfiles in home directory

SourceSKILL.md
292"Edit(~/.proficiently/**)",
low line 66

External URL reference

SourceSKILL.md
66"Google": [{"name": "Jane Smith", "position": "PM Director", "url": "https://linkedin.com/in/janesmith"}, ...],
low line 67

External URL reference

SourceSKILL.md
67"Stripe": [{"name": "John Doe", "position": "Eng Manager", "url": "https://linkedin.com/in/johndoe"}]
low line 108

External URL reference

SourceSKILL.md
108"careers_url": "https://careers.example.com",
low line 173

External URL reference

SourceSKILL.md
173| Google | Jane Smith (PM Director) | Sr. Product Manager | High | https://... |
low line 221

External URL reference

SourceSKILL.md
221- **Apply**: https://careers.google.com/jobs/...
low line 228

External URL reference

SourceSKILL.md
228- **Apply**: https://stripe.com/jobs/...
Scanned on Feb 25, 2026
View Security Dashboard