FriendFeed API Core Security & Risk Analysis

wordpress.org/plugins/friendfeed-api-core

Does little else but load the core FriendFeed API library for any Plugin that wants to utilize it.

10 active installs v0.1 PHP + WP 2.5+ Updated May 29, 2009
apifriendfeed
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FriendFeed API Core Safe to Use in 2026?

Generally Safe

Score 85/100

FriendFeed API Core has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 16yr ago
Risk Assessment

The friendfeed-api-core plugin, version 0.1, presents a mixed security posture. On the positive side, it boasts zero known CVEs, an absence of SQL injection risks due to exclusively using prepared statements, and a clean slate regarding external vulnerability history. Furthermore, static analysis reveals no direct attack vectors through AJAX, REST API, shortcodes, or cron events, suggesting a well-contained plugin in terms of entry points. However, significant concerns arise from the code signals. The presence of the 'assert' function, while not immediately exploitable without further context, is a red flag. More critically, 100% of its output is unescaped, and there's a high likelihood of unsanitized paths identified in the taint analysis, indicating potential for cross-site scripting (XSS) vulnerabilities if the data processed is user-controlled or comes from untrusted sources. The lack of any nonce or capability checks on its (currently zero) entry points is also a weakness, as it implies no built-in protection against CSRF or unauthorized access should entry points be added in future versions without proper security implemented.

Key Concerns

  • Unescaped output (100%)
  • Flow with unsanitized paths
  • Dangerous function: assert
  • Missing nonce checks (0 entry points)
  • Missing capability checks (0 entry points)
Vulnerabilities
None known

FriendFeed API Core Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

FriendFeed API Core Release Timeline

v0.1Current
Code Analysis
Analyzed Apr 16, 2026

FriendFeed API Core Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
6
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
1
Bundled Libraries
0

Dangerous Functions Found

assertassert(function_exists("curl_init"));friendfeed-api/friendfeed.php:18

Output Escaping

0% escaped6 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<example> (friendfeed-api/example.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

FriendFeed API Core Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menufriendfeed-api-core.php:69
Maintenance & Trust

FriendFeed API Core Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedMay 29, 2009
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

FriendFeed API Core Developer Profile

Sudar Muthu

20 plugins · 21K total installs

83
trust score
Avg Security Score
84/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect FriendFeed API Core

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/friendfeed-api-core/friendfeed-api/friendfeed.php

HTML / DOM Fingerprints

CSS Classes
form
Data Attributes
data-friendfeed-api-version
FAQ

Frequently Asked Questions about FriendFeed API Core