Skip to content

Conversation

@hop-dev
Copy link
Collaborator

@hop-dev hop-dev commented Dec 16, 2025

(copilot wrote this)

This pull request introduces a new interactive CLI command for creating and managing a single entity (user, host, service, or generic) with associated events and risk attributes. The main addition is the single-entity command, which allows users to create an entity, generate related events, and interactively manage asset criticality, privileged status, and risk scoring features. Supporting changes include exporting a helper function and registering the new command in the CLI entry point.

New single-entity management command:

  • Added a new single-entity command to the CLI, enabling users to create a single entity, generate events, and interactively set asset criticality, privileged status, and risk score for the entity. This includes a guided loop for updating these attributes, generating additional events, and running the risk engine. (src/commands/single_entity.ts)
  • Registered the new single-entity command in the main CLI entry point, making it accessible to users. (src/index.ts) [1] [2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant