
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
@hiro-graph/populate
Advanced tools
Tool for populating graph with data.
The tool is executable and can be installed locally, or globally.
yarn add -D @hiro/graph-populate
yarn global add @hiro/graph-populate
A config (.rc, .json, .js or in package.json) for hiro-graph-populate is required.
The config will be used to populate a graph using the details given in the environmental variables.
yarn hiro-graph-populate
hiro-graph-populate
Environment variables must be set in-order to retrieve a token, a .env. file can be used for this:
HIRO_CLIENT_ID=[application client id]
HIRO_CLIENT_SECRET=[application secret]
HIRO_GRAPH_URL=https://stagegraph.arago.co
HIRO_GRAPH_USER_NAME=[username]
HIRO_GRAPH_USER_PASSWORD=[password]
Config is required and can be stored as:
hiro-graph-populate in package.json.hiro-graph-populaterc (JSON or YAML).hiro-graph-populaterc.{json|yaml|yml|js}hiro-graph-populate.config.js{
"populate": [
{
"name": "a.arago-demo.com",
"admins": [
{
"name": "Lydia Mason",
"email": "lydia.mason@a.arago-demo.com",
"password": "test"
}
],
"users": [
{
"name": "Nyah Cross",
"email": "nyah.cross@a.arago-demo.com",
"password": "test"
},
{
"name": "Mia Rose",
"email": "mia-rose.irving@a.arago-demo.com",
"password": "test"
}
]
}
]
}
{
"generate": {
"orgs": {
"name": "arago-demo.com",
"count": 18
},
"users": {
"perOrg": 5,
"password": "test123"
},
"admins": {
"perOrg": 1,
"password": "test123"
}
}
}
FAQs
Populate a graph with data for tests
We found that @hiro-graph/populate demonstrated a not healthy version release cadence and project activity because the last version was released 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.