
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
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 15 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
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.