
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/apollo
Advanced tools
Apollo.io — sales intelligence: people search, person & company enrichment. Uses the encrypted credential vault for API key auth.
Apollo module for RobinPath.
The apollo module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/apollo
1. Set up credentials
apollo.setCredentials "your-credentials"
2. searchPeople
apollo.searchPeople
| Function | Description |
|---|---|
apollo.setCredentials | Configure apollo credentials. |
apollo.searchPeople | searchPeople |
apollo.getPerson | getPerson |
apollo.enrichPerson | enrichPerson |
apollo.searchOrganizations | searchOrganizations |
apollo.getOrganization | getOrganization |
apollo.enrichOrganization | enrichOrganization |
apollo.listSequences | listSequences |
apollo.getSequence | getSequence |
apollo.addToSequence | addToSequence |
apollo.listEmailAccounts | listEmailAccounts |
apollo.searchContacts | searchContacts |
apollo.createContact | createContact |
apollo.updateContact | updateContact |
apollo.listLists | listLists |
apollo.addToList | addToList |
apollo.listTasks | listTasks |
apollo.createTask | createTask |
apollo.getAccount | getAccount |
apollo.searchPeople
apollo.getPerson
apollo.enrichPerson
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/apollo";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
apollo.setCredentials "your-credentials"
apollo.searchPeople
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/json — JSON module for complementary functionalityMIT
FAQs
Apollo.io — sales intelligence: people search, person & company enrichment. Uses the encrypted credential vault for API key auth.
We found that @robinpath/apollo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.