pr-creator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pr-creator (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.
git branch --show-current.If it is main, create and switch to a new branch before doing anything else. Use a descriptive branch name, for example feat/add-xxx or fix/resolve-xxx.
git status --short.Do not revert unrelated user changes. Before creating the PR, ensure the intended changes are committed and never commit directly on main.
.github/PULL_REQUEST_TEMPLATE.md and keep its structure exactly. The template has two sections:## Summary## Related Linksfeat(core): add ...fix(rspack-plugin): ...fix(webpack-plugin): ...feat(sdk): ...feat(cli): ...feat(ai): ...docs: ...refactor(graph): ...chore(deps): ...release: v1.5.8Summary, explain the user-facing problem or maintenance goal first, then the main change.This PR adds support for custom logger injection so CLI output can be isolated per instance.This PR fixes incorrect padding in URL labels to keep terminal output aligned across different label lengths.This PR updates the English docs to clarify how the extraction option works and when to enable it.Related Links with issue links, design docs, related PRs, or discussion pages.If the PR upgrades an npm dependency, add a link to the upgraded version's release notes or tag page when available. If there is no relevant link, leave a short note such as None.
main directly.gh pr create.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.