building-edgespark-apps
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to interact with the system using the
edgesparkCLI for core tasks such as database migrations, storage management, and application deployment. Risks are mitigated by instructions to verify command syntax with--helpand to treat generated files as read-only. - [SAFE]: The skill implements robust security patterns for handling credentials. The
edgespark secret setworkflow explicitly uses a human-in-the-loop process where secrets are entered through a secure URL in a browser, preventing them from being exposed to CLI output, agent logs, or LLM context. - [SAFE]: Functionality focuses on the correct use of official EdgeSpark SDKs and project structures, encouraging the use of managed UI components and API fetch wrappers rather than manual implementations.
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it instructs the agent to read and follow instructions from project-specific configuration files. \n
- Ingestion points: The agent reads
edgespark.tomland instruction files such asAGENTS.md,CLAUDE.md, orGEMINI.md. \n - Boundary markers: No specific delimiters or safety warnings are implemented for the content of these files. \n
- Capability inventory: The agent is authorized to execute shell commands via the
edgesparkCLI. \n - Sanitization: There is no validation or filtering of the content within the ingested project files.
Audit Metadata