agentic-ai-dev
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill provides robust defenses against prompt injection. It includes a 12-layer security framework in
reference/agentic-guardrails-security.mdwith specific regex patterns for detection and instructions for techniques like the 'Input Sandwich' and 'XML Delimiter' inreference/agentic-prompt-engineering.mdto prevent user input from overriding system instructions. - [CREDENTIALS_UNSAFE]: The skill demonstrates secure secret management.
reference/agentic-config-project.mdandreference/agentic-deployment.mdprovide templates for using.envfiles andpydantic-settingsto manage API keys securely. It explicitly warns against logging secrets or hardcoding them in source code. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries and services. It suggests using
uvto manage dependencies from official registries (PyPI) and provides a Dockerfile that fetches theuvbinary from a trusted source (ghcr.io/astral-sh/uv). All referenced domains are official documentation or well-known service providers. - [COMMAND_EXECUTION]: The skill avoids unsafe command execution. In
reference/agentic-templates-tools.md, it specifically instructs users to avoideval()and useast.literal_evalfor safe mathematical expression evaluation. It also provides patterns for parameterized database queries to prevent injection attacks. - [DATA_EXFILTRATION]: No exfiltration patterns were found. The skill includes PII (Personally Identifiable Information) detection and redaction patterns in
reference/agentic-guardrails-security.mdto ensure sensitive data is masked before logging or storage.
Audit Metadata