Back to skill

Security audit

PowPow Pendaftaran — daftar Gelembung, sematkan catatan perjalanan ke peta, ngobrol dengan manusia digital

Security checks for vulnerabilities and agentic risk

Overview

This is a guidance-only registration helper for PowPow Bubble, with no scripts or local authority, and its sensitive topics are disclosed as user-managed web actions.

This skill is appropriate to install if you want an assistant to explain PowPow/Bubble registration and subscription steps. Users should still complete signup and payment only on the official PowPow pages and should not share passwords, verification codes, or payment proof in chat.

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
  • 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
Category
Not specified by scanner
Confidence
86% confidence
Finding

The markdown states that successful registration stores two HttpOnly cookies, including a JWT and a pendingUserToken, which affects authentication state and user session handling. This is a behavior with privacy and system-integrity implications, but the document presents it as implementation detail without any caution or user-facing warning.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Low
Category
Not specified by scanner
Confidence
81% confidence
Finding

This manifest declares "language": "id" on L14, but the notes field on L20 contains Chinese text and an alternate Chinese display name. That creates a natural-language locale inconsistency in user-facing metadata without any indication that multilingual presentation is optional or intentionally region-scoped.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Low
Category
Not specified by scanner
Confidence
80% confidence
Finding

This section presents original error text in Mandarin as the expected user-facing strings, and earlier lines also include a Mandarin-only login message for third-party accounts. There is no indication that the skill supports user language choice or that the Mandarin locale is intentionally limited to a region-specific deployment.

Content

No source excerpt is available for this finding.

Static analysis

No suspicious patterns detected.