
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
marko-cli
Advanced tools
Command | Description | Version |
---|---|---|
serve | 🚀 Quickly serve a Marko application or individual component for local development | |
build | 📦 Build an optimized Marko application (the production-ready counterpart to serve ) | |
compile | 🛠 Compile components for both node and browsers | |
migrate | ✨ Update Marko components to remove usage of deprecated apis | |
prettyprint | 💅 Reformat Marko source files for consistency and beauty | |
test | ✅ Test marko components in both node and browsers |
Each command is distrubuted as a separate npm package (@marko/<command>
). You can execute individual commands using npx @marko/<command>
(e.g. npx @marko/create
). We recommend installing most commands locally and using marko-<command>
in your package.json
scripts
.
This repo provides a consistent build, test, & development environment for all of Marko's CLI commands.
test
Run the tests for all packagespublish
Runs build and begins publishing any changed packagesbuild
Runs babel on the src
folder for every package (runs on publish)format
Formats the files in the repo (runs on precommit)lint
Lints the files in the repo (runs on precommit)This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.
FAQs
Marko CLI
The npm package marko-cli receives a total of 221 weekly downloads. As such, marko-cli popularity was classified as not popular.
We found that marko-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.