Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
(c) 2008 Jason Frame (jason@onehackoranother.com)
Released under The MIT License.
site-skel
is a small command-line tool for generating website templates. Generated sites
include reset stylesheet, conditional IE stylesheets, SWFObject and jQuery (plus some
common plugins). Supports multiple file layouts (static HTML and simple PHP project included),
plus layout variants (e.g. "2-column-fixed", "3-column-fluid"). Static files are laid out
according to Rails' conventions ({images,javascripts,stylesheets}/).
site-skel
runs off the filesystem and the variants are generated using ERb so it's easily customisable.
Unfortunately we don't currently support sourcing data from anywhere
other than the gem's install directory so if you intend to create your own layouts and
variants the best idea is probably to fork the repo.
sudo gem install jaz303-site-skel
Basic example; create a static HTML template with the default variant in directory foo
:
site-skel foo
Create a PHP site template using a 2-column variant in directory baz
:
site-skel -l php -v 2-col baz
That's it, have fun.
FAQs
Unknown package
We found that jaz303-site-skel demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.