
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
@versatly/tasktime
Advanced tools
CLI task timer for AI agents - benchmark learning progression with auto-save logs and visualizations
CLI task timer for AI agents — benchmark your learning progression with auto-save logs and visualizations.
npm install -g @versatly/tasktime
# Start timing a task
tasktime start "Build auth module" --category coding
# Check what's running
tasktime status
# Stop when done
tasktime stop --notes "Implemented JWT + refresh tokens"
# View history
tasktime history
tasktime ls -n 20
# Search tasks
tasktime search "auth"
# Get reports with charts
tasktime report
tasktime report --days 30
# Pretty charts
tasktime chart --type bar
tasktime chart --type line
tasktime chart --type spark
# List categories
tasktime categories
# One-liner for prompts
tasktime now # ⏱️ Build auth module (1h 23m)
tt is a shortcut:
tt start "Quick fix"
tt stop
tt report
Stored in ~/.tasktime/tasks.db (SQLite).
import { startTask, stopTask, getTasks, getStats } from '@versatly/tasktime';
const task = startTask('My task', 'coding');
// ... do work ...
const completed = stopTask(task.id, 'Done!');
MIT
FAQs
CLI task timer for AI agents - benchmark learning progression with auto-save logs and visualizations
The npm package @versatly/tasktime receives a total of 5 weekly downloads. As such, @versatly/tasktime popularity was classified as not popular.
We found that @versatly/tasktime 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
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.