Skip to main content

geo-prospect

Manages GEO agency prospects and clients through the sales pipeline, tracking leads and generating summaries for effective CRM.

Install this skill

or
67/100

Security score

The geo-prospect skill was audited on Mar 19, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 19

Access to home directory dotfiles

SourceSKILL.md
17
18Manage GEO agency prospects and clients through the full sales lifecycle.
19All data is stored in `~/.geo-prospects/prospects.json` (persistent across sessions).
20
21---
low line 56

Access to home directory dotfiles

SourceSKILL.md
54 "geo_score": 32,
55 "audit_date": "2026-03-12",
56 "audit_file": "~/.geo-prospects/audits/electron-srl.com-2026-03-12.md",
57 "proposal_file": "~/.geo-prospects/proposals/electron-srl.com-proposal.md",
58 "monthly_value": 0,
low line 57

Access to home directory dotfiles

SourceSKILL.md
55 "audit_date": "2026-03-12",
56 "audit_file": "~/.geo-prospects/audits/electron-srl.com-2026-03-12.md",
57 "proposal_file": "~/.geo-prospects/proposals/electron-srl.com-proposal.md",
58 "monthly_value": 0,
59 "contract_start": null,
medium line 78

Access to home directory dotfiles

SourceSKILL.md
76### `/geo prospect new <domain>`
77
781. Check if `~/.geo-prospects/prospects.json` exists, create if not (empty array)
792. Auto-detect company name from domain (e.g., `electron-srl.com` → `Electron Srl`)
803. Assign next sequential ID: `PRO-001`, `PRO-002`, etc.
medium line 91

Access to home directory dotfiles

SourceSKILL.md
89### `/geo prospect list`
90
91Read `~/.geo-prospects/prospects.json` and render a summary table:
92
93```
medium line 112

Access to home directory dotfiles

SourceSKILL.md
1101. Run `/geo quick <domain>` to get GEO snapshot score
1112. Save score to prospect record: `geo_score`, `audit_date`
1123. Save audit output to `~/.geo-prospects/audits/<domain>-<date>.md`
1134. Update `audit_file` path in prospect record
1145. Add auto-note: "Quick audit run. GEO Score: XX/100."
medium line 163

Access to home directory dotfiles

SourceSKILL.md
161## Storage Location
162
163All data stored in `~/.geo-prospects/`:
164```
165~/.geo-prospects/
low line 165

Access to home directory dotfiles

SourceSKILL.md
163All data stored in `~/.geo-prospects/`:
164```
165~/.geo-prospects/
166├── prospects.json # Main CRM database
167├── audits/ # Quick audit snapshots
medium line 173

Access to home directory dotfiles

SourceSKILL.md
171```
172
173Create directory if it does not exist: `mkdir -p ~/.geo-prospects/audits ~/.geo-prospects/proposals`
174
175---
Scanned on Mar 19, 2026
View Security Dashboard