skillkit

Pass

Audited by Gen Agent Trust Hub on Mar 15, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill acts as a productivity framework for developers. It includes a collection of Python scripts and markdown documentation aimed at improving the quality and security of other agent extensions.
  • [COMMAND_EXECUTION]: Automation scripts such as init_skill.py, init_subagent.py, migration_helper.py, and package_skill.py perform legitimate file system tasks. These include directory creation, file generation, and ZIP archiving to prepare skills for deployment. These operations use standard libraries (pathlib, zipfile, os) and are the primary intended functions of the toolkit.
  • [EXTERNAL_DOWNLOADS]: The toolkit includes documentation about external dependencies and platform-specific capabilities (such as npm or PyPI package installation). However, the scripts provided do not perform any hidden or unauthorized remote code downloads.
  • [PROMPT_INJECTION]: The knowledge base (specifically knowledge/foundation/07-security-concerns.md) contains examples of malicious prompts and injection techniques. These are used strictly for educational purposes to teach developers how to identify and mitigate such risks in their own skills.
  • [SAFE]: The security_scanner.py script utilizes regular expressions to search for potential vulnerabilities like hardcoded secrets or unsafe command execution patterns in user-developed code. These regex strings are part of the scanner's detection logic and do not represent active malicious patterns within this skill.
  • [SAFE]: The toolkit uses the widely established pyyaml library for parsing metadata within skill definitions, following standard development practices.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 15, 2026, 10:35 PM