[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fZ1Fsz_Pgo4sBak2jLd9U8sgK2T_3WNAGTD7PbPiIL9k":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":36,"analysis":128,"fingerprints":153},"circle-progress-bar-shafayat-hossain","Circle Progress Bar Block","1.0.0","Shafayat Hossain","https:\u002F\u002Fprofiles.wordpress.org\u002Fjqsafi\u002F","\u003Cp>Circle Progress Bar Block is a modern Gutenberg block plugin that adds beautiful circular progress indicators to your WordPress site. Perfect for displaying progress, statistics, or metrics in a visually appealing way.\u003C\u002Fp>\n\u003Ch3>Source Code\u003C\u002Fh3>\n\u003Cp>All uncompiled source code is included in this plugin. The production code in \u003Ccode>build\u002Findex.js\u003C\u002Fcode> is compiled from:\u003C\u002Fp>\n\u003Ch4>Main Source File\u003C\u002Fh4>\n\u003Cp>Located at \u003Ccode>src\u002Findex.js\u003C\u002Fcode>, this is the complete React source code for the block:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`javascript\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>import { registerBlockType } from ‘@wordpress\u002Fblocks’;\u003Cbr \u002F>\nimport { InspectorControls } from ‘@wordpress\u002Fblock-editor’;\u003Cbr \u002F>\nimport {\u003Cbr \u002F>\n    PanelBody,\u003Cbr \u002F>\n    RangeControl,\u003Cbr \u002F>\n    ColorPicker,\u003Cbr \u002F>\n    TextControl,\u003Cbr \u002F>\n    SelectControl,\u003Cbr \u002F>\n} from ‘@wordpress\u002Fcomponents’;\u003C\u002Fp>\n\u003Cp>registerBlockType(‘circle-progress-bar\u002Fprogress’, {\u003Cbr \u002F>\n    title: ‘Circle Progress Bar’,\u003Cbr \u002F>\n    icon: ‘chart-pie’,\u003Cbr \u002F>\n    category: ‘widgets’,\u003Cbr \u002F>\n    description: ‘A customizable circle progress bar.’,\u003Cbr \u002F>\n    keywords: [‘progress’, ‘circle’, ‘chart’],\u003Cbr \u002F>\n    supports: { html: false },\u003Cbr \u002F>\n    attributes: {\u003Cbr \u002F>\n        percentage: { type: ‘number’, default: 75 },\u003Cbr \u002F>\n        size: { type: ‘number’, default: 100 },\u003Cbr \u002F>\n        strokeColor: { type: ‘string’, default: ‘#00aaff’ },\u003Cbr \u002F>\n        bgColor: { type: ‘string’, default: ‘#e6e6e6’ },\u003Cbr \u002F>\n        text: { type: ‘string’, default: ‘Progress’ },\u003Cbr \u002F>\n        useShadow: { type: ‘boolean’, default: false },\u003Cbr \u002F>\n        useGradient: { type: ‘boolean’, default: false },\u003Cbr \u002F>\n        strokeWidth: { type: ‘number’, default: 10 },\u003Cbr \u002F>\n        fontSize: { type: ‘number’, default: 20 },\u003Cbr \u002F>\n        fontColor: { type: ‘string’, default: ‘#333’ }\u003Cbr \u002F>\n    },\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Full source code available in src\u002Findex.js\n\u002F\u002F See GitHub repository for complete implementation\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>});\u003Cbr \u002F>\n    \u003Ccode>\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch4>Build Tools\u003C\u002Fh4>\n\u003Cp>The production code is generated using standard WordPress tools:\u003Cbr \u002F>\n* \u003Ccode>@wordpress\u002Fscripts\u003C\u002Fcode> – For development and build\u003Cbr \u002F>\n* Webpack – For module bundling\u003Cbr \u002F>\n* Babel – For modern JavaScript compatibility\u003C\u002Fp>\n\u003Ch4>Building from Source\u003C\u002Fh4>\n\u003Col>\n\u003Cli>The source is in \u003Ccode>src\u002Findex.js\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Build tools are configured in \u003Ccode>package.json\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>To compile:\u003Cbr \u002F>\n   \u003Ccode>bash\u003Cbr \u002F>\nnpm install\u003Cbr \u002F>\nnpm run build\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Output goes to \u003Ccode>build\u002Findex.js\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Directory Structure\u003C\u002Fh4>\n\u003Cp>To work with the source code:\u003Cbr \u002F>\n1. Clone the GitHub repository: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjqsafi\u002Fcircle-progress-bar\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002Fjqsafi\u002Fcircle-progress-bar\u003C\u002Fa>\u003Cbr \u002F>\n2. Install dependencies: \u003Ccode>npm install\u003C\u002Fcode>\u003Cbr \u002F>\n3. Start development server: \u003Ccode>npm start\u003C\u002Fcode>\u003Cbr \u002F>\n4. Build production version: \u003Ccode>npm run build\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Fully Customizable Design\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Adjustable circle size and stroke width\u003C\u002Fli>\n\u003Cli>Custom colors for progress bar, background, and text\u003C\u002Fli>\n\u003Cli>Optional gradient effects\u003C\u002Fli>\n\u003Cli>Configurable font size and text\u003C\u002Fli>\n\u003Cli>Shadow effects available\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Block Editor Integration\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Easy to use block controls\u003C\u002Fli>\n\u003Cli>Live preview in editor\u003C\u002Fli>\n\u003Cli>Works with Full Site Editing (FSE)\u003C\u002Fli>\n\u003Cli>Multiple instances support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Performance Optimized\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Lightweight SVG-based rendering\u003C\u002Fli>\n\u003Cli>No external dependencies\u003C\u002Fli>\n\u003Cli>Optimized for modern browsers\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Ch4>Basic Configuration\u003C\u002Fh4>\n\u003Col>\n\u003Cli>After adding the block, set your desired percentage (0-100) in the block settings panel\u003C\u002Fli>\n\u003Cli>Customize the appearance:\n\u003Cul>\n\u003Cli>Change circle size using the “Size” slider\u003C\u002Fli>\n\u003Cli>Adjust stroke width using the “Thickness” slider\u003C\u002Fli>\n\u003Cli>Set colors for the progress bar, background, and text\u003C\u002Fli>\n\u003Cli>Enable\u002Fdisable gradient effect\u003C\u002Fli>\n\u003Cli>Add custom text above or below the percentage\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Advanced Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Shadow Effects\u003C\u002Fstrong>: Enable and customize shadow effects in the “Effects” panel\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Text Options\u003C\u002Fstrong>: Configure font size, weight, and position\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Development\u003C\u002Fh3>\n\u003Cp>The Circle Progress Bar Block is developed using modern JavaScript and follows WordPress coding standards. The source code is available on GitHub:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GitHub Repository: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjqsafi\u002Fcircle-progress-bar\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002Fjqsafi\u002Fcircle-progress-bar\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Building from Source\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Clone the repository\u003C\u002Fli>\n\u003Cli>Install dependencies:\u003Cbr \u002F>\n   \u003Ccode>npm install\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>For development with live reload:\u003Cbr \u002F>\n   \u003Ccode>npm start\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>For production build:\u003Cbr \u002F>\n   \u003Ccode>npm run build\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>The plugin uses the following build tools:\u003Cbr \u002F>\n* @wordpress\u002Fscripts for development and build processes\u003Cbr \u002F>\n* webpack for bundling\u003Cbr \u002F>\n* Babel for JavaScript transpilation\u003Cbr \u002F>\n* ESLint and Prettier for code formatting\u003C\u002Fp>\n\u003Cp>Source files are located in:\u003Cbr \u002F>\n* \u003Ccode>src\u002F\u003C\u002Fcode> – Uncompiled JavaScript source code\u003Cbr \u002F>\n* \u003Ccode>build\u002F\u003C\u002Fcode> – Compiled and minified production code\u003C\u002Fp>\n","A customizable circle progress bar Gutenberg block for displaying progress, statistics, or metrics in a visually appealing way.",20,486,0,"2025-05-21T20:38:00.000Z","6.8.5","6.0","7.4",[19,20,21,22,23],"block-editor","circle","gutenberg","progress","progress-bar","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcircle-progress-bar-shafayat-hossain.1.0.0.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":11,"avg_security_score":26,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},"jqsafi",1,30,94,"2026-04-05T15:02:10.135Z",[37,59,79,99,115],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":26,"downloaded":45,"rating":26,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":24,"tags":50,"homepage":56,"download_link":57,"security_score":58,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"custom-progress-bar","Custom progress bar","2.0","Arif Hassan","https:\u002F\u002Fprofiles.wordpress.org\u002Faarifhsn\u002F","\u003Cp>Progressbar plugin will enable awesome progress bar with various styles.\u003Cbr \u002F>\nyou can change your progressbar with various styles with custom width, color, animation styles.\u003C\u002Fp>\n\u003Cp>demo and documentation: http:\u002F\u002Fdesign.hellothirteen.com\u002Fcustom-progress-bar\u002F\u003C\u002Fp>\n","Progressbar plugin will enable awesome progress bar with various styles.",12486,5,"2015-08-29T18:47:00.000Z","4.3.34","3.0.1",[51,52,53,54,55],"circled-progress-bar","custom-progressbar","percent-bar","progressbar","round-progress-bar","http:\u002F\u002Fdesign.hellothirteen.com\u002Fcustom-progress-bar\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-progress-bar.zip",85,{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":13,"num_ratings":13,"last_updated":69,"tested_up_to":70,"requires_at_least":71,"requires_php":24,"tags":72,"homepage":77,"download_link":78,"security_score":58,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"circle-progress-bar","Circle Progress Bar","1.0","Syamaladevi","https:\u002F\u002Fprofiles.wordpress.org\u002Fshyamaladevi123\u002F","\u003Cp>Circle Progress Bar plugin will display the awesome unlimited circle progess bar with radiant colors.\u003Cbr \u002F>\nFill circle bar color with two different colors. In addition, you can also customize color by providing the required percentage.\u003Cbr \u002F>\nYou can easily add\u002Fedit\u002Fdelete Circle Progress Bar items from the admin panel. You can use shortcode in pages, posts or sidebar using Text Widget.\u003C\u002Fp>\n\u003Cp>Features:\u003Cbr \u002F>\n1. It will show circle progressbar.\u003Cbr \u002F>\n2. Enter a numerical value to set the percentage of filled area\u003Cbr \u002F>\n3. Change title, Percentage and color.\u003Cbr \u002F>\n4. Easy to implement\u003Cbr \u002F>\n5. Fill circle bar color with two different colors\u003Cbr \u002F>\n6. Unlimited Circle Bars.\u003Cbr \u002F>\n7. Support post or page.\u003Cbr \u002F>\n8. And many more.\u003C\u002Fp>\n\u003Cp>Usages:\u003Cbr \u002F>\nJust use [circlebar] short code.\u003C\u002Fp>\n\u003Cp>Simple usage instruction:\u003Cbr \u002F>\n1. Install This plug in your WordPress Site\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>Place [circlebar] this shortcode where you want to use it.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>You can use this in your theme by Placing  in your templates\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n","Circle Progress Bar plugin will display the awesome unlimited circle progess bar with radiant colors.",90,6006,"2018-08-10T13:03:00.000Z","4.7.32","4.6",[73,74,75,23,76],"circles","number-expansion","number-ticker","radiant-colors","#","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcircle-progress-bar.zip",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":13,"num_ratings":13,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":92,"tags":93,"homepage":96,"download_link":97,"security_score":98,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"juno-progress-bar-block","Juno – Progress Bar Block","0.0.4","Pono Press","https:\u002F\u002Fprofiles.wordpress.org\u002Fponopress\u002F","\u003Cp>\u003Ca href=\"https:\u002F\u002Fponopress.com\u002Fplugins\u002Fjuno\u002F\" rel=\"nofollow ugc\">Juno\u003C\u002Fa> is the WordPress Progress bar block that offers completely customizable circle, square, and semi-circle progress bars.\u003C\u002Fp>\n\u003Cp>You can tailor the content, colors, and more to align perfectly with your website’s design and branding. Enjoy a range of animation options and many more features, all while benefiting from its lightweight nature and adherence to core WordPress standards for seamless integration and optimal performance.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Multiple Shapes:\u003C\u002Fstrong> Many shapes available for selection, including circles, semi-circles, straight lines, squares, and more to come.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Animation Options:\u003C\u002Fstrong> Includes a variety of animation like bounce and linear along with settings for animation duration.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Color Options:\u003C\u002Fstrong> Customizable options for text, fill, stroke, and trail colors\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Change Dimensions:\u003C\u002Fstrong> Change the size of the progress bar, stroke, and trail width\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Light-weight & Native:\u003C\u002Fstrong> Designed to be minimalistic in terms of resource usage and seemless user experience with native site editor.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Pattern Presets:\u003C\u002Fstrong> Convenient ready-to-use patterns for effortless application.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Support and Continuous Development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Reliable support to promptly addressing any issues you encounter.\u003C\u002Fp>\n\u003Cp>Have an idea for more feature? Let us know in the plugin support forum.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fponopress.com\u002Fguides\u002Fjuno\u002F\" rel=\"nofollow ugc\">Juno Usage Guide\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fjuno-progress-bar-block\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa>\u003C\u002Fp>\n","Progress bar block plugin with customizable circle, square and semi-circle shaped progress bars.",60,1538,"2024-12-03T14:47:00.000Z","6.7.5","6.4","7.0",[94,95,21,22,23],"block","blocks","https:\u002F\u002Fponopress.com\u002Fblocks\u002Fjuno","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjuno-progress-bar-block.0.0.4.zip",92,{"slug":100,"name":101,"version":6,"author":102,"author_profile":103,"description":104,"short_description":105,"active_installs":106,"downloaded":107,"rating":26,"num_ratings":32,"last_updated":108,"tested_up_to":109,"requires_at_least":110,"requires_php":111,"tags":112,"homepage":24,"download_link":114,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"wbd-progress-bar","Progress Bar","wpbranddigital","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpbranddigital25\u002F","\u003Cp>The WBD Progress Bar block is a simple yet powerful tool for displaying progress, statistics, skills, or any percentage-based data on your WordPress site. Built with modern web standards, this block offers smooth animations and a clean, professional appearance.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Fully Static Block\u003C\u002Fstrong> – Pure HTML\u002FCSS output for maximum performance.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smooth Animations\u003C\u002Fstrong> – Beautiful 0.3s transition effect when progress changes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Color Customization\u003C\u002Fstrong> – Separate color controls for progress fill and background track.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Percentage Display\u003C\u002Fstrong> – Optional centered percentage text inside the bar.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Style Variations\u003C\u002Fstrong> – Thin (6px), Medium (12px), and Thick (20px).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Fully Responsive\u003C\u002Fstrong> – Works perfectly on all screen sizes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Accessible Design\u003C\u002Fstrong> – Semantic HTML with ARIA attributes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No Dependencies\u003C\u002Fstrong> – Built only with WordPress block components.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Perfect For:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Skill & competency display  \u003C\u002Fli>\n\u003Cli>Project completion indicators  \u003C\u002Fli>\n\u003Cli>Goal tracking & fundraising  \u003C\u002Fli>\n\u003Cli>Statistics & data visualization  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The block provides an intuitive editing experience with sidebar controls for adjusting the percentage (0–100), customizing colors, toggling percentage text visibility, and selecting from predefined style variations.\u003C\u002Fp>\n","A beautiful and lightweight progress bar block for the WordPress Gutenberg editor with smooth animations and full customization options.",40,425,"2026-03-07T13:15:00.000Z","6.9.4","6.3","7.2",[113,94,21,22,23],"bar","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwbd-progress-bar.1.0.0.zip",{"slug":116,"name":117,"version":6,"author":118,"author_profile":119,"description":24,"short_description":120,"active_installs":13,"downloaded":121,"rating":13,"num_ratings":13,"last_updated":122,"tested_up_to":123,"requires_at_least":124,"requires_php":125,"tags":126,"homepage":24,"download_link":127,"security_score":58,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"progress-bar-block","Progress Bar Block","Dracula","https:\u002F\u002Fprofiles.wordpress.org\u002Fsimpleplugins123\u002F","Gutenberg block development plugin.",1721,"2019-04-04T18:07:00.000Z","5.0.25","4.5","5.6",[21,23],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fprogress-bar-block.zip",{"attackSurface":129,"codeSignals":141,"taintFlows":148,"riskAssessment":149,"analyzedAt":152},{"hooks":130,"ajaxHandlers":137,"restRoutes":138,"shortcodes":139,"cronEvents":140,"entryPointCount":13,"unprotectedCount":13},[131],{"type":132,"name":133,"callback":134,"file":135,"line":136},"action","init","cpb_register_block","circle-progress-block.php",52,[],[],[],[],{"dangerousFunctions":142,"sqlUsage":143,"outputEscaping":145,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":147},[],{"prepared":13,"raw":13,"locations":144},[],{"escaped":13,"rawEcho":13,"locations":146},[],[],[],{"summary":150,"deductions":151},"Based on the provided static analysis and vulnerability history, the \"circle-progress-bar-shafayat-hossain\" plugin version 1.0.0 exhibits an exceptionally strong security posture. The absence of any identified entry points for attack, such as AJAX handlers, REST API routes, shortcodes, or cron events, significantly limits the plugin's attack surface. Furthermore, the code analysis shows no dangerous functions, all SQL queries are properly prepared, and all output is correctly escaped. There are no file operations or external HTTP requests, and importantly, no identified opportunities for taint analysis to reveal vulnerabilities.\n\nThe vulnerability history also reinforces this positive assessment, with zero known CVEs of any severity. This lack of historical vulnerabilities, combined with the clean static analysis, suggests a development process that prioritizes security and thorough code review. The plugin appears to have been developed with robust security practices from the outset. While the limited functionality and thus limited attack surface is a significant contributing factor to this strong security score, the implementation details that are visible are all positive.\n\nIn conclusion, this plugin, based on the provided data, presents a very low security risk. The complete absence of identified vulnerabilities, both in static analysis and historical records, coupled with good coding practices like prepared statements and output escaping, indicates a well-secured plugin. The most significant weakness, if it can be called that, is the lack of observed entry points, which might imply limited functionality, but from a security perspective, this is a strength.",[],"2026-03-16T23:03:47.573Z",{"wat":154,"direct":162},{"assetPaths":155,"generatorPatterns":158,"scriptPaths":159,"versionParams":160},[156,157],"\u002Fwp-content\u002Fplugins\u002Fcircle-progress-bar-shafayat-hossain\u002Fbuild\u002Findex.js","\u002Fwp-content\u002Fplugins\u002Fcircle-progress-bar-shafayat-hossain\u002Fbuild\u002Findex.asset.php",[],[156],[161],"circle-progress-bar-shafayat-hossain\u002Fbuild\u002Findex.js?ver=",{"cssClasses":163,"htmlComments":164,"htmlAttributes":165,"restEndpoints":166,"jsGlobals":167,"shortcodeOutput":168},[],[],[],[],[],[]]