vercel-logs
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Vercel CLI (
pnpm exec vercel) and standard Unix utilities (grep,jq,awk,tail) to query and filter log data. These commands are strictly for diagnostic and read-only purposes. - [PROMPT_INJECTION]: The skill includes explicit safety instructions that act as guardrails, directing the AI agent to redact secrets (API keys, tokens) from log outputs and forbidding the use of mutation commands like
vercel deployorvercel rollback. - [DATA_EXPOSURE]: The skill reads
.vercel/project.jsonto identify the Vercel project ID, which is a standard procedure for identifying the target application environment.
Audit Metadata