Repository Analysis

cursor/plugins

1.5 Likely human-written View on GitHub
1.5
Adjusted Score
1.5
Raw Score
100%
Time Factor
Last Push
Stars
Language
25,928
Lines of Code
250
Files
34
Pattern Hits
2026-05-31
Scan Date

Score History

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 1LOW 33

Pattern Findings

34 matches across 5 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers25 hits · 26 pts
SeverityFileLineSnippet
LOWorchestrate/skills/orchestrate/scripts/measurements.ts236export function checkoutBranchForMeasurement(args: {
LOWorchestrate/skills/orchestrate/scripts/schemas.ts660function rejectDeletedTrackerFields(value: unknown, source: string): void {
LOWorchestrate/skills/orchestrate/scripts/schemas.ts680function normalizeLegacyStateValue(value: unknown): unknown {
LOW…trate/skills/orchestrate/scripts/core/agent-manager.ts1590function defaultStartingRefForTask(plan: Plan, t: PlanTask): string {
LOW…trate/skills/orchestrate/scripts/core/agent-manager.ts1983export function formatToolCallIdleWarning(args: {
LOW…estrate/skills/orchestrate/scripts/core/redact-body.ts32function redactSensitiveAssignments(text: string, reasons: Set<string>): string {
LOW…estrate/skills/orchestrate/scripts/core/redact-body.ts54function redactShasOutsideBackticks(
LOWorchestrate/skills/orchestrate/scripts/core/prompts.ts87function buildUpstreamHandoffsSection(
LOWorchestrate/skills/orchestrate/scripts/core/branches.ts24export function mergeWorkerSourceBranches(plan: Plan, t: PlanTask): string[] {
LOW…skills/orchestrate/scripts/core/comment-retry-queue.ts281function assertSlackDestinationAllowed(
LOWorchestrate/skills/orchestrate/scripts/cli/comments.ts176function assertFileInsideWorkspace(filePath: string, workspace: string): void {
LOWorchestrate/skills/orchestrate/scripts/cli/comments.ts226export function loadKickoffThreadTsOrBail(args: {
LOWorchestrate/skills/orchestrate/scripts/cli/comments.ts254function loadPlanSlackChannelOrBail(workspace: string | undefined): string {
LOWorchestrate/skills/orchestrate/scripts/cli/comments.ts275function slackDestinationForThread(target: {
LOWorchestrate/skills/orchestrate/scripts/cli/forensics.ts11export function registerForensicsCommands(program: Command): void {
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts127export function collectRunningAgentsInTree(
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts300export function parseCommentCriticalityOrBail(
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts314export function parsePositiveIntegerOrBail(args: {
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts435export function resolveSlackChannelOption(
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts444export function resolveKickoffSlackChannelOrBail(
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts452export function resolveWorkspaceSlackChannelOrBail(args: {
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts469function requireSlackChannelIfTokenSet(channel: string | undefined): void {
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts521export function loadAllowedSlackThreadOrBail(
LOWorchestrate/skills/orchestrate/scripts/cli/util.ts549export function loadAndonTargetOrBail(opts: { workspace?: string }): {
LOWorchestrate/skills/orchestrate/scripts/cli/task.ts579export async function resolveDispatcherFirstName(
Fake / Example Data5 hits · 8 pts
SeverityFileLineSnippet
LOW…ls/orchestrate/scripts/__tests__/slack-adapter.test.ts128 slack.lookupFirstNameByEmail("user@example.com")
LOW…ls/orchestrate/scripts/__tests__/slack-adapter.test.ts136 slack.lookupFirstNameByEmail("user@example.com")
LOW…ls/orchestrate/scripts/__tests__/slack-adapter.test.ts141 slack.lookupFirstNameByEmail("user@example.com")
LOW…ls/orchestrate/scripts/__tests__/slack-adapter.test.ts146 slack.lookupFirstNameByEmail("user@example.com")
LOW…ls/orchestrate/scripts/__tests__/slack-adapter.test.ts151 slack.lookupFirstNameByEmail("user@example.com")
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippet
LOWralph-loop/hooks/stop-hook.sh43# Check if completion promise was detected by the afterAgentResponse hook
LOWralph-loop/hooks/stop-hook.sh66# Increment iteration
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippet
MEDIUM…chestrate/scripts/__tests__/slack-prompt-shape.test.ts22 "Let me know if you need anything else",
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOW…estrate/skills/orchestrate/scripts/tools/nudge-root.ts1#!/usr/bin/env bun