The skill exhibits insecure design by bypassing model invocation restrictions and blindly executing unverified external skills, creating a significant risk of malicious sub-agent hijacking.
npx skills add https://github.com/mattpocock/skillsThe skill manifest explicitly sets 'disable-model-invocation: true', yet the skill's core functionality relies on invoking other skills (which likely require model invocation) to perform its logic.
Manifest contains 'disable-model-invocation: true' while the execution logic calls '/grilling' and '/domain-modeling'.
The skill instructs the agent to invoke an external skill ('/domain-modeling') without verifying its origin, integrity, or existence, creating a potential vector for malicious sub-agent hijacking.
Run a /grilling session, using the /domain-modeling skill.
Skill body contains no code blocks or usage examples, making it harder for users to evaluate.
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/mattpocock/skills/grill-with-docs)<a href="https://mondoo.com/ai-agent-security/skills/github/mattpocock/skills/grill-with-docs"><img src="https://mondoo.com/ai-agent-security/api/badge/github/mattpocock/skills/grill-with-docs.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/mattpocock/skills/grill-with-docs.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.