Repository Analysis

msitarzewski/agency-agents

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.

2.2 Likely human-written View on GitHub
2.2
Adjusted Score
2.2
Raw Score
100%
Time Factor
2026-04-12
Last Push
106,037
Stars
Shell
Language
59,766
Lines of Code
235
Files
68
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 1HIGH 0MEDIUM 23LOW 44

Pattern Findings

68 matches across 9 categories. Click a row to expand file-level details.

Decorative Section Separators21 hits · 69 pts
SeverityFileLineSnippet
MEDIUMscripts/install.sh128# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh130# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh138# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh140# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh38# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh40# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh73# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh77# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh97# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh99# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh112# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh114# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh187# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh189# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh301# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh303# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh537# ---------------------------------------------------------------------------
MEDIUMscripts/install.sh539# ---------------------------------------------------------------------------
MEDIUMengineering/engineering-data-engineer.md73# ── Bronze: raw ingest (append-only, schema-on-read) ─────────────────────────
MEDIUMengineering/engineering-data-engineer.md82# ── Silver: cleanse, deduplicate, conform ────────────────────────────────────
MEDIUMengineering/engineering-data-engineer.md101# ── Gold: aggregated business metric ─────────────────────────────────────────
Hyper-Verbose Identifiers28 hits · 27 pts
SeverityFileLineSnippet
LOWdesign/design-inclusive-visuals-specialist.md38export function generateInclusiveVideoPrompt(subject: string, action: string, context: string) {
LOWspecialized/recruitment-specialist.md286 def calculate_recruitment_cycle(self, department=None):
LOW…alized/specialized-cultural-intelligence-strategist.md39export function auditWorkflowForExclusion(uiComponent: UIComponent) {
LOWspecialized/specialized-model-qa.md321def variable_stability_report(
LOWspecialized/supply-chain-strategist.md151 def inventory_strategy_report(self):
LOWtesting/testing-workflow-optimizer.md133 def identify_optimization_opportunities(self, process_steps: List[ProcessStep]) -> List[Dict]:
LOWtesting/testing-workflow-optimizer.md181 def design_optimized_workflow(self, current_steps: List[ProcessStep],
LOWtesting/testing-workflow-optimizer.md237 def calculate_improvement_impact(self, current_metrics: WorkflowMetrics,
LOWtesting/testing-workflow-optimizer.md270 def create_implementation_plan(self, opportunities: List[Dict]) -> Dict:
LOWtesting/testing-workflow-optimizer.md298 def generate_automation_strategy(self, process_steps: List[ProcessStep]) -> Dict:
LOWtesting/testing-test-results-analyzer.md123 def predict_defect_prone_areas(self):
LOWtesting/testing-test-results-analyzer.md164 def generate_quality_insights(self):
LOWtesting/testing-tool-evaluator.md92 def _define_evaluation_criteria(self) -> List[EvaluationCriteria]:
LOWtesting/testing-tool-evaluator.md225 def calculate_total_cost_ownership(self, tool_config: Dict, years: int = 3) -> Dict:
LOWtesting/testing-tool-evaluator.md250 def generate_comparison_report(self, tool_evaluations: List[ToolScoring]) -> Dict:
LOWsupport/support-legal-compliance-checker.md167 def generate_data_collection_section(self):
LOWsupport/support-legal-compliance-checker.md204 def generate_user_rights_section(self):
LOWsupport/support-legal-compliance-checker.md243 def validate_policy_compliance(self):
LOWsupport/support-analytics-reporter.md102def customer_segmentation_analysis(df):
LOWsupport/support-analytics-reporter.md147def generate_customer_insights(rfm_df):
LOWsupport/support-support-responder.md207 def generate_improvement_recommendations(self):
LOWsupport/support-support-responder.md245 def create_proactive_outreach_list(self):
LOWsupport/support-support-responder.md315 def generate_article_template(self, issue_type):
LOWsupport/support-support-responder.md398 def create_interactive_troubleshooter(self, issue_category):
LOWsupport/support-finance-tracker.md239 def investment_analysis_report(self, project_name, initial_investment, annual_cash_flows, project_life):
LOWsupport/support-finance-tracker.md262 def get_investment_recommendation(self, npv, irr, payback, risk_score):
LOWengineering/engineering-email-intelligence-engineer.md183def extract_structured_context(thread_graph):
LOW…gineering/engineering-voice-ai-integration-engineer.md470def build_llm_handoff_payload(transcript: dict, task: str = "summarize") -> dict:
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippet
CRITICALtesting/testing-performance-benchmarker.md142 <li>Average Response Time: ${data.metrics.http_req_duration.values.avg.toFixed(2)}ms</li>
Over-Commented Block9 hits · 8 pts
SeverityFileLineSnippet
LOWspecialized/government-digital-presales-consultant.md181### 5.1 Implementation Methodology
LOWspecialized/specialized-model-qa.md401| # | Finding | Severity | Domain | Remediation | Deadline |
LOWintegrations/mcp-memory/setup.sh1#!/usr/bin/env bash
LOWscripts/install.sh1#!/usr/bin/env bash
LOWscripts/install.sh21# openclaw -- Copy workspaces to ~/.openclaw/agency-agents/
LOWscripts/convert.sh1#!/usr/bin/env bash
LOWscripts/convert.sh421# This file provides Aider with the full roster of specialized AI agents from
LOWstrategy/nexus-strategy.md821### 15.2 NEXUS-Sprint Activation (Feature/MVP)
LOWstrategy/nexus-strategy.md841
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippet
LOWintegrations/mcp-memory/setup.sh5# Usage:
LOWscripts/install.sh9# Usage:
LOWscripts/convert.sh9# Usage:
Excessive Try-Catch Wrapping3 hits · 4 pts
SeverityFileLineSnippet
LOWspecialized/specialized-model-qa.md209 except Exception:
LOWspecialized/specialized-model-qa.md249 except Exception:
MEDIUMengineering/engineering-mobile-app-builder.md125 print("Error loading products: \(error)")
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippet
MEDIUMscripts/convert.sh421# This file provides Aider with the full roster of specialized AI agents from
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippet
LOWintegrations/mcp-memory/setup.sh36# Check if an MCP client config exists in common locations
Fake / Example Data1 hit · 1 pts
SeverityFileLineSnippet
LOWengineering/engineering-technical-writer.md171 line1: "123 Main St"