=== Sentryvine — Antivirus & Anti-Phishing Security ===
Contributors: sentryvine
Tags: security, antivirus, malware scanner, anti-phishing, integrity
Requires at least: 6.4
Tested up to: 7.1
Stable tag: 0.1.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Scan WordPress files and published content for malware indicators, core integrity changes, and phishing risks.

== Description ==

Sentryvine provides a conservative, review-first security scan from the WordPress administration area.

The initial release includes:

* Local inspection of executable and redirect-capable files for high-signal malware patterns.
* Detection of executable PHP files in the uploads directory.
* Anti-phishing analysis for deceptive link text, raw IP destinations, embedded URL credentials, Punycode hosts, encoded control characters, dangerous URI schemes, and external password forms.
* Optional WordPress core integrity verification against official checksums.
* Manual scans and daily WP-Cron scans.
* Bounded scan reports with severity, evidence, location, and recommended review actions.

Sentryvine does not automatically delete, edit, or quarantine files or content. Findings are indicators for an administrator to review; they are not proof that a site is compromised. A scan with no findings does not guarantee that a site is safe.

= External services =

By default, Sentryvine scans locally and does not send site files or content to an external service.

If an administrator enables "Verify WordPress core checksums," each scan uses WordPress core's checksum function to contact `https://api.wordpress.org/core/checksums/1.0/`. The request includes the installed WordPress version and locale so the service can return the matching official file hashes. WordPress HTTP requests may also include the standard WordPress user-agent. No site files, post content, detected URLs, or scan findings are sent.

This service is operated by the WordPress project. See the [WordPress.org privacy policy](https://wordpress.org/about/privacy/) and [terms of service](https://wordpress.org/about/terms/).

== Installation ==

1. Upload the `sentryvine` directory to `/wp-content/plugins/`, or install the release ZIP through Plugins > Add New > Upload Plugin.
2. Activate Sentryvine through the Plugins screen.
3. Open Sentryvine in the WordPress administration menu.
4. Review the settings and select "Run scan now."

Daily scans use WP-Cron and may run later than scheduled on sites with little or no traffic.

== Frequently Asked Questions ==

= Does Sentryvine remove malware automatically? =

No. Version 0.1.0 is intentionally review-only. Automatic remediation can damage a site when a heuristic produces a false positive.

= Does Sentryvine send my files or content elsewhere? =

No. File and content inspection runs locally. The optional core checksum feature contacts only the official WordPress.org checksum service as described above.

= Is a clean result proof that my site is secure? =

No. Sentryvine detects a defined set of indicators. Use layered controls, reliable backups, updates, least-privilege access, server monitoring, and professional incident response when compromise is suspected.

== Changelog ==

= 0.1.0 =

* Initial private MVP.
* Added bounded local file scanning and optional WordPress core checksum verification.
* Added local anti-phishing content analysis.
* Added manual and daily scheduled scans with an administrator dashboard.
