
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.
CyberOcean CLI tool to upload/download ELX custom pages (Liquid templates). For detailed AI development documentation, see DEV_DOC.md.
sudo npm install -g cyber-elx
sudo npm update -g cyber-elx
cd /path/to/your/project
cyber-elx init
This will:
cyber-elx.jsonc config filecyber-elx download
Downloads pages from the server. If local files have been modified, you'll be prompted before overwriting.
Options:
-f, --force - Force download without confirmation promptscyber-elx upload
Uploads local pages to the server. If server pages have been modified since last download, you'll be prompted before overwriting.
Options:
-f, --force - Force upload without confirmation promptsyour-project/
├── cyber-elx.jsonc # Config file (url + token)
├── .cache # Timestamps cache (auto-generated)
├── layouts/ # Custom layouts (*.liquid)
├── sections/ # Custom sections (*.liquid)
├── templates/ # Custom templates (*.liquid)
└── defaults/ # Read-only default templates
├── sections/
└── templates/
The cyber-elx.jsonc file contains your website URL and authentication token:
{
// ELX Custom Pages Configuration
"url": "https://my-website.net",
"token": "your-auth-token"
}
The defaults/ folder contains read-only copies of the default templates. Use these as reference when creating your custom pages. If a custom page is empty, the default will be used automatically by the server.
home_page - Home pagecourses_page - Courses listingcourse_page - Single courseabout_page - About pagecategory_page - Category pageblogs_page - Blogs listingblog_page - Single blogcontact_page - Contact pageAdditional sections may be available depending on your server configuration.
FAQs
CyberOcean CLI tool to upload/download ELX custom pages
We found that cyber-elx 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.