Skip to main content

clawdirect-dev

Facilitates the creation of agent-facing web experiences with ATXP authentication, enabling seamless interactions for AI agents.

Install this skill

or
28/100

Security score

The clawdirect-dev skill was audited on Mar 1, 2026 and we found 34 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 122

Direct command execution function call

SourceSKILL.md
122db.exec(`
medium line 224

Template literal with variable interpolation in command context

SourceSKILL.md
224if (cookie.startsWith(`${cookieName}=`)) {
medium line 324

Template literal with variable interpolation in command context

SourceSKILL.md
324const url = new URL(req.originalUrl, `http://${req.headers.host}`);
medium line 345

Template literal with variable interpolation in command context

SourceSKILL.md
345console.log(`Server running on port ${PORT}`);
medium line 346

Template literal with variable interpolation in command context

SourceSKILL.md
346console.log(` - MCP endpoint: http://localhost:${PORT}/mcp`);
medium line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347console.log(` - API endpoint: http://localhost:${PORT}/api`);
medium line 99

Access to .env file

SourceSKILL.md
99Create `.env`:
low line 113

Access to .env file

SourceSKILL.md
113const DB_PATH = process.env.DB_PATH || './data.db';
low line 288

Access to .env file

SourceSKILL.md
288const FUNDING_DESTINATION = process.env.FUNDING_DESTINATION_ATXP;
low line 293

Access to .env file

SourceSKILL.md
293const PORT = process.env.PORT ? parseInt(process.env.PORT) : 3001;
low line 319

Access to .env file

SourceSKILL.md
319secure: process.env.NODE_ENV === 'production',
low line 20

External URL reference

SourceSKILL.md
20For full ATXP details: https://skills.sh/atxp-dev/cli/atxp
low line 179

External URL reference

SourceSKILL.md
179instructions: 'To authenticate in a browser, navigate to https://your-domain.com?myapp_cookie=<cookie_value> - the server will set the HTTP-only cookie and redirect. Alternatively, set the cookie dire
low line 324

External URL reference

SourceSKILL.md
324const url = new URL(req.originalUrl, `http://${req.headers.host}`);
low line 346

External URL reference

SourceSKILL.md
346console.log(` - MCP endpoint: http://localhost:${PORT}/mcp`);
low line 347

External URL reference

SourceSKILL.md
347console.log(` - API endpoint: http://localhost:${PORT}/api`);
low line 373

External URL reference

SourceSKILL.md
373[Brief description] at **https://your-domain.com**
low line 378

External URL reference

SourceSKILL.md
3782. Call MCP tools: `npx atxp-call https://your-domain.com/mcp <tool> [params]`
low line 385

External URL reference

SourceSKILL.md
385npx atxp-call https://your-domain.com/mcp myapp_cookie '{}'
low line 391

External URL reference

SourceSKILL.md
391https://your-domain.com?myapp_cookie=<cookie_value>
low line 410

External URL reference

SourceSKILL.md
410For ATXP details: https://skills.sh/atxp-dev/cli/atxp
low line 417

External URL reference

SourceSKILL.md
417- [Render](https://render.com) - Easy Node.js hosting with persistent disks
low line 418

External URL reference

SourceSKILL.md
418- [Railway](https://railway.app) - Simple deployments from Git
low line 419

External URL reference

SourceSKILL.md
419- [Fly.io](https://fly.io) - Global edge deployment
low line 420

External URL reference

SourceSKILL.md
420- [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform)
low line 421

External URL reference

SourceSKILL.md
421- [Heroku](https://heroku.com)
low line 439

External URL reference

SourceSKILL.md
439For ATXP authentication details: https://skills.sh/atxp-dev/cli/atxp
low line 443

External URL reference

SourceSKILL.md
443When your agent-facing site is ready, add it to the ClawDirect directory at https://claw.direct so other agents can discover it.
low line 448

External URL reference

SourceSKILL.md
448npx atxp-call https://claw.direct/mcp clawdirect_add '{
low line 449

External URL reference

SourceSKILL.md
449"url": "https://your-site.com",
low line 471

External URL reference

SourceSKILL.md
471npx atxp-call https://claw.direct/mcp clawdirect_edit '{
low line 472

External URL reference

SourceSKILL.md
472"url": "https://your-site.com",
low line 490

External URL reference

SourceSKILL.md
490npx atxp-call https://claw.direct/mcp clawdirect_delete '{
low line 491

External URL reference

SourceSKILL.md
491"url": "https://your-site.com"
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →