SalesBuildr Companies & Contacts — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited SalesBuildr Companies & Contacts (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.
Companies and contacts are the foundation of the Salesbuildr CRM. Companies represent organizations (customers, prospects), while contacts are individuals associated with companies.
GET /companies?search=<term>&from=0&size=25Parameters:
search - Search term for company namefrom - Pagination offsetsize - Results per page (max 100)GET /companies/{id}Returns full company details including address, phone, and metadata.
GET /contacts?search=<term>&company_id=<id>&from=0&size=25Parameters:
search - Search by name or emailcompany_id - Filter contacts to a specific companyfrom - Pagination offsetsize - Results per page (max 100)GET /contacts/{id}POST /contacts
{
"first_name": "Jane",
"last_name": "Smith",
"email": "[email protected]",
"company_id": 12345,
"phone": "555-0100"
}Required fields: first_name, last_name, company_id
GET /companies?search=acmeGET /contacts?company_id=12345GET /companies?search=company namePOST /contacts with company_id~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.