prospect-icp-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited prospect-icp-search (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Search for prospects matching an Ideal Customer Profile using natural language. This skill translates human-friendly buyer descriptions into structured Amplemarket API queries and returns formatted results.
When a user describes their ideal prospect in natural language, follow these steps to execute a precise search using the Amplemarket MCP tools.
mcp__claude_ai_Amplemarket__get_industries to get the list of valid industry values and match the user's description to the closest ones.mcp__claude_ai_Amplemarket__get_job_functions to get valid job function values if the user specifies functional areas.mcp__claude_ai_Amplemarket__search_people with the mapped parameters. Set full_output to true for detailed results. Start with page_size of 10 unless the user requests more.User prompt: "Find me VP of Sales at fintech companies in New York with 50 to 200 employees"
What the skill does:
mcp__claude_ai_Amplemarket__get_industries to find the correct fintech industry value.mcp__claude_ai_Amplemarket__search_people with:person_titles: ["VP of Sales"]person_seniorities: ["VP"]person_locations: ["New York, US"]company_industries: [matched fintech industry value]company_sizes: ["51-200 employees"]full_output: trueExample output:
| Name | Title | Company | Location | |
|---|---|---|---|---|
| Sarah Chen | VP of Sales | PayTech Inc | New York, NY | linkedin.com/in/sarachen |
| Marcus Johnson | VP of Sales & Partnerships | FinFlow | New York, NY | linkedin.com/in/marcusj |
| Priya Patel | Vice President, Sales | LendStack | Brooklyn, NY | linkedin.com/in/priyap |
Found 47 total results. Showing page 1 of 5.
Would you like me to:
User prompt: "Search for marketing directors at publicly traded SaaS companies in the Bay Area"
What the skill does:
mcp__claude_ai_Amplemarket__get_industries to resolve SaaS/Software industry values.mcp__claude_ai_Amplemarket__search_people with:person_titles: ["Marketing Director", "Director of Marketing"]person_seniorities: ["Director"]person_departments: ["Marketing"]person_locations: ["San Francisco Bay Area, US"]company_types: ["Public Company"]company_industries: [matched SaaS/Software values]full_output: trueUser prompt: "Look up Heads of Engineering and CTOs at startups with 11-50 employees in London and Berlin"
What the skill does:
mcp__claude_ai_Amplemarket__search_people with:person_titles: ["Head of Engineering", "CTO", "Chief Technology Officer"]person_seniorities: ["Head", "C-Suite"]person_departments: ["Engineering & Technical"]person_locations: ["London, UK", "Berlin, DE"]company_sizes: ["11-50 employees"]full_output: true| Problem | Solution |
|---|---|
| Zero results returned | Broaden one filter at a time in this order: 1) Remove geography filter and retry. 2) Broaden company size range by one tier in each direction. 3) Broaden seniority to include one level below target. 4) Try related industry values from get_industries. After each retry, report to the user what was changed and how many results the broadened criteria returned. |
| Too many results | Add more filters. Narrow by seniority, department, or company size. |
| Industry not matching | Call mcp__claude_ai_Amplemarket__get_industries and present the list to the user so they can pick the right value. |
| Location too broad | Break regions into specific cities or countries (max 10 locations per query). |
| Unexpected titles in results | Use person_seniorities and person_departments in addition to person_titles to improve precision. |
Company definitely exists but search_companies returns 0 | Fallback chain: 1) Try enrich_company with the company domain directly. 2) Try searching by partial name. 3) Check for parent/subsidiary company names. 4) Try the company's LinkedIn URL in enrich_company. |
| Multiple people match a specific name | Use additional filters like person_locations or company_domains to narrow results. If still ambiguous, present matches and ask the user to confirm. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.