github-actions-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited github-actions-management (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.
Use this skill when you need to check CI/CD status, read workflow logs, re-run failed jobs, or trigger deployments.
| Tool | What it does |
|---|---|
list_workflows | List all workflow files in a repository |
list_runs | List workflow runs (filter by workflow or status) |
get_run | Get details of a specific workflow run |
get_run_logs | Get the logs URL for a run (zip download) |
rerun_workflow | Re-run an entire workflow run |
rerun_failed_jobs | Re-run only the failed jobs from a run |
cancel_run | Cancel an in-progress or queued run |
list_artifacts | List artifacts produced by a workflow run |
trigger_workflow | Trigger a workflow via workflow_dispatch |
list_runs with owner and repo to see recent runs and their statusget_run for details, then decide whether to rerun_failed_jobs or investigate logstrigger_workflow requires the workflow file name and a branch — the workflow must have a workflow_dispatch triggerowner and repo parameters (e.g., owner: "ofershap", repo: "my-project")list_runs supports status filter: "completed", "in_progress", "queued", "failure", "success"rerun_failed_jobs is preferred over rerun_workflow — it's faster and cheapertrigger_workflow needs workflow_id (filename like "ci.yml") and ref (branch name)rerun_failed_jobs over full rerun_workflow to avoid unnecessary computecancel_run — the user may want the run to finishtrigger_workflow can trigger deployments — always confirm the target branch~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.