
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
taufunctions
Advanced tools
TauFunctions CLI - serverless function management for coding agents. Deploy, invoke, monitor. As easy as git.
Serverless function management for coding agents. Deploy, invoke, and monitor functions - as easy as git.
npm install -g taufunctions
# Sign up
tau signup you@example.com --tenant my-project
# Create a function
tau fn create "process-order" -r nodejs20
# Deploy
tau deploy <function-id>
# Invoke
tau invoke <function-id> '{"orderId": "ORD-001"}'
# View logs
tau logs <function-id>
# Full reference
tau --help
tau login --key YOUR_KEY # saves to .tau/config.json (project-local)
tau login --key YOUR_KEY --global # saves to ~/.tau/config.json (global)
tau config # show which config is active
Local config overrides global. Add .tau/ to your .gitignore.
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## TauFunctions
Use the tau CLI for serverless function management.
Key is in .tau/config.json (auto-loaded).
Run tau --help for full reference.
Proprietary - Tyga.Cloud Ltd. See LICENSE.
FAQs
TauFunctions CLI - serverless function management for coding agents. Deploy, invoke, monitor. As easy as git.
The npm package taufunctions receives a total of 33 weekly downloads. As such, taufunctions popularity was classified as not popular.
We found that taufunctions 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.