second-opinion
Fail
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- CREDENTIALS_UNSAFE (HIGH): The script
scripts/consult.shcontains logic in theload_api_keyfunction to specifically search for and read.envand.env.localfiles. These files are standard locations for sensitive secrets, and providing a tool with built-in access to them is a high-risk pattern. - DATA_EXFILTRATION (HIGH): The skill provides a mechanism to read arbitrary local files (via the
--filesargument) and send their full content to an external network endpoint (api.openai.com). While intended for peer review, this behavior constitutes a significant exfiltration risk, as an attacker could leverage the agent to leak sensitive system files such as SSH keys or cloud credentials to an external service. - PROMPT_INJECTION (LOW): The skill creates an indirect prompt injection surface by ingesting untrusted data from local files and passing it directly to an external LLM. Malicious instructions embedded in the files could hijack the consultant's response, potentially influencing the primary agent's subsequent actions. Ingestion points: Files read via the
--filesflag inscripts/consult.sh. Boundary markers: Uses Markdown headers and code blocks, which are insufficient to prevent adversarial instruction overrides. Capability inventory: File reading viacatand network transmission viacurl. Sanitization: None detected; file contents are escaped for JSON syntax but the semantic content remains unvalidated. - METADATA_POISONING (MEDIUM): The
SKILL.mdfile contains deceptive claims about the existence and release of 'GPT-5' models (dated August 2025), which may mislead users regarding the skill's capabilities or authenticity.
Recommendations
- AI detected serious security threats
Audit Metadata