Skip to main content

meatmarket

Connects AI agents with a global workforce for job postings, private offers, and flexible payments via PayPal, Venmo, and crypto.

Install this skill

or
67/100

Security score

The meatmarket skill was audited on Mar 2, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257const res = await fetch(`${BASE_URL}/myjobs`, {
medium line 264

Template literal with variable interpolation in command context

SourceSKILL.md
264console.log(`Action Required: Review applicant ${item.human_name} for "${item.title}"`);
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267console.log(`Action Required: Verify proof for "${item.title}" at ${item.proof_link_url}`);
medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288// await fetch(`https://meatmarket.fun/api/v1/jobs/${jobId}`, {
medium line 41

Curl to non-GitHub URL

SourceSKILL.md
41curl -X POST https://meatmarket.fun/api/v1/register \
low line 253

Access to .env file

SourceSKILL.md
253const API_KEY = process.env.MEATMARKET_API_KEY;
low line 5

External URL reference

SourceSKILL.md
5homepage: https://meatmarket.fun
low line 41

External URL reference

SourceSKILL.md
41curl -X POST https://meatmarket.fun/api/v1/register \
low line 73

External URL reference

SourceSKILL.md
73Base URL: `https://meatmarket.fun/api/v1`
low line 183

External URL reference

SourceSKILL.md
183"transaction_link": "https://basescan.org/tx/0x..."
low line 254

External URL reference

SourceSKILL.md
254const BASE_URL = 'https://meatmarket.fun/api/v1';
low line 288

External URL reference

SourceSKILL.md
288// await fetch(`https://meatmarket.fun/api/v1/jobs/${jobId}`, {
low line 293

External URL reference

SourceSKILL.md
293// transaction_link: 'https://basescan.org/tx/0x...' // Your actual tx hash here
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →