@false00/cyber-news
Adds an interactive cybersecurity news header to the Pi TUI, providing live feeds from BleepingComputer and deep-dive research summaries.
Package details
Install @false00/cyber-news from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@false00/cyber-news- Package
@false00/cyber-news- Version
1.0.0- Published
- Jun 9, 2026
- Downloads
- not available
- Author
- false00
- License
- MIT
- Types
- extension
- Size
- 7.7 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Cybersecurity News Extension
An extension for Pi that adds an interactive cybersecurity news header to the TUI. It provides real-time headlines from BleepingComputer and allows you to trigger deep-dive research summaries with one click.
Features
- Live Feed: Fetches the top 5 latest security headlines automatically on session start.
- Visual Indicators: Automatically categorizes headlines into types (Breach, Patch, Malware, Info) with corresponding icons.
- Interactive Selection: Use
/cyber_menuto see a list of available headlines and select one for investigation. - AI Deep Dives: When you select a headline, the extension instructs pi to perform a deep research analysis and provide an Executive Summary including technical details and mitigation steps.
Installation
Install via NPM:
pi install npm:@false00/cyber-briefing
Commands
| Command | Description |
|---|---|
/cyber_menu |
Opens the interactive news selection menu. |
/cyber_refresh |
Manually updates the header with the latest headlines. |
Contributing
Feel free to submit pull requests or open issues in this repository!