
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.
Part of the ClawVault ecosystem for AI agent memory.
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)
Sync your task data to ClawVault for persistent agent memory:
# Install ClawVault
npm i -g clawvault
# Sync task report to your vault
tasktime sync
tasktime sync --days 30
# Export as markdown (pipe to clawvault or file)
tasktime export > task-report.md
tasktime export | clawvault store --category research --title "Weekly Tasks"
Learn more at clawvault.dev
tt is a shortcut:
tt start "Quick fix"
tt stop
tt report
Stored in ~/.tasktime/tasks.json (JSON, human-readable).
import { startTask, stopTask, getTasks, getStats, syncToClawVault } from '@versatly/tasktime';
const task = startTask('My task', 'coding');
// ... do work ...
const completed = stopTask(task.id, 'Done!');
// Sync to ClawVault
syncToClawVault(7); // Last 7 days
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 3 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.