[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fxRceJZjNMpRWITiQHIai9arIwW1kERRCHIeLzk9D10Q":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":20,"download_link":21,"security_score":22,"vuln_count":13,"unpatched_count":13,"last_vuln_date":23,"fetched_at":24,"vulnerabilities":25,"developer":26,"crawl_stats":23,"alternatives":32,"analysis":33,"fingerprints":58},"copy-permalink-to-clipboard","Copy Permalink To Clipboard","1.0.0","korchiy","https:\u002F\u002Fprofiles.wordpress.org\u002Fkorchiy\u002F","\u003Cp>A WordPress plugin that adds a “to Clipboard” button next to the post link fields to the posts editor interface. Clicking on it copies the full post permalink to the clipboard.\u003C\u002Fp>\n","A button to copy full post permalink to the clipboard.",300,1672,0,"2021-08-12T10:11:00.000Z","5.8.13","5.7","7.0",[19],"permalink-copy-clipboard","https:\u002F\u002Fprogr.interplanety.org\u002Fen\u002Fwordpress-plugin-copy-permalink-to-clipboard\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcopy-permalink-to-clipboard.1.0.0.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":27,"total_installs":28,"avg_security_score":22,"avg_patch_time_days":29,"trust_score":30,"computed_at":31},2,310,30,84,"2026-04-05T01:04:05.163Z",[],{"attackSurface":34,"codeSignals":46,"taintFlows":53,"riskAssessment":54,"analyzedAt":57},{"hooks":35,"ajaxHandlers":42,"restRoutes":43,"shortcodes":44,"cronEvents":45,"entryPointCount":13,"unprotectedCount":13},[36],{"type":37,"name":38,"callback":39,"file":40,"line":41},"filter","get_sample_permalink_html","add_copy_permalink_to_clipboard_button","copy-permalink-clipboard.php",56,[],[],[],[],{"dangerousFunctions":47,"sqlUsage":48,"outputEscaping":50,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":52},[],{"prepared":13,"raw":13,"locations":49},[],{"escaped":13,"rawEcho":13,"locations":51},[],[],[],{"summary":55,"deductions":56},"The \"copy-permalink-to-clipboard\" v1.0.0 plugin exhibits a strong security posture based on the provided static analysis. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface, with zero identified entry points. Furthermore, the code signals are exceptionally clean, showing no dangerous functions, file operations, or external HTTP requests. SQL queries are exclusively handled via prepared statements, and all output is properly escaped, indicating good data sanitization practices.  The complete lack of known CVEs and a clean vulnerability history further reinforce this positive security assessment. The plugin appears to have been developed with security in mind, adhering to best practices.  There are no immediate security concerns identified in the provided data.",[],"2026-03-16T20:01:14.733Z",{"wat":59,"direct":65},{"assetPaths":60,"generatorPatterns":61,"scriptPaths":62,"versionParams":64},[],[],[63],"\u002Fwp-content\u002Fplugins\u002Fcopy-permalink-to-clipboard\u002Fcopy-permalink-clipboard.php",[],{"cssClasses":66,"htmlComments":67,"htmlAttributes":68,"restEndpoints":72,"jsGlobals":73,"shortcodeOutput":75},[],[],[69,70,71],"id=\"copy_sample_permalink_button\"","onclick=\"copy_sample_permalink_to_clipboard()\"","permalink=",[],[74],"copy_sample_permalink_to_clipboard",[76,70,77,78,79],"\u003Cdiv id=\"copy_sample_permalink_button\"","style=\"\n\t\tfont-size: 11px;\n\t\tcursor: pointer;\n\t\tcolor: #0a4b78;\n\t\tpadding: 2px 18px;\n\t\tbackground: #f6f7f7;\n\t\tmargin: auto 5px;\n\t\tdisplay: inline-block;\n\t\tborder-width: 1px;\n\t\tborder-style: solid;\n\t\tborder-radius: 3px;\n\t\"",">To Clipboard\u003C\u002Fdiv>","\u003Cscript>\n\t\t\tfunction copy_sample_permalink_to_clipboard() {\n\t\t\t\tvar a = document.getElementById(\"copy_sample_permalink_button\").getAttribute(\"permalink\");\n\t\t\t\tvar textArea = document.createElement(\"textarea\");\n\t\t\t\ttextArea.value = a;\n\t\t\t\tdocument.body.appendChild(textArea);\n\t\t\t\ttextArea.select();\n\t\t\t\tvar successful = document.execCommand(\"copy\");\n\t\t\t\tdocument.body.removeChild(textArea);\n\t\t\t}\n\t\t\u003C\u002Fscript>"]