← Back to search

io.github.rog0x/perf

rog0x Scanned 26d ago

Benchmark, memory, Big O analysis for AI agents

B
85.5 / 100

Versions

1.0.2latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

benchmark
annotations: none low

Benchmark JavaScript code execution. Run a snippet N times and measure min/max/avg/p95/p99 time and ops/sec. Optionally compare two implementations.

code string
memory_analyze
annotations: none low

Analyze Node.js memory usage: heap used/total, RSS, external, array buffers. Tracks snapshots over time and detects potential memory leaks via growth trend analysis.

big_o_estimate
annotations: none low

Estimate Big O complexity from empirical data. Provide input sizes and corresponding execution times to get the best-fit complexity class (O(1), O(log n), O(n), O(n log n), O(n^2), O(n^3), O(2^n)) with confidence scores and growth curve.

bundle_analyze
annotations: none low

Analyze a JavaScript bundle file: raw size, gzip estimate, detected modules, largest modules, and tree-shaking opportunities.

load_test
annotations: none low

Run a simple HTTP load test: send N concurrent requests to a URL, measure response times, error rate, throughput (req/sec), and percentile latencies.

url string body string

Permissions 1

filesystem low
Server uses filesystem capabilities via: fs sync ops

Scan Findings 20

low
Tool 'benchmark' has no annotations annotation_checker · 100%
low
Tool 'memory_analyze' has no annotations annotation_checker · 100%
low
Tool 'big_o_estimate' has no annotations annotation_checker · 100%
low
Tool 'bundle_analyze' has no annotations annotation_checker · 100%
low
Tool 'load_test' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: benchmark manifest_parser · 70%
info
Tool: memory_analyze manifest_parser · 70%
info
Tool: big_o_estimate manifest_parser · 70%
info
Tool: bundle_analyze manifest_parser · 70%
info
Tool: load_test manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: filesystem access detected permission_analyzer · 90%
info
SBOM generated: 94 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%