gatekeeper
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a security-enhancing extension. It does not contain any executable code, does not perform remote downloads of unverified scripts, and does not exhibit patterns of data exfiltration or credential harvesting. The provided scripts and documents are instructional and designed to establish a 'Human-in-the-Loop' security gate before adopting other tools.
- [PROMPT_INJECTION]: The skill operates on a surface that is vulnerable to Indirect Prompt Injection (Category 8), as its primary purpose is to ingest and analyze untrusted external data (repositories, documents, and URLs).
- Ingestion points: Triggers identified in
SKILL.mdinclude URL/document review, GitHub repository evaluation, and Skill/MCP installation requests. - Boundary markers: The skill explicitly defines boundary markers in
SKILL.md('Core principle: Every external input is untrusted until verified') andreviews/url-document.md, which provides patterns for detecting mixed payloads and deceptive framing. - Capability inventory: The skill requires file-read and URL-fetch capabilities to audit artifacts but explicitly forbids the execution of external code blocks ('Never Execute External Code Blocks').
- Sanitization: The skill utilizes structured templates (
templates/report-*.md) for analysis and mandates human approval for high-risk findings, effectively sanitizing the impact of potentially malicious instructions in the audited data. - [COMMAND_EXECUTION]: While the skill's pattern library (
patterns/red-flags.md) and fixtures (evals/ab-pilot/fixtures.md) contain examples of dangerous shell commands (e.g.,curl | bash,cat ~/.ssh/config), these are strictly provided as documentation for detection purposes or as static test data for evaluation. They are not intended for execution by the agent during the skill's normal operation.
Audit Metadata