skill-quality-gate
Warn
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill attempts to execute an external Python script using a hardcoded absolute path:
/Users/gurusharan/.codex/skills/.system/skill-creator/scripts/quick_validate.py. This script is not included in the skill distribution, and executing files from absolute paths on a local system is a security risk as the code content is unverifiable and environment-dependent. - [COMMAND_EXECUTION]: The
scripts/audit.shscript executes various shell commands (find, grep, awk, perl) using theskill_pathargument provided by the user. While variables are quoted, the complexity of the script and the lack of rigorous input validation on the directory structure or file names being processed could lead to unexpected behavior or shell command injection if malicious directory structures are audited. - [PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted data (the contents of other skills'
SKILL.mdfiles). - Ingestion points: The
audit.shscript reads and parses the content ofSKILL.mdfrom the providedskill_path. - Boundary markers: There are no explicit markers or instructions to the agent to ignore instructions embedded within the audited content.
- Capability inventory: The skill has the capability to execute shell scripts and Python scripts (audit.sh, quick_validate.py).
- Sanitization: There is no sanitization of the audited markdown content before it is processed by regex-based tools. A malicious skill being audited could contain indirect prompt injections designed to manipulate the auditing agent's scorecard or subsequent actions.
Audit Metadata