Deploy Tool

v2.0.0

The PHP deployment tool with support for popular frameworks out of the box deploy-tool, php, deploy, deployment, php, provision.

0· 101·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (PHP deployment/logging tool) align with the provided implementation: a Bash script that records and reads timestamped deployment-related entries. There are no unrelated requirements (no cloud creds, no external binaries).
Instruction Scope
SKILL.md and the script are consistent: all operations are local file reads/writes and simple text processing (grep, tail, wc, du). Note: the tool will record any user-provided text to logs, so logging secrets or sensitive deployment credentials into entries would persist in plain text under the data directory.
Install Mechanism
No install spec (instruction-only) and the included script is a plain Bash file. Nothing is downloaded or executed from external URLs.
Credentials
The skill asks for no environment variables, no credentials, and no config paths. The only side effect is creating/writing files under the user's home directory (~/.local/share/deploy-tool), which is proportional to a local logging tool.
Persistence & Privilege
always:false (normal). The tool persists data by creating files in the user's home directory. This is expected, but users should be aware logs are stored locally and persist until removed.
Assessment
This skill appears coherent and local-only, but review these before installing: 1) It will create and write logs under ~/.local/share/deploy-tool — check and backup/remove that directory if needed. 2) Do not enter secrets or credentials into logged entries; all entries are stored in plaintext and exported by the export command. 3) The package provides a Bash script but no automated installer — confirm how the agent will execute or install the script (it may require you to place it on PATH or run it manually). 4) If you need networked deployment capabilities, this tool does not provide them; prefer a different tool that explicitly integrates with your deployment target. If any of the above is unacceptable, do not install or run the script.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ft1q4tpbwax9fhbra28nbdd836yj9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments