Skip to main content

oop-polymorphism

Enables the implementation of polymorphism in object-oriented design, fostering flexible and extensible systems with interchangeable components.

Install this skill

or
87/100

Security score

The oop-polymorphism skill was audited on Feb 22, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 573

Template literal with variable interpolation in command context

SourceSKILL.md
573console.log(`Writing to ${this.filename}:`, content);
medium line 591

Template literal with variable interpolation in command context

SourceSKILL.md
591return `[${timestamp}] [${level}] ${message}`;
low line 1307

External URL reference

SourceSKILL.md
1307- Liskov Substitution Principle: <https://en.wikipedia.org/wiki/Liskov_substitution_principle>
low line 1308

External URL reference

SourceSKILL.md
1308- Python Protocols: <https://peps.python.org/pep-0544/>
low line 1311

External URL reference

SourceSKILL.md
1311- TypeScript Interfaces: <https://www.typescriptlang.org/docs/handbook/interfaces.html>
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →