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
pnpmfor building and testing project components (e.g.,pnpm test,pnpm --filter ... run build). It also runs a local startup script./scripts/run/engine-rocksdb.shto 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
curlto check the health of a local service athttp://127.0.0.1:6420/health. This is a safe, local network operation used for environment validation.
Audit Metadata