
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
claude-highscore
Advanced tools
Claude Code Transcript Time Analyzer - Analyze response times from claude.ai transcripts
Analyze response times from Claude Code sessions to understand performance patterns and optimize your AI-assisted development workflow.
# Clone the repository
git clone https://github.com/EveryInc/cctime.git
cd cctime
# Install dependencies with Bun
bun install
# Run the CLI
bun run src/cli.tsx
# Launch interactive dashboard
bun run src/cli.tsx
# Navigate with keyboard:
# - ↑/↓: Navigate table rows
# - Tab: Switch between table and chart
# - Enter: View details for selected date
# - s: Cycle sort options
# - e: Export data
# - q: Quit
# Analyze specific date range
bun run src/cli.tsx --from 2024-01-01 --to 2024-01-31
# Export directly without interactive mode
bun run src/cli.tsx --no-interactive --export report.json --export-format json
# Export as CSV
bun run src/cli.tsx --no-interactive --export report.csv --export-format csv
# Export as Markdown report
bun run src/cli.tsx --no-interactive --export report.md --export-format markdown
cctime analyzes the JSONL transcript files that Claude Code stores locally:
~/.claude/projects/{project-path}/{sessionId}.jsonlComplete data structure with all metrics, suitable for further analysis.
Tabular format with daily breakdowns, perfect for spreadsheet analysis.
Human-readable report with tables and statistics, great for documentation.
Built using a parallel development approach with 5 independent streams:
src/parser/: JSONL file parsingsrc/calculator.ts: Response time calculationssrc/aggregator.ts: Data aggregation and statisticssrc/finder.ts: Claude session file discoverysrc/components/: Ink UI componentssrc/export/: Export functionality# Run tests
bun test
# Run demo with sample data
bun run demo.ts
# Test core functionality
bun run test-minimal.ts
Create ~/.cctime/config.json:
{
"theme": {
"primaryColor": "cyan",
"successColor": "green",
"errorColor": "red"
},
"analysis": {
"outlierThresholdMs": 300000,
"defaultDateRangeDays": 30
},
"export": {
"defaultPath": "./exports",
"includeDetailedStats": true
}
}
MIT
FAQs
Claude Code Transcript Time Analyzer - Analyze response times from claude.ai transcripts
We found that claude-highscore 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
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.