cloud-aws
Warn
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to automatically probe the user's local filesystem to detect the presence of other installed components. This environment probing occurs upon skill activation without a specific request from the user.
- File:
SKILL.md - Evidence:
check which companion skills are installed by runningls ~/.claude/skills/ ~/.agent/skills/ ~/.agents/skills/ .claude/skills/ .agent/skills/ .agents/skills/ 2>/dev/null`` - [REMOTE_CODE_EXECUTION]: The documentation and skill instructions promote the use of the
npxutility to download and install additional components. This involves executing code from a remote registry. - File:
SKILL.md - Evidence:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill <name> - File:
README.md - Evidence:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill cloud-aws
Audit Metadata