mapping-dependencies — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mapping-dependencies (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.
Build the dependency graph, then reason over it. The analysis (critical path, blockers, cycles) is deterministic and the most valuable part — teams rarely compute it by hand. This skill is read-only by default; only change dependencies when explicitly asked.
astravue_list_project_tasks — the tasks (status, due dates) for the scopeastravue_list_dependencies — the blocking relationshipsConfirm the project first if unclear (astravue_list_projects).
From the edges, compute:
Lay out the critical path as an ordered chain, list blocked tasks with what they're waiting on, and call out any cycles loudly. Use astravue_preview_project_overview or astravue_preview_task_list if a visual view helps the user.
If the user wants to fix sequencing:
astravue_add_dependency / astravue_remove_dependency — adjust edges~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.