
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@helpscout/kiwi
Advanced tools
Seamless syncing for Design Github Wikis
Kiwi was specifically designed to handle automatic Wiki deploys for Help Scout's Design System.
Add the following global environment variables to your build/CI tool:
GITHUB_USER = bob_belcher_2019
GITHUB_REPO = baby-you-can-chive-my-car-burger
TOKEN = CV9$Xc]6iZVJRJiE*uV6MooXg
LOCAL_DIR = burger-project
GITHUB_USER
The Github user name of your repository.
GITHUB_REPO
The Github repository name.
TOKEN
Your super secret Github personal access token
LOCAL_DIR
The directory of your (CI) local directory.
Since Kiwi needs to push to a Github wiki, ensure that your environment's Git has been set up with a username and email:
git config --global user.email "bob@bobsburgers.com"
git config --global user.name "bob_belcher_2019"
Once you have the above ☝️ set up (it's very important!), all you have to do is run:
npx @helpscout/kiwi
For Netlify, you can create a simple netlify.sh
file (or call it whatever you'd like 😍)
# Configures the Git name and email for the commits
git config --global user.email "bob@bobsburgers.com"
git config --global user.name "bob_belcher_2019"
# Set the environment variables
export GITHUB_USER=bob_belcher_2019
export GITHUB_REPO=baby-you-can-chive-my-car-burger
export TOKEN=CV9$Xc]6iZVJRJiE*uV6MooXg
export LOCAL_DIR=repo
# Runs Kiwi
npx @helpscout/kiwi
# Creates an empty page for Netlify to deploy
mkdir public
touch public/index.html
With that, you can set up the following:
sh netlify.sh
public
FAQs
Seamless syncing for Design Wikis
The npm package @helpscout/kiwi receives a total of 2 weekly downloads. As such, @helpscout/kiwi popularity was classified as not popular.
We found that @helpscout/kiwi 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 News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.