java-testing

Warn

Audited by Runlayer on Feb 22, 2026

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

Malicious tool definition detected

Tool: SKILL.md Description: --- name: java-testing description: Test Java applications - JUnit 5, Mockito, integration testing, TDD patterns sasmp_version: "1.3.0" version: "3.0.0" bonded_agent: 04-java-testing bond_type: PRIMARY_BOND allowed-tools: Read, Write, Bash, Glob, Grep # Parameter Validation parameters: test_type: type: string enum: [unit, integration, e2e, contract] description: Type of test to create framework: type: string default: junit5 enum: [junit5, testng] description: Testing

assets/config.yamlHIGH
78.3%

Malicious tool definition detected

Tool: assets/config.yaml Description: # java-testing Configuration # Category: testing # Generated: 2025-12-30 skill: name: java-testing version: "1.0.0" category: testing settings: # Default settings for java-testing enabled: true log_level: info # Category-specific defaults validation: strict_mode: false auto_fix: false output:

assets/schema.jsonHIGH
78.3%

Malicious tool definition detected

Tool: assets/schema.json Description: { "$schema": "http://json-schema.org/draft-07/schema#", "title": "java-testing Configuration Schema", "type": "object", "properties": { "skill": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+$" }, "category": { "type": "string", "enum": [ "api", "testing", "devops", "security", "database", "frontend", "algorithms", "machine-learning", "cloud", "containers", "general"

references/GUIDE.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/GUIDE.md Description: # Java Testing Guide ## Overview This guide provides comprehensive documentation for the **java-testing** skill in the custom-plugin-java plugin.

references/PATTERNS.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/PATTERNS.md Description: # Java Testing Patterns ## Design Patterns ### Pattern 1: Input Validation Always validate input before processing: ```python def validate_input(data): if data is None: raise ValueError("Data cannot be None") if not isinstance(data, dict): raise TypeError("Data must be a dictionary") return True ``` ### Pattern 2: Error Handling Use consistent error handling: ```python try: result = risky_operation() except SpecificError as e: logger.error(f"Operation fa

scripts/validate.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/validate.py Description: #!/usr/bin/env python3 """ Validation script for java-testing skill.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
6
Files Flagged
6
Chunks Analyzed
6
Analyzed
Feb 22, 2026, 01:26 AM
Security Audit — runlayer — java-testing