p4-plan-project-navigation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited p4-plan-project-navigation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Every project has three sections, each with a different ID:
| Section | Contains | ID Source |
|---|---|---|
| Planning | Sprints, ScheduledTasks, Releases | project.id (same as project ID) |
| Backlog | BacklogTasks, User Stories | project.backlogID |
| QA | Bugs | project.qaID |
Call get_project(projectId) to retrieve backlogID and qaID. Most tools accept the project ID directly and resolve the correct section internally.
Status: notDone, inProgress, completed, blocked Backlog priority: veryHigh, high, medium, low, veryLow, none Bug severity: A (critical), B (high), C (medium), D (low), none
| User Intent | Tool | Key Parameters |
|---|---|---|
| List all projects | list_projects | (none) |
| Get project details + section IDs | get_project | projectId |
| Get current user info | get_current_user | (none) |
| List project team members | list_project_users | projectId |
| See my assigned work (To Do List) | get_my_tasks | showCompleted, showOnlyNextFourWeeks, showPipelineTasksThatCannotStart |
| Search by name | search_tasks | findQuery, projectId, limit |
| Get any item's full details | get_tasks | taskIds |
| Read custom field values | get_custom_fields | taskId, onlySet |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.