elite-product-demos
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The file
references/recording.mdprovides documentation instructing users to execute system-level commands requiring administrative privileges usingsudo. These instructions cover trusting local SSL certificates (sudo caddy trust,sudo security remove-trusted-cert) and modifying the system-wide/etc/hostsfile. These operations alter security configurations and require elevated access.- [DATA_EXFILTRATION]: The scriptscripts/audio_events.pycontains a hardcoded absolute directory path (/Users/mars/Downloads/ideal-production-demo/tools). This reveals a local username and potential directory structure from the developer's environment, constituting a data exposure issue. It also results in the script attempting to write to a non-existent or unintended path on other users' systems.- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it is designed to ingest and analyze untrusted frontend code (mockups, staging builds) provided by the user. * Ingestion points: TheINTAKEphase inSKILL.mdand theFinderslogic inreferences/demo-driving.mddescribe mechanisms for the agent to scan and interact with external DOM elements and source code. * Boundary markers: There are no explicit instructions for using delimiters or boundary markers to prevent the agent from following malicious instructions potentially hidden within the user-supplied frontend data. * Capability inventory: The agent can execute bundled Python scripts which perform file system operations and data processing. * Sanitization: The skill lacks explicit sanitization or safety checks for the content extracted from the user's frontend before it is processed by the agent.
Audit Metadata