Back to skill

Security audit

A transparent proxy for the Facebook Graph API. Replace the domain, pass your Yuri API token, and call any Facebook endpoint — no Facebook access token needed on the client side.

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed Facebook Graph API proxy, but it gives a third-party gateway broad authority over Facebook requests and tokens.

Install only if you are comfortable trusting baiz.ai as part of your Facebook security boundary. Start with a least-privilege test Facebook account, avoid production assets until you verify provider security and revocation controls, and require human approval for any write, delete, upload, publishing, ads, or account-management operation.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (3)

Credential Access

High
Category
Privilege Escalation
Content
- **Token format / Token 格式**
  The Yuri token (format `yuri_sk_XXXXX`) is a Yuri platform credential, **not** a Facebook access token. It is passed as the `access_token` query parameter — no special headers needed.
  尤里改 Token(格式 `yuri_sk_XXXXX`)是尤里改平台凭证,**不是** Facebook Access Token。作为 `access_token` 查询参数传入即可。

- **Server-side injection / 服务端注入**
  Facebook access tokens are securely stored and managed on the server. The gateway resolves the correct token based on the resource ID in your request path — tokens are never exposed to the client.
Confidence
84% confidence
Finding
Access Token

Credential Access

High
Category
Privilege Escalation
Content
尤里改 Token(格式 `yuri_sk_XXXXX`)是尤里改平台凭证,**不是** Facebook Access Token。作为 `access_token` 查询参数传入即可。

- **Server-side injection / 服务端注入**
  Facebook access tokens are securely stored and managed on the server. The gateway resolves the correct token based on the resource ID in your request path — tokens are never exposed to the client.
  Facebook Access Token 由服务端安全托管,网关根据请求路径中的资源 ID 自动匹配注入,不会暴露给客户端。

- **Token in URL risk / Token 在 URL 中的风险**
Confidence
79% confidence
Finding
access tokens

Credential Access

High
Category
Privilege Escalation
Content
- **Server-side injection / 服务端注入**
  Facebook access tokens are securely stored and managed on the server. The gateway resolves the correct token based on the resource ID in your request path — tokens are never exposed to the client.
  Facebook Access Token 由服务端安全托管,网关根据请求路径中的资源 ID 自动匹配注入,不会暴露给客户端。

- **Token in URL risk / Token 在 URL 中的风险**
  Because the token is passed as a query parameter, it may appear in browser history, server access logs, proxy logs, and CDN logs. For POST/PUT requests, prefer passing the token in the request body (as a form field `access_token`) instead of the URL query string.
Confidence
95% confidence
Finding
Access Token

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.