api-architect
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill defines a validation script
scripts/validate-api-spec.shand requestsBashaccess withnpm,npx, andopenapi-generator. - Evidence:
allowed-tools: Bash(npm:*,npx:*,openapi-generator:*)inSKILL.md. - Context: These are standard tools for API linting and SDK generation, matching the skill's primary purpose. The provided shell script only performs read-only
grepoperations for validation and does not execute external commands. - [DATA_EXPOSURE] (SAFE): No hardcoded credentials or sensitive file paths were detected. The
api-security.yamlfile contains illustrative examples and best practice configurations (e.g.,sk_live_abc123...) rather than actual secrets. - [REMOTE_CODE_EXECUTION] (SAFE): No remote script downloads (curl/wget | bash) or dynamic code execution patterns were found.
- [PROMPT_INJECTION] (SAFE): The instructions are strictly focused on API design guidance and do not contain bypass markers or attempts to override agent behavior.
Audit Metadata