Back to skill

Security audit

Browse website - Crawls sites automatically and mounts pages as markdown files you can grep, diff, cat, and explore with standard Unix commands — over SSH or HTTP

Security checks across malware telemetry and agentic risk

Overview

This skill is an instruction-only website browsing helper that clearly relies on OpenObj, but users should treat OpenObj as a third-party service that can see requested sites and commands.

Use this for public, non-sensitive websites. Do not send private URLs, confidential search terms, authenticated pages, or regulated data unless you trust OpenObj to process and cache that information; also review commands before using recrawl operations because they can consume credits.

SkillSpector

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

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill instructs users to send both the target domain and arbitrary commands to a third-party service (`openobj.com`) over SSH or HTTPS, but it does not clearly warn that user inputs and browsing targets leave the local environment. This creates a transparency and privacy problem because potentially sensitive research targets, query terms, and command content are disclosed to an external operator.

External Transmission

Medium
Category
Data Exfiltration
Content
All commands in this skill require network access to `openobj.com`.

Use `required_permissions: ["full_network"]` for all SSH and curl commands (they need to reach openobj.com).

## How to Use
Confidence
90% confidence
Finding
This skill requires full network access to a third-party host and is designed to proxy user requests through that host. Even if this is the intended functionality, it is still a real external-transmission risk because user-supplied domains and commands are sent off-platform and may expose sensitive intent, internal targets, or regulated data.

External Transmission

Medium
Category
Data Exfiltration
Content
```bash
# required_permissions: ["full_network"]
# List all pages
curl -s -X POST https://openobj.com/exec \
  -H 'Content-Type: application/json' \
  -d '{"site": "docs.stripe.com", "command": "find /site -type f"}'
Confidence
92% confidence
Finding
The HTTP API examples explicitly POST the site and command fields to `https://openobj.com/exec`, confirming that user requests and intended browsing actions are transmitted to an external service. In context, this is core to the skill's operation, which makes it expected, but not harmless: the examples normalize third-party disclosure without prominent privacy/security caveats.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.