Back to skill

Security audit

audit-catalyst-experimental-methods-rd

Security checks for vulnerabilities and agentic risk

Overview

This skill is a local report generator for catalyst-method audits, with disclosed file reading and report writing that fit its purpose.

Install only if you want local catalyst-method audit reports generated from files you provide. Use a dedicated output folder, treat generated reports as confidential if the input is confidential, and authorize any external patent or scientific evidence lookup explicitly before use.

Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • 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 (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
88% confidence
Finding
The skill instructs the agent to read user-supplied files and write audit reports to disk via local scripts, but it does not declare corresponding permissions. That mismatch is dangerous because it obscures the skill’s effective capabilities from reviewers and policy enforcement, increasing the risk of unintended file access or overwriting data if the skill is executed in a permissive environment.

Static analysis

No suspicious patterns detected.