Skip to main content

deprecate-network

Facilitates the deprecation of networks by removing entries from configuration files and deployment logs, ensuring a clean codebase.

Install this skill

or
74/100

Security score

The deprecate-network skill was audited on May 28, 2026 and we found 4 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70- For each network, remove the line: `{network} = "${ETH_NODE_URI_{NETWORK}}"` (case-insensitive matching)
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164```toml
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170```toml
low line 171

External URL reference

SourceSKILL.md
171fantom = { key = "${MAINNET_ETHERSCAN_API_KEY}", url = "https://api.etherscan.io/v2/api?chainid=250", chain = "250" }
Scanned on May 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 204
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
lifinance/contracts