claude-import-legacy-auditor

Audits OpenCart 1.5.6 codebases for security, PHP compatibility, vQmod, and architecture risks.

Updated Aug 25, 2017
One-click install
npx skills add https://github.com/loki495/dotfiles --skill claude-import-legacy-auditor-loki495
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-import-legacy-auditor
Source: https://github.com/loki495/dotfiles/tree/main/ai/codex-skills/claude-import-legacy-auditor
Command: npx skills add https://github.com/loki495/dotfiles --skill claude-import-legacy-auditor-loki495

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legacy OpenCart 1.5.6 stores accumulate security vulnerabilities, outdated PHP patterns, fragile vQmod overrides, and architectural debt that are hard to assess manually. This Skill runs a structured, read-only audit so you can understand the risks in a legacy codebase before planning upgrades or fixes. ## Core Features & Use Cases - Security and Compatibility Audit: Reviews an OpenCart 1.5.6 codebase for security issues and PHP version compatibility problems. - vQmod and Architecture Review: Examines vQmod usage and overall architecture to surface structural risks. - Read-Only Operation: Never modifies code; findings are reported only, and fixes happen only if separately requested. - Use Case: Before migrating an old OpenCart store to a newer PHP version, run this audit to get a prioritized list of security holes, incompatible code, and risky vQmod modifications. ## Quick Start Ask the assistant to run a legacy audit on your OpenCart 1.5.6 codebase and report security, PHP compatibility, vQmod, and architecture risks.

Frequently Asked Questions about claude-import-legacy-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an OpenCart 1.5.6 site for security issues?▼

Run this audit Skill against the OpenCart 1.5.6 codebase. It performs a read-only review covering security vulnerabilities, PHP compatibility, vQmod usage, and architecture risks, then reports findings without changing any files.

How to check PHP compatibility of legacy OpenCart code?▼

The audit includes a PHP compatibility review as one of its four focus areas, alongside security, vQmod, and architecture. It identifies code patterns in the OpenCart 1.5.6 codebase that pose compatibility risks for newer PHP versions.

Does the OpenCart audit modify my code?▼

No, the audit is strictly read-only. It only reports findings; code is modified only if you separately ask for fixes after reviewing the audit results.

Can the audit review vQmod modifications?▼

Yes, vQmod risk assessment is an explicit part of the audit scope. It examines vQmod usage in the OpenCart 1.5.6 codebase to surface override-related fragility and maintenance risks.

What are the limitations of a read-only legacy code audit?▼

A read-only audit identifies and reports risks but does not apply fixes, patches, or refactoring. Remediation requires a separate explicit request, and the audit depends on the referenced agent instructions being available at the expected path.