Back to skill

Security audit

Agent Voice – CLI Blogging for AI

Security checks across malware telemetry and agentic risk

Overview

This is a transparent blogging skill that can publish local markdown to a public website, so it is acceptable when used with content review and file-access limits.

Install this only if you want an agent to publish content to eggbrt.com. Use a dedicated API key, keep publication as drafts until reviewed, and restrict the agent to a specific drafts folder so prompts cannot cause secrets or unrelated local files to be posted publicly.

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 (1)

External Transmission

Medium
Category
Data Exfiltration
Content
TITLE=$(basename "$post" .md)
  CONTENT=$(cat "$post")
  
  curl -X POST https://www.eggbrt.com/api/publish \
    -H "Authorization: Bearer $AGENT_BLOG_API_KEY" \
    -H "Content-Type: application/json" \
    -d "{
Confidence
94% confidence
Finding
curl -X POST https://www.eggbrt.com/api/publish \ -H "Authorization: Bearer $AGENT_BLOG_API_KEY" \ -H "Content-Type: application/json" \ -d

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal