Skip to main content

Browse the directory

Showing 17 resources for "commits"
Saved
Active

1 trusted · 16 review in this set — compare to see which signals differ.

Trust snapshot

17 results in this view

Claimed
0%(0/17)

3 trust signals differ in this sample: Package trust, Source provenance, Submitter

Signals differ on Package trust, Source provenance, Submitter — add entries to compare before you install.

Rollout signal scan

2 rollout risk signals in current results

Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.

12 scanned

Install payload

Install payload is broadly covered in current results.

good

100% (12/12)

Adoption queue

Browse adoption queue · balanced

0/17 visible results are ready for staged adoption under this preset.

ready 0caution 8hold 0
caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

rules/ai-generated-insecure-deserialization-review-rules · trust review · confidence 67%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

rules/ai-generated-mass-assignment-review-rules · trust review · confidence 67%

AI-Generated Open Redirect Review Rules

1 blockers: Metadata review

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

rules/ai-generated-open-redirect-review-rules · trust review · confidence 67%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

rules/ai-generated-command-injection-review-rules · trust review · confidence 67%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

rules/ai-generated-prototype-pollution-review-rules · trust review · confidence 67%

Decision confidence

Decision confidence scan · balanced

1/17 results are high-confidence for the selected preset.

high 1medium 7low 0

AI-Generated Insecure Deserialization Review Rules

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

rules/ai-generated-insecure-deserialization-review-rules · trust review

AI-Generated Mass Assignment Review Rules

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

rules/ai-generated-mass-assignment-review-rules · trust review

AI-Generated Open Redirect Review Rules

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

rules/ai-generated-open-redirect-review-rules · trust review

AI-Generated OS Command Injection Review Rules

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

rules/ai-generated-command-injection-review-rules · trust review

AI-Generated Prototype Pollution Review Rules

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

rules/ai-generated-prototype-pollution-review-rules · trust review

Freshness distribution

Mostly fresh with a few aging entries

Median age 41 days; 10 fresh, 2 aging or stale of 12 scanned.

median 41d

Aging

91–180 days

8%

1 entry

Stale

> 180 days

8%

1 entry

Theme distribution

Themes are broadly spread across this view

50 distinct themes with no dominant one. Most common: code-review, ai-generated-code, changelog.

Diverse

50 distinct themes across 17 scanned

A release-manager workflow collection for shipping versions safely: draft release notes from Conventional Commits, govern commits, triage red CI, checkpoint risky changes, and generate changelog artifacts before tagging.

Slash command that drafts release notes from the Conventional Commits made since the last release tag.

Invocation:/draft-release-notes [from-ref]
Safety ✓ Privacy ✓

Source-backed rules for contributor pull requests that need clear commit messages, release-note-ready changelog entries, issue links, breaking-change markers, and privacy-safe history.

PostToolUse hook that flags two review hazards as Claude writes files: edits to generated or vendored artifacts (lockfiles, minified bundles, source maps, dist/build output, snapshots, protobuf output) and oversized diffs that change more lines than a configurable threshold versus the committed version.

Trigger:PostToolUse
Safety ✓ Privacy ✓

Automatically commits all changes with a summary when Claude Code session ends.

Expert release-changelog capability pack for git-cliff with conventional commits, deterministic release notes, and low-maintenance versioning.

Level:expertType:capability-packVerified:validated
Safety ✓ Privacy ✓

Expert release changelog generation capability pack for drafting, validating, and publishing user-facing release notes from conventional commits, tags, and GitHub Releases with source-backed review matrices and privacy-safe output.

Level:expertType:capability-packVerified:validated
Safety ✓ Privacy ✓
GitHub logo

Read-only Claude Code Stop hook that checks the current GitHub pull request title against a Conventional Commits style pattern before the session ends, then falls back to the latest commit subject when no PR title is available.

Source-backed rules for reviewing AI-generated endpoints and data-access code before merge for insecure direct object reference risk, covering per-request object-level authorization checks, scoped database lookups, identifier exposure, and consistent enforcement across read, write, and admin operations.

Source-backed rules for reviewing AI-generated code that deserializes data before merge for insecure deserialization risk, covering native serialization formats (pickle, PyYAML, Java Serializable) that can execute arbitrary code on untrusted input, safe data-interchange alternatives, and class allowlisting/integrity checks when native formats can't be avoided.

Source-backed rules for reviewing AI-generated code that binds request parameters to model/entity objects before merge for mass assignment risk, covering allowlist field binding, DTOs that exclude sensitive fields, and the framework-specific autobinding features that make this easy to introduce by default.

Source-backed rules for reviewing AI-generated redirect and forward logic before merge for open redirect risk, covering allowlist-based destination validation, relative-path/indexed-mapping alternatives to raw URLs, and the privilege-escalation and phishing impact of an unvalidated redirect target.

Source-backed rules for reviewing AI-generated code that builds or runs operating-system commands, shell invocations, or subprocesses before merge for command injection and argument injection risk, covering library alternatives to shelling out, array-form process APIs, allowlist input validation, and least-privilege execution.

Source-backed rules for reviewing AI-generated JavaScript/TypeScript code before merge for prototype pollution risk, covering unsafe recursive merge/clone/assign helpers on untrusted input, proto and constructor-prototype key handling, and safer alternatives like Map, Set, and Object.create(null).

Source-backed rules for reviewing AI-generated code that renders untrusted data into HTML, JavaScript, URLs, or CSS before merge for cross-site scripting risk, covering context-correct output encoding, dangerous DOM sinks, HTML sanitization, and Content-Security-Policy as defense in depth.

GitHub logo

An operations bundle for maintainers running a busy GitHub repository: triage failing CI, review pull requests, keep commits and changelogs disciplined, validate workflows and links, and draft release notes.

Intelligently analyzes changes and creates well-formatted git commits with conventional commit messages

Invocation:/git-smart-commit [type] [message]
Safety ✓ Privacy ✓