
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
AI Video Generation CLI with bunli + AI SDK. Supports Google Veo and FAL AI.
# Install globally with Bun (recommended)
bun add -g ai-vid
# Or clone and build
git clone https://github.com/aryasaatvik/ai-vid
cd ai-vid
bun install
bun run build
# Generate a video
ai-vid generate -p "A cat walking in a park" -o cat.mp4
# Image-to-video (animate an image)
ai-vid generate -i photo.jpg -p "Make the water move" -o output.mp4
# Generate with specific provider
ai-vid generate -p "A sunset" -P google -m "veo-3.1-generate-preview" -o sunset.mp4
Set your API key via environment variable:
GOOGLE_API_KEY, GEMINI_API_KEY, or GOOGLE_GENERATIVE_AI_API_KEYFAL_API_KEY-p, --prompt - Text prompt (required)-i, --input - Input image for image-to-video-P, --provider - AI provider (google, fal)-m, --model - Model ID-d, --duration - Video duration in seconds-o, --output - Output file path-i, --input - JSONL file with one job per line-o, --outDir - Output directory-c, --concurrency - Concurrent API calls# For Claude Code
npx skills add aryasaatvik/ai-vid -a claude-code
# For all agents
npx skills add aryasaatvik/ai-vid
See skills/ai-video-gen for full skill documentation.
FAQs
AI Video Generation CLI with bunli + AI SDK
We found that ai-vid 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.
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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain