Back to skill

Security audit

Phone Notification Reset Routine

Security checks for vulnerabilities and agentic risk

Overview

This is a prompt-only phone notification checklist with clear boundaries and no code, credentials, network access, or persistence.

This appears safe to install as an English prompt-only checklist. Users should keep critical safety, medical, caregiver, school, work, and emergency alerts enabled unless they independently choose otherwise, and should not provide private message contents or credentials.

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
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • 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
Findings (3)

Natural-Language Policy Violations

Medium
Confidence
97% confidence
Finding
The checklist explicitly requires the skill to be "English only," which is a natural-language policy constraint. Under the policy rule, forcing a specific language without user opt-in or a documented justification is a violation.

Natural-Language Policy Violations

Low
Confidence
91% confidence
Finding
The manifest sets `language: "en"`, which is a natural-language locale constraint. Under the policy, forcing a specific language without user opt-in or a documented justification can be a policy violation, and this file does not indicate that the skill is region-specific or offers an alternative language choice.

Vague Triggers

Low
Confidence
90% confidence
Finding
This manifest file defines trigger keywords such as "notification reset routine," "reduce phone notifications," and "mute noisy apps" that overlap with ordinary user requests rather than narrowly identifying this specific skill. The file also provides no exclusion conditions or negative examples to clarify when the skill should not activate.

Static analysis

No suspicious patterns detected.