Amortize

v2.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Amortize concepts, best practices, and implementation patterns.

0· 105·0 current·0 all-time
bybytesagain4@xueyetianya
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 match the contents: this is a local reference tool for 'Amortize'. The files (SKILL.md and a shell script that prints docs) are appropriate for a reference skill; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md explicitly states outputs are plain-text via heredoc with no external API calls or network access. scripts/script.sh only prints static documentation and does not read files, access environment variables, open network connections, or transmit data elsewhere.
Install Mechanism
No install spec is present (instruction-only), so nothing is downloaded or written to disk by an installer. A bundled script is included but it is benign and self-contained; risk from install mechanism is low.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not read env vars or secrets; requested privileges are minimal and proportional to a documentation/reference tool.
Persistence & Privilege
always:false and no special persistence is requested. The skill does not attempt to modify other skills or system-wide configuration. Autonomous invocation is allowed (platform default) but combined with the other facts this does not raise concern.
Assessment
This skill appears safe and coherent for use as a local reference: it requires no credentials and the included script only prints static documentation. Before installing, you may want to (1) inspect the script if you plan to execute it in an automated agent context (the script is benign here), (2) be aware that agent-autonomous invocation is allowed by platform default (not a problem for this simple skill), and (3) run any untrusted script in a sandbox if you have strict security requirements. Note: there are minor non-security issues (e.g., some help text uses a quoted heredoc so $VERSION won't expand), but these are functional/formatting bugs rather than security concerns.

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

latestvk97f290qkj929rwcpf8nfqbznn83gg8f

License

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

Comments