api-design-framework
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [Data Exposure] (HIGH): The script
scripts/create-openapi-spec.mdreads from.envfiles. Accessing environment files is a high-risk action as they frequently contain secrets, credentials, and sensitive configuration. - [Command Execution] (HIGH): The skill utilizes shell execution markers (
!) to run local system commands likegrep,wc, andcutfor reconnaissance. This allows the skill to traverse the file system and inspect the user's code and environment. - [Indirect Prompt Injection] (HIGH): The skill ingests untrusted data from local source files via
grepand interpolates it directly into the prompt. Without sanitization or boundary markers, malicious instructions embedded in code comments could be executed by the agent.
Recommendations
- AI detected serious security threats
Audit Metadata