[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fazTcSfX8mDMRTRdOplMA6Ml_18bBC2VfChGmCBm6Am8":3,"$fEF2FZsFOusJLqBlYJC_wtm8TjJM85cHeZyyraujoGco":205},{"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":21,"download_link":22,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25,"vulnerabilities":26,"developer":27,"crawl_stats":24,"alternatives":34,"analysis":138,"fingerprints":188},"sass-compiler","SASS Compiler","1.0","WebMaestro.Fr","https:\u002F\u002Fprofiles.wordpress.org\u002Fwebmaestrofr\u002F","\u003Cp>Write SASS, edit your variables and compile your stylesheet from your dashboard.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fwebmaestro.fr\u002Fsass-compiler-wordpress\u002F\" rel=\"nofollow ugc\">Read the documentation\u003C\u002Fa>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Register and enqueue your SASS sheets the same way you would do for your CSS.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>wp_enqueue_style( ‘my-sass-handle’, ‘http:\u002F\u002Fexample.com\u002Fcss\u002Fmystyle.scss’, $deps, $ver, $media );\u003Cbr \u002F>\n    `\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Configure the plugin with the \u003Ccode>sass_configuration\u003C\u002Fcode> filter.\u003C\u002Fp>\n\u003Cp>Configuration of the plugin is optional, but you should at least register your variables if you are using a CSS framework.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Set a SASS variable value\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>sass_set( $variable, $value );\u003Cbr \u002F>\n    `\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Get a SASS variable value\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>sass_get( $variable );\u003Cbr \u002F>\n    `\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You will most likely use these functions in your theme’s \u003Ccode>functions.php\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>The plugin uses \u003Ca href=\"http:\u002F\u002Fleafo.net\u002Fscssphp\u002F\" rel=\"nofollow ugc\">the scssphp Compiler\u003C\u002Fa>.\u003C\u002Fp>\n","SASS compiler for WordPress. Allows you to write and compile SASS, and to edit style variables straight into your WordPress dashboard.",10,2469,0,"2014-10-19T04:24:00.000Z","4.0.38","4.0","",[19,20],"compiler","sass","http:\u002F\u002Fwebmaestro.fr\u002Fsass-compiler-wordpress\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsass-compiler.1.0.zip",85,null,"2026-04-06T09:54:40.288Z",[],{"slug":28,"display_name":7,"profile_url":8,"plugin_count":29,"total_installs":30,"avg_security_score":23,"avg_patch_time_days":31,"trust_score":32,"computed_at":33},"webmaestrofr",5,140,30,84,"2026-04-07T08:19:05.502Z",[35,59,79,99,118],{"slug":36,"name":37,"version":38,"author":39,"author_profile":40,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":17,"tags":50,"homepage":54,"download_link":55,"security_score":56,"vuln_count":57,"unpatched_count":57,"last_vuln_date":58,"fetched_at":25},"lenix-scss-compiler","Lenix scss compiler","1.2","yonifre","https:\u002F\u002Fprofiles.wordpress.org\u002Fyonifre\u002F","\u003Cp>A useful plugin for developers writing SCSS.\u003Cbr \u002F>\nThe plugin allows you to write SCSS directly on the server (via FTP) without the need for a local compiler.\u003C\u002Fp>\n\u003Cp>How It Works?\u003C\u002Fp>\n\u003Cp>Choose a source folder for SCSS and a target folder for CSS.\u003Cbr \u002F>\nWrite the SCSS code in the file on the source folder, and it automatically creates a CSS file in the target folder.\u003C\u002Fp>\n\u003Cp>What’s included?\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Option for multiple source and destination folders.\u003C\u002Fli>\n\u003Cli>Allows you to set a folder in the entire wp-content space.\u003C\u002Fli>\n\u003Cli>Performance – only when one of the source files change – it re-compiling itself.\u003C\u002Fli>\n\u003Cli>After development  you can turn off \u002F delete the plugin without fear, and all the files are stay where they were.\u003C\u002Fli>\n\u003Cli>Allows you to develop a theme and plugin at the same time.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cp>source: themes\u002Fyour-theme\u002Fassets\u002Fscss\u002Fstyle.scss\u003C\u002Fp>\n\u003Cpre>\nbody {\n    color: black;\n    .main {\n        background: red;\n    }\n}\n\u003C\u002Fpre>\n\u003Cp>target: themes\u002Fyour-theme\u002Fassets\u002Fcss\u002Fstyle.css\u003C\u002Fp>\n\u003Cpre>\nbody {\n    color: black;\n}\n\nbody .main {\n    background: red;\n}\n\u003C\u002Fpre>\n\u003Cp>— pay attention!\u003Cbr \u002F>\nIf the file already exists in the destination folder – it will be overwritten by the SCSS file\u003C\u002Fp>\n","An excellent way to write Scss in wordpress",800,5876,100,3,"2022-05-21T04:48:00.000Z","5.9.13","3.8",[19,51,52,20,53],"css","local-compiler","scss","https:\u002F\u002Flenix.co.il\u002Fplugin\u002Flenix-scss-compiler\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flenix-scss-compiler.zip",42,2,"2025-09-26 00:00:00",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":57,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":73,"tags":74,"homepage":77,"download_link":78,"security_score":45,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"sass-to-css-compiler","Sass To CSS Compiler","2.0.6","Sajjad Hossain Sagor","https:\u002F\u002Fprofiles.wordpress.org\u002Fsajjad67\u002F","\u003Cp>Compile Sass (.scss) files to css files on runtime. No need to compile it on local & upload it online… Now you can compile your direct scss source code into css code easily with a minute…\u003C\u002Fp>\n\u003Ch4>Features:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Toggle Compilation On or Off Anytime\u003C\u002Fli>\n\u003Cli>Add Sass Stylesheets by Filename\u003C\u002Fli>\n\u003Cli>Choose from 5 Compilation Modes\u003C\u002Fli>\n\u003Cli>Enable Caching for Faster Processing\u003C\u002Fli>\n\u003C\u002Ful>\n","Compile Your Theme-Plugin Sass (.scss) files to .css on the fly.",20,4550,80,"2026-02-24T11:53:00.000Z","6.9.4","5.6","8.2",[19,75,76,4,53],"converter","minify","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsass-to-css-compiler\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsass-to-css-compiler.2.0.6.zip",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":89,"num_ratings":90,"last_updated":91,"tested_up_to":92,"requires_at_least":93,"requires_php":94,"tags":95,"homepage":97,"download_link":98,"security_score":45,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"wp-scss","WP-SCSS","4.0.8","Connect Think","https:\u002F\u002Fprofiles.wordpress.org\u002Fconnectthink\u002F","\u003Cp>Compiles .scss files on your wordpress install using \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscssphp\u002Fscssphp\u002F\" rel=\"nofollow ugc\">ScssPhp\u003C\u002Fa>. Includes settings page for configuring directories, error reporting, compiling options, and auto enqueuing.\u003C\u002Fp>\n\u003Cp>The plugin only compiles when changes have been made to the scss files. Compiles are made to the matching css file, so disabling this plugin will not take down your stylesheets. In the instance where a matching css file does not exist yet, the plugin will create the appropriate css file in the css directory.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FConnectThink\u002FWP-SCSS\" rel=\"nofollow ugc\">Get detailed instructions on github\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Looking for a new maintainer\u003C\u002Fh3>\n\u003Cp>If you are interested in giving back to the open source plugin respond \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FConnectThink\u002FWP-SCSS\u002Fissues\u002F242\" rel=\"nofollow ugc\">here\u003C\u002Fa> with your interest\u003C\u002Fp>\n","Compiles .scss files to .css and enqueues them.",40000,485618,86,61,"2026-03-02T13:29:00.000Z","6.8.5","3.0.1","7.2",[51,20,53,96],"scssphp","https:\u002F\u002Fgithub.com\u002FConnectThink\u002FWP-SCSS","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-scss.4.0.8.zip",{"slug":100,"name":101,"version":102,"author":103,"author_profile":104,"description":105,"short_description":106,"active_installs":107,"downloaded":108,"rating":109,"num_ratings":110,"last_updated":111,"tested_up_to":112,"requires_at_least":17,"requires_php":17,"tags":113,"homepage":17,"download_link":116,"security_score":32,"vuln_count":57,"unpatched_count":13,"last_vuln_date":117,"fetched_at":25},"instant-css","Instant CSS","1.2.2","dylanblokhuis","https:\u002F\u002Fprofiles.wordpress.org\u002Fdylanblokhuis\u002F","\u003Cp>Use the power of Visual Studio Code in WordPress to write your CSS or SCSS\u003C\u002Fp>\n\u003Cp>The plugin uses autoprefixer to parse your CSS\u002FSCSS into CSS that will work on older browsers, no need to write -webkit, -moz or -o.\u003C\u002Fp>\n\u003Cp>You can also choose to use SCSS, more info about SCSS here: https:\u002F\u002Fsass-lang.com\u002Fguide\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Use all the powerful features from Visual Studio Code\u003C\u002Fli>\n\u003Cli>Your CSS gets compiled with autoprefixer to work on older browsers\u003C\u002Fli>\n\u003Cli>Use SCSS to create efficient stylesheets with variables, mixins, etc.\u003C\u002Fli>\n\u003Cli>Option to minify your CSS to reduce loading times\u003C\u002Fli>\n\u003Cli>No refreshing on saving\u003C\u002Fli>\n\u003Cli>Live editor updating styles on save and have the browser update simultaneously\u003C\u002Fli>\n\u003C\u002Ful>\n","Write your styles beautifully with the power of Visual Studio Code",4000,14997,98,15,"2023-09-21T07:16:00.000Z","6.3.8",[51,114,115,20,53],"custom-css","postcss","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finstant-css.zip","2023-09-29 00:00:00",{"slug":119,"name":120,"version":121,"author":122,"author_profile":123,"description":124,"short_description":125,"active_installs":126,"downloaded":127,"rating":128,"num_ratings":129,"last_updated":130,"tested_up_to":131,"requires_at_least":132,"requires_php":17,"tags":133,"homepage":136,"download_link":137,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"lessphp","Less PHP Compiler","2.0.1","Ari Stathopoulos","https:\u002F\u002Fprofiles.wordpress.org\u002Faristath\u002F","\u003Cp>This is a simple plugin that loads the Less.php and scssc classes and makes them available to other plugins and themes.\u003Cbr \u002F>\nWhen activated this plugin will not do anything.\u003Cbr \u002F>\nIt has no functionality on its own, but can be used as a dependency for other plugins & themes.\u003C\u002Fp>\n\u003Cp>Includes the Less.php class from http:\u002F\u002Flessphp.gpeasy.com\u002F and scss from http:\u002F\u002Fleafo.net\u002Fscssphp\u002F\u003C\u002Fp>\n","Includes the less.php preprocessor so that it may be used by other plugins or themes.",3000,50952,90,4,"2017-11-28T17:19:00.000Z","4.1.42","3.7",[19,134,135],"less","preprocessor","http:\u002F\u002Fpress.codes","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flessphp.2.0.1.zip",{"attackSurface":139,"codeSignals":169,"taintFlows":177,"riskAssessment":178,"analyzedAt":187},{"hooks":140,"ajaxHandlers":165,"restRoutes":166,"shortcodes":167,"cronEvents":168,"entryPointCount":13,"unprotectedCount":13},[141,147,151,155,158,162],{"type":142,"name":143,"callback":144,"file":145,"line":146},"action","sass_compiler_settings_updated","compile","plugin.php",134,{"type":142,"name":148,"callback":149,"file":145,"line":150},"wp_enqueue_scripts","enqueue_scripts",135,{"type":152,"name":153,"callback":153,"file":145,"line":154},"filter","style_loader_src",136,{"type":142,"name":156,"callback":156,"file":145,"line":157},"admin_enqueue_scripts",138,{"type":142,"name":159,"callback":160,"file":145,"line":161},"admin_notices","closure",165,{"type":142,"name":163,"callback":163,"file":145,"line":164},"init",271,[],[],[],[],{"dangerousFunctions":170,"sqlUsage":171,"outputEscaping":173,"fileOperations":175,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":176},[],{"prepared":13,"raw":13,"locations":172},[],{"escaped":29,"rawEcho":13,"locations":174},[],9,[],[],{"summary":179,"deductions":180},"The \"sass-compiler\" v1.0 plugin exhibits a remarkably clean security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, resulting in a zero-point attack surface. Furthermore, the code demonstrates excellent security practices by avoiding dangerous functions, using prepared statements for all SQL queries, and properly escaping all output. The absence of external HTTP requests and a lack of identified taint flows also contribute to its strong security profile. The plugin's vulnerability history is also clean, with no known CVEs, indicating a history of secure development or a lack of past scrutiny that might have revealed issues. However, the complete absence of nonce checks and capability checks, while not directly exploitable due to the limited attack surface, represents a potential weakness if new entry points were introduced in future versions without proper authorization controls. The extensive use of file operations without clear context also warrants careful review to ensure these operations are handled securely.",[181,183,185],{"reason":182,"points":11},"No nonce checks implemented",{"reason":184,"points":11},"No capability checks implemented",{"reason":186,"points":29},"Extensive file operations without context","2026-03-17T00:25:04.893Z",{"wat":189,"direct":195},{"assetPaths":190,"generatorPatterns":192,"scriptPaths":193,"versionParams":194},[191],"\u002Fwp-content\u002Fplugins\u002Fsass-compiler\u002Fimg\u002Fmenu-icon.png",[],[],[],{"cssClasses":196,"htmlComments":198,"htmlAttributes":199,"restEndpoints":201,"jsGlobals":202,"shortcodeOutput":204},[197],"sass-compiler-settings",[],[200],"placeholder",[],[203],"WM_Sass",[],{"slug":4,"current_version":6,"total_versions":206,"versions":207},1,[208],{"version":6,"download_url":22,"svn_tag_url":209,"released_at":24,"has_diff":210,"diff_files_changed":211,"diff_lines":24,"trac_diff_url":24,"vulnerabilities":212,"is_current":213},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsass-compiler\u002Ftags\u002F1.0\u002F",false,[],[],true]