Back to Home
Ahmzyjazzy icon

hireflow

Verified Safe

by Ahmzyjazzy

Overview

Automating new-hire onboarding processes using a multi-agent LLM system to streamline HR, IT, and department-specific tasks.

Installation

Run Command
make run

Environment Variables

  • GOOGLE_API_KEY
  • NOTION_API_KEY

Security Notes

The project uses environment variables for `GOOGLE_API_KEY` and `NOTION_API_KEY`, which is good practice. The custom MCP server (`hireflow_agent.mcp_server.server`) uses mock data, limiting direct database interaction risk within the provided code. The `employee_lookup` tool has a basic domain check but lacks robust authentication, which the README notes would be handled by an external staff portal in a real-life scenario. The Notion MCP server is run via `npx @notionhq/notion-mcp-server`, which, while executing an official package, introduces a dependency on the integrity of that external package and requires Node.js/npm to be present on the system. No direct 'eval' or obvious command injection vulnerabilities were found in the provided Python code.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens200
Stars1
Forks0
Last Update2025-11-27

Tags

OnboardingMulti-Agent SystemLLMADKHR Automation