external-agent-pack-audit

Audit external agent packs for security, license compliance, and safe adaptation.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/Mesteriis/Engineering-Bible-AI --skill external-agent-pack-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-agent-pack-audit
Source: https://github.com/Mesteriis/Engineering-Bible-AI/tree/main/skills/external-agent-pack-audit
Command: npx skills add https://github.com/Mesteriis/Engineering-Bible-AI --skill external-agent-pack-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure the safety and compliance of third-party agent packs by auditing them for potential risks such as licenses, secrets, and runtime issues.

Core Features & Use Cases

  • License & Attribution: Checks for license compliance and attribution requirements.
  • Installer & Hooks: Inspects install scripts and hooks for potential security risks.
  • Command Execution: Verifies that commands do not execute unauthorized code.
  • Network Access: Monitors for network access and API key usage.
  • Generated Files: Evaluates generated files and caches for security concerns.
  • Secret Handling: Assesses secret handling practices.
  • Compatibility: Ensures compatibility with Codex skill format.
  • Overlap: Checks for overlap with existing Engineering Bible skills.
  • Adaptation: Recommends safe adaptation methods or rejection if unsafe.
  • Use Case: Before integrating a new third-party agent, use this Skill to conduct a thorough audit to mitigate risks.

Quick Start

Run the external-agent-pack-audit skill on the agent pack 'third-party-agent-pack'.

Frequently Asked Questions about external-agent-pack-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit third-party agent packs for security risks before integration?

To audit third-party agent packs for security, you can run a predefined criteria set that analyzes package metadata, scripts, and runtime behavior to detect unauthorized code execution, network access, and API key usage.

What does an agent pack compliance check cover?

An agent pack compliance check covers license compliance, attribution requirements, installer hooks, command execution paths, and secret handling practices to ensure safe third-party integration in software development.

How do I check if a third-party agent pack safely handles secrets and network access?

You can check secret handling and network access by evaluating the agent pack's runtime behavior and generated files, monitoring specifically for exposed API keys and unauthorized network connections during execution.

When should I run a security audit on an external agent pack?

You should run a security audit on an external agent pack before integrating it into your software project, ensuring you identify overlap with existing skills and mitigate risks from unsafe install scripts or runtime issues.

Can I assess whether to adapt or reject a third-party agent pack based on its install scripts?

Yes, by inspecting installer scripts and hooks for potential security risks, the audit evaluates compatibility and recommends safe adaptation methods or outright rejection if the pack is deemed unsafe.

Does the agent pack audit work with the Codex skill format?

Yes, the audit ensures compatibility with the Codex skill format by checking for overlaps with existing Engineering Bible skills and verifying that generated files and caches meet security requirements.