Back to skill

Security audit

ORBCAFE StdReport Workflow

Security checks for vulnerabilities and agentic risk

Overview

This skill is a narrowly scoped UI workflow guide for building ORBCAFE report pages, with no hidden execution, credential use, exfiltration, or persistence beyond expected UI state behavior.

Before installing, note that the skill may lead an agent to install npm packages and scaffold quick create/edit/delete UI callbacks. Review generated callbacks before connecting them to real production data, and adjust locale settings to your project’s language requirements.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • 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 (2)

Natural-Language Policy Violations

Medium
Confidence
95% confidence
Finding
The workflow steps in L10-L15 are presented only in Chinese, which imposes a specific language on users. The policy allows locale/language constraints only when users are given a choice or the restriction is clearly documented and justified, neither of which appears here.

Natural-Language Policy Violations

Medium
Confidence
93% confidence
Finding
The markdown example explicitly sets `locale="en"`, which imposes a specific language/locale in natural-language-facing behavior. The policy allows locale constraints only when the user is offered a choice or the restriction is clearly documented and justified, neither of which is shown here.

Static analysis

No suspicious patterns detected.