senior-architect

Warn

Audited by Runlayer on Feb 21, 2026

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

Malicious tool definition detected

Tool: SKILL.md Description: --- name: senior-architect description: Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python.

references/architecture_patterns.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/architecture_patterns.md Description: # Architecture Patterns ## Overview This reference guide provides comprehensive information for senior architect.

references/system_design_workflows.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/system_design_workflows.md Description: # System Design Workflows ## Overview This reference guide provides comprehensive information for senior architect.

references/tech_decision_guide.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/tech_decision_guide.md Description: # Tech Decision Guide ## Overview This reference guide provides comprehensive information for senior architect.

scripts/architecture_diagram_generator.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/architecture_diagram_generator.py Description: #!/usr/bin/env python3 """ Architecture Diagram Generator Automated tool for senior architect tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class ArchitectureDiagramGenerator: """Main class for architecture diagram generator functionality""" def __init__(self, target_path: str, verbose: bool = False): self.target_path = Path(target_path) self.verbose = verbos

scripts/dependency_analyzer.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/dependency_analyzer.py Description: #!/usr/bin/env python3 """ Dependency Analyzer Automated tool for senior architect tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class DependencyAnalyzer: """Main class for dependency analyzer functionality""" def __init__(self, target_path: str, verbose: bool = False): self.target_path = Path(target_path) self.verbose = verbose self.results = {} def run(self) -> Dict:

scripts/project_architect.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/project_architect.py Description: #!/usr/bin/env python3 """ Project Architect Automated tool for senior architect tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class ProjectArchitect: """Main class for project architect functionality""" def __init__(self, target_path: str, verbose: bool = False): self.target_path = Path(target_path) self.verbose = verbose self.results = {} def run(self) -> Dict: """Execu

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
7
Files Flagged
7
Chunks Analyzed
7
Analyzed
Feb 21, 2026, 01:48 PM
Security Audit — runlayer — senior-architect