Back to Home
NaetheraS icon

claude-skills-pack

by NaetheraS

Overview

This pack provides a comprehensive set of AI skills and plugins for Claude Code, enabling developers to enhance productivity, automate tasks, and apply best practices across various software development domains.

Installation

Run Command
claude install-all

Environment Variables

  • ADMIN_PASSWORD
  • SMTP_HOST
  • SMTP_USER
  • SMTP_PASS
  • EMAIL_FROM
  • API_KEY
  • JAEGER_HOST
  • JAEGER_PORT
  • DATABASE_URL

Security Notes

The `webapp-testing/scripts/with_server.py` script uses `subprocess.Popen(server['cmd'], shell=True)` with commands provided as user input. This `shell=True` argument introduces a significant security vulnerability, as it allows arbitrary shell command execution if a malicious command is provided by a 'skill' or directly by the user of the script. While the developer is responsible for the commands they input, the `shell=True` by default creates an elevated risk for the overall ecosystem. Other Python scripts primarily use safe file system and parsing operations. Hardcoded secrets were not found, with environment variables being the intended method for sensitive data. The primary installation involves downloading and running an untrusted binary, which is a critical trust consideration for the user.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens3100
Stars0
Forks0
Last Update2026-01-19

Tags

AI SkillsPluginsAutomationDeveloper ToolsCode Patterns