Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Quality Gate](https://github.com/KooshaPari/phenoAI/actions/workflows/quality-gate.yml/badge.svg)](https://github.com/KooshaPari/phenoAI/actions/workflows/quality-gate.yml)
[![Rust](https://img.shields.io/badge/rust-1.75%2B-orange.svg)](https://www.rust-lang.org)
[![AI Slop Inside](https://sladge.net/badge.svg)](https://sladge.net)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title misleads about actual changes made

High Severity

The PR title states "chore: pin actions/checkout to immutable SHA" but no workflow files are modified. All actions/checkout usages in .github/workflows/ remain at the mutable @v4 tag. The actual changes — adding an external badge linking to sladge.net, changing the security contact email in SECURITY.md, and adding a governance worklog — are entirely unrelated to the stated purpose. A misleading PR title can cause reviewers to approve changes without proper scrutiny, which is itself a supply-chain risk.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1c1adcb. Configure here.


AI integration workspace for the Phenotype ecosystem — LLM routing, MCP server plumbing, and embedding primitives that Phenotype agents and services compose into higher-level AI behaviors.

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reporting
Do not open public issues for security findings. Instead:
- Email: security@phenotype.dev (or kooshapari@gmail.com until org mailbox exists)
- Email: security@kooshapari.com (or kooshapari@gmail.com until org mailbox exists)
- GitHub private vulnerability reporting: https://github.com/KooshaPari/phenoAI/security/advisories/new

## Scope
Expand Down
18 changes: 18 additions & 0 deletions docs/worklogs/GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Governance Worklog

### 2026-04-29 | GOVERNANCE | Sladge badge rollout

**Context:** The projects-landing AI slop governance WBS is rolling the sladge
badge into clean or isolated LLM-heavy repos where model runtime behavior is
material.

**Finding:** phenoAI is the Phenotype AI integration workspace for multi-provider
LLM routing, MCP server plumbing, and embedding primitives.

**Decision:** Add the sladge badge to the README badge block and keep the rollout
as documentation/governance metadata only.

**Impact:** phenoAI is now marked consistently with the broader LLM-heavy badge
rollout without changing runtime code or catalog metadata.

**Tags:** `[phenoAI]` `[GOVERNANCE]` `[sladge]`
Loading