driver-test-runner

Pass

Audited by Gen Agent Trust Hub on Jul 3, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is a standard development utility for running test suites and managing local services. No malicious intent or suspicious patterns were detected during analysis.
  • [COMMAND_EXECUTION]: The skill executes local commands using pnpm for building and testing project components (e.g., pnpm test, pnpm --filter ... run build). It also runs a local startup script ./scripts/run/engine-rocksdb.sh to ensure the required backend engine is running.
  • [DATA_EXPOSURE]: The skill tracks its own progress by reading and writing to ~/.agents/notes/driver-test-progress.md. This is a standard practice for maintaining task state and does not involve sensitive user credentials or system files.
  • [EXTERNAL_DOWNLOADS]: The skill uses curl to check the health of a local service at http://127.0.0.1:6420/health. This is a safe, local network operation used for environment validation.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 3, 2026, 03:11 PM
Security Audit — agent-trust-hub — driver-test-runner