Alicloud Compute Fc Serverless Devs
Analysis
The skill is a coherent Alibaba Cloud FC helper, but it asks for high-impact cloud credentials and includes sudo, unpinned npm/npx execution, and auto-confirmed deploy commands that deserve review before use.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
sudo s deploy; sudo s invoke -e "test"; sudo s remove; printf 'y\n' | npx -y @serverless-devs/s deploy
These instructions perform cloud deployment, invocation, removal, and custom-domain deployment. The piped yes response can bypass an interactive confirmation for a mutating cloud operation.
sudo npm install @serverless-devs/s -g ... npx -y @serverless-devs/s -v
The install flow downloads and runs an unpinned npm package, including a sudo global install path and npx -y execution.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
sudo s config add ... s config add -a default --AccessKeyID <AK> --AccessKeySecret <SK> -f
The skill instructs configuring persistent Alibaba Cloud access-key credentials, including a sudo-based setup path and a force/non-interactive credential command.
