primevue-openprops-architect
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes development tools locally to perform code validation.
- Evidence:
scripts/validate_vue.pyinvokesnpx vue-tscandstylelintvia a wrapper that usessubprocess.run(shell=False). - Security Context: The use of
shutil.whichandshell=Falsemitigates common command injection vectors. - [INDIRECT_PROMPT_INJECTION]: The skill's workflow creates a surface for indirect prompt injection by reading and acting upon tool output generated from user-controlled files.
- Ingestion points: Tool output from
vue-tscandstylelintinscripts/validate_vue.py. - Boundary markers: None identified in the script output.
- Capability inventory: The agent can execute commands and is directed to perform file writes to resolve linting issues.
- Sanitization: No sanitization is performed on the tool output before it is returned to the agent context.
Audit Metadata