
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
giraflow-cli
Advanced tools
Giraflow CLI – analyze and visualize Information Flow models in the terminal
CLI tool for visualizing and analyzing Information Flow models (.giraflow.json).
npm install -g giraflow-cli
giraflow-cli <file> [options]
| Option | Description |
|---|---|
-v, --view <mode> | timeline, slice, or table |
-e, --example | Show example data |
-s, --schema <path> | Validate against JSON schema |
--validate | Validate against bundled schema |
-o, --output <file> | Export to file |
# Interactive mode (prompts for view)
giraflow-cli model.giraflow.json
# Slice view with scenarios
giraflow-cli model.giraflow.json -v slice
# Timeline with example data
giraflow-cli model.giraflow.json -v timeline -e
# Table view for documentation
giraflow-cli model.giraflow.json -v table
giraflow-cli create [output-file]
Starts an interactive wizard that guides you through building a .giraflow.json model step by step.
Choose element type: Event, State View, Actor, or Command
Enter a name
Fill in type-specific fields (all optional, press Enter to skip):
| Type | Optional fields |
|---|---|
| Event | producedBy (command name), externalSource |
| State View | sourcedFrom (comma-separated event names) |
| Actor | readsView (defaults to last state), sendsCommand |
| Command | — |
Add example data (choose one):
Confirm whether to add another element
# Specify output file directly
giraflow-cli create my-model.giraflow.json
# Let the wizard ask for the filename (defaults to <name>.giraflow.json)
giraflow-cli create
Chronological flow with symbols (●Event ◆State ▶Command ○Actor). Use -e to include example data.

With example data (-e):

Detailed panels with JSON examples and Given-When-Then scenarios.

Tabular overview per element type with data flow tree.

giraflow — Live preview server with hot reload for viewing models in the browser.
FAQs
Giraflow CLI – analyze and visualize Information Flow models in the terminal
We found that giraflow-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.