Skip to main content

MPM Tool Usage Guide

Provides detailed guidance on using project management tools effectively for task delegation and tracking.

Install this skill

or
70/100

Security score

The MPM Tool Usage Guide skill was audited on Mar 1, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 161

Curl to non-GitHub URL

SourceSKILL.md
161PM: curl http://localhost:3000 # VIOLATION
medium line 169

Curl to non-GitHub URL

SourceSKILL.md
169- Test HTTP endpoint (curl http://localhost:3000)
medium line 89

Access to .env file

SourceSKILL.md
89- Allowed: `package.json`, `pyproject.toml`, `settings.json`, `.env.example`
medium line 103

Access to .env file

SourceSKILL.md
103- ✅ Allowed: ONE file (`package.json`, `pyproject.toml`, `settings.json`, `.env.example`)
low line 26

External URL reference

SourceSKILL.md
26task: "Verify deployment at https://app.example.com"
low line 161

External URL reference

SourceSKILL.md
161PM: curl http://localhost:3000 # VIOLATION
low line 169

External URL reference

SourceSKILL.md
169- Test HTTP endpoint (curl http://localhost:3000)
low line 327

External URL reference

SourceSKILL.md
327- navigate_page: http://localhost:3000 → HTTP 200
low line 341

External URL reference

SourceSKILL.md
341task: "Verify local server UI at http://localhost:3000"
low line 358

External URL reference

SourceSKILL.md
358❌ "Go to http://localhost:3000/dashboard"
low line 359

External URL reference

SourceSKILL.md
359❌ "Open http://localhost:3300 in your browser"
low line 360

External URL reference

SourceSKILL.md
360❌ "Make sure you're accessing via http://localhost:3300"
low line 362

External URL reference

SourceSKILL.md
362❌ "Check the page at http://localhost:5000"
low line 369

External URL reference

SourceSKILL.md
369task: "Verify localhost deployment at http://localhost:3300/dashboard"
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →