investigation-mode
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Interaction with System Logs and Deployment Metadata: The skill is designed to analyze runtime logs and deployment configurations using commands such as
vercel logsandvercel inspect. While this is a standard debugging practice, users should be aware that logs can occasionally contain sensitive information if not properly sanitized at the application level. - Command-Line Tool Usage: The skill utilizes the Vercel CLI suite to monitor workflows and deployment statuses. These commands are used to provide the agent with the necessary context to triage issues within the vendor's ecosystem.
- Indirect Prompt Injection Surface:
- Ingestion points: The agent processes external data sources including runtime logs and browser console outputs (SKILL.md).
- Boundary markers: The instructions do not currently define explicit delimiters or instructions to ignore potential commands embedded within log data.
- Capability inventory: The skill possesses the ability to execute CLI commands and inspect file contents (SKILL.md).
- Sanitization: No specific filtering or sanitization of external log content is described within the skill's instructions.
- Network Diagnostic Patterns: The skill includes patterns for using
curl -vIto inspect network headers and connectivity, which is a common administrative action for identifying communication issues.
Audit Metadata