SimpleTOC – Table of Contents Block

SEO-friendly Table of Contents Gutenberg block. No JavaScript or CSS by default.

v7.1.0Marc TönsingUpdated Added 10k+ installs100% rating
35
Score
10
Errors
0
Warnings
+0
Change

Category Scores

Security53
Repo90
Performance100
Maintainability97

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

10 findings

Security

7

3 issue groups

Maintainability

2

1 issue group

Supply Chain

1

1 issue group

ERRORSecurityregister setting MissingSanitization missing for register_setting().5
Category
Security
Occurrences
5
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$donatelink'.1
Category
Security
Occurrences
1
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$donatelink'.

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.1
Category
Security
Occurrences
1
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORSupply Chainhidden filesHidden files are not permitted.1
Category
Supply Chain
Occurrences
1
Severity
error

Sample message

Hidden files are not permitted.

Score History

First score snapshot

v7.1.0

35

Latest

Findings
10
Errors
10
Warnings
0
Check
2.0.0

Related Plugins