vercel-plugin-eval
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution and Terminal Automation:
- The skill uses
wezterm cli spawnto launch interactive shell sessions and automate testing workflows. - It utilizes common shell utilities like
grep,find, andwcto analyze log files and verify the internal state of the plugin during execution. - External Resource Integration:
- The tool uses
npxto fetch and execute the plugin setup from a dedicated repository on GitHub. This is a typical method for developers to ensure they are testing against the latest version of a plugin. - System Resource Access:
- It creates a dedicated directory (
~/dev/vercel-plugin-testing/) for test projects and monitors debug logs located in~/.claude/debugto provide feedback on the plugin's performance. These actions are limited to specific, documented paths related to the testing process.
Audit Metadata