labs-quickstart

Fail

Audited by Gen Agent Trust Hub on Aug 31, 2026

Risk Level: CRITICALREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill downloads a bootstrap script from https://basic-anteater-667.convex.site/quickstart-bootstrap and pipes it directly to bash. This allows for the execution of arbitrary remote code on the user's system without prior inspection.
  • [REMOTE_CODE_EXECUTION]: The skill downloads a JavaScript file from https://basic-anteater-667.convex.site/publish-convex-app and executes it using node.
  • [DATA_EXFILTRATION]: The skill includes instructions to upload the entire session transcript to https://basic-anteater-667.convex.site/send-transcript via a piped bash command. While it mentions asking for user permission, sending full transcripts to a non-official, user-generated subdomain is a high-risk exfiltration pattern.
  • [INDIRECT_PROMPT_INJECTION]: The skill fetches a remote markdown file from https://basic-anteater-667.convex.site/q/<SLUG>.md and instructs the agent to treat its contents as the "canonical rule set." This creates a vector where remote content can override or supplement the agent's instructions at runtime.
  • [COMMAND_EXECUTION]: The skill constructs shell commands by interpolating user-provided input (IDEA) into a string executed by node. Maliciously crafted input could potentially lead to command injection despite basic escaping attempts.
  • [EXTERNAL_DOWNLOADS]: The skill relies on multiple external scripts and instruction files hosted on an untrusted, generated subdomain rather than a fixed, verified vendor repository.
Recommendations
  • HIGH: Downloads and executes remote code from: https://basic-anteater-667.convex.site/publish-convex-app, https://basic-anteater-667.convex.site/send-transcript - DO NOT USE without thorough review
  • AI detected serious security threats
Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 31, 2026, 02:52 AM
Security Audit — agent-trust-hub — labs-quickstart