senior-qa
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: senior-qa description: Comprehensive QA and testing skill for quality assurance, test automation, and testing strategies for ReactJS, NextJS, NodeJS applications.
Malicious tool definition detected
Tool: references/qa_best_practices.md Description: # Qa Best Practices ## Overview This reference guide provides comprehensive information for senior qa.
Malicious tool definition detected
Tool: references/test_automation_patterns.md Description: # Test Automation Patterns ## Overview This reference guide provides comprehensive information for senior qa.
Malicious tool definition detected
Tool: references/testing_strategies.md Description: # Testing Strategies ## Overview This reference guide provides comprehensive information for senior qa.
Malicious tool definition detected
Tool: scripts/coverage_analyzer.py Description: #!/usr/bin/env python3 """ Coverage Analyzer Automated tool for senior qa tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class CoverageAnalyzer: """Main class for coverage 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: """Execute the
Malicious tool definition detected
Tool: scripts/e2e_test_scaffolder.py Description: #!/usr/bin/env python3 """ E2E Test Scaffolder Automated tool for senior qa tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class E2ETestScaffolder: """Main class for e2e test scaffolder 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
Malicious tool definition detected
Tool: scripts/test_suite_generator.py Description: #!/usr/bin/env python3 """ Test Suite Generator Automated tool for senior qa tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class TestSuiteGenerator: """Main class for test suite generator 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: """E