skills/vm0-ai/vm0-skills/jam/Gen Agent Trust Hub

jam

Pass

Audited by Gen Agent Trust Hub on Mar 18, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: Employs bash -c to wrap curl commands, ensuring that environment variables like $JAM_TOKEN are preserved during execution. This is a documented functional requirement for the skill to operate correctly.
  • [EXTERNAL_DOWNLOADS]: Connects to https://mcp.jam.dev/mcp to perform API calls. This domain belongs to the official Jam.dev service, which is the intended target for this skill.
  • [PROMPT_INJECTION]: Indirect prompt injection surface identified.
  • Ingestion points: Data from bug reports (logs, events, transcripts) is retrieved via getConsoleLogs, getNetworkRequests, and other tools in SKILL.md.
  • Boundary markers: No explicit delimiters or instructions to ignore embedded content are present in the provided examples.
  • Capability inventory: The skill has network access (curl) and local command execution capabilities (bash -c) as seen in SKILL.md.
  • Sanitization: No specific sanitization or escaping of the retrieved data is mentioned.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 18, 2026, 07:15 AM