Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Phan Taint Check Plugin Laravel Package

mediawiki/phan-taint-check-plugin

Phan plugin for detecting taint-based security issues in PHP, including XSS, SQL and shell injection, and unsafe serialization. Tracks user-controlled data and checks it’s escaped before output or queries; supports generic PHP and MediaWiki-specific analysis.

View on GitHub
Deep Wiki
Context7

Technical Evaluation

Architecture fit: Strong for projects already using Phan, especially MediaWiki. Generic PHP support requires configuration but is feasible.
Integration feasibility: High for existing Phan users (minimal config changes), moderate for new projects (requires Phan adoption).
Technical risk: High false positives (e.g., SecurityCheck-PHPSerializeInjection), limitations in subclass data flow tracking, reliance on manual annotations for custom escaping logic.
Key questions: How will false positives be managed in CI without masking real issues? What expertise exists for configuring Phan and taint annotations? Are there custom escaping functions requiring explicit documentation? How does this complement existing security tools (e.g., SAST/DAST)?

Integration Approach

Stack fit: Compatible with PHP 8.1+, Composer, and Phan 6.0.2+. Native support for MediaWiki; generic PHP requires explicit configuration. No external dependencies beyond PHP extensions.
Migration path: For existing Phan users, integrate via config additions; for new projects, first adopt Phan before adding plugin. Initial scans should focus on high-risk areas before full coverage.
Compatibility: Requires Phan as a dependency; compatible with most PHP projects but may need adjustments for custom code structures.
Sequencing: 1. Install and configure Phan. 2. Add plugin to config with quick_mode disabled. 3

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport