
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
A cross-platform CLI that repeatedly executes a shell command at a human-readable interval
A cross-platform CLI that repeatedly executes a shell command at a human-readable interval.
Inspired by agent loops, but intentionally simple.
npm install -g loop-task
Or use directly with npx:
npx loop-task 30m npm test
loop-task [options] <interval> <command>
loop-task 30m npm test
loop-task 1h opencode --prompt '/ob-init'
loop-task 1d node sync.js
npx loop-task 30m npm test
npx loop-task 1h opencode --prompt '/ob-init'
Options must come before the interval:
| Option | Description |
|---|---|
--now | Run immediately before waiting |
--max-runs <n> | Stop after N executions |
--verbose | Show execution details |
-h, --help | Display help |
-V, --version | Display version |
npx loop-task 30m --now -- opencode run "search for missing translation text and translate them, 3 maximum" --model "opencode/big-pickle"
loop-task 30m npm test
loop-task --now 1h npm test
loop-task --max-runs 5 5m npm test
loop-task --verbose 30m npm test
Shows start/end timestamps, exit code, execution duration, and next scheduled run.
| Format | Description |
|---|---|
10s | 10 seconds |
5m | 5 minutes |
1h | 1 hour |
1d | 1 day |
1w | 1 week |
pnpm install
pnpm run build
pnpm run test
pnpm run lint
MIT
FAQs
Loop engineering toolkit. Run any command on a cadence, in the background, managed from a terminal board. Schedule tests, builds, syncs, or agent prompts.
The npm package loop-task receives a total of 94 weekly downloads. As such, loop-task popularity was classified as not popular.
We found that loop-task 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.