product-manager-toolkit

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
5
Flagged
5
Chunks
11
Flagged Files (5)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: product-manager-toolkit description: Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies.

Tool: SKILL.md [2/2] Description: Confidence: high | Effort: s 2.

references/frameworks.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/frameworks.md [1/3] Description: # Product Management Frameworks Comprehensive reference for prioritization, discovery, and measurement frameworks.

Tool: references/frameworks.md [2/3] Description: Who else should I talk to about this? - Can I follow up if I have more questions?

Tool: references/frameworks.md [3/3] Description: initial activation - **Week 4**: Retention and depth - **Week 8**: Long-term satisfaction and business impact --- ## Strategic Frameworks ### Product Vision Template **Format:** ``` FOR [target customer] WHO [statement of need or opportunity] THE [product name] IS A [product category] THAT [key benefit, compelling reason to use] UNLIKE [primary competitive alternative] OUR PRODUCT [statement of primary differentiation] ``` **Example:** ``` FOR bu

references/prd_templates.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/prd_templates.md [1/2] Description: # Product Requirements Document (PRD) Templates ## Standard PRD Template ### 1.

Tool: references/prd_templates.md [2/2] Description: #### Scope **In**: Feature 1, Feature 2, Feature 3 **Out**: Feature A, Feature B #### User Flow ``` Step 1 → Step 2 → Step 3 → Success!

scripts/customer_interview_analyzer.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/customer_interview_analyzer.py [1/2]

Tool: scripts/customer_interview_analyzer.py [2/2] Description: ['critical', 'urgent', 'asap', 'immediately', 'blocking']): return 'critical' elif any(word in text for word in ['need', 'important', 'should', 'must']): return 'high' elif any(word in text for word in ['nice', 'would', 'could', 'maybe']): return 'low' return 'medium' def aggregate_interviews(interviews: List[Dict]) -> Dict: """Aggregate insights from multiple interviews""" aggregated = { 'total_interviews': len(interviews), 'common

scripts/rice_prioritizer.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/rice_prioritizer.py [1/2] Description: #!/usr/bin/env python3 """ RICE Prioritization Framework Calculates RICE scores for feature prioritization RICE = (Reach x Impact x Confidence) / Effort """ import json import csv from typing import List, Dict, Tuple import argparse class RICECalculator: """Calculate RICE scores for feature prioritization""" def __init__(self): self.impact_map = { 'massive': 3.0, 'high': 2.0, 'medium': 1.0, 'low': 0.5, 'minimal': 0.25 } self.confidence_map = {

Tool: scripts/rice_prioritizer.py [2/2]

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
5
Files Flagged
5
Chunks Analyzed
11
Analyzed
Feb 21, 2026, 05:46 AM
Security Audit — runlayer — product-manager-toolkit