Ae1
High
- Category
- analysis-evasion
- Content
python3 scripts/publish_wechat.py draft create articles.json
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a disclosed WeChat publishing CLI that uses official WeChat APIs and requires explicit commands for account changes.
Install only for a WeChat public account you are authorized to manage. Treat the AppID/AppSecret, article drafts, uploaded media, analytics, and comments as sensitive, and review commands carefully before using --confirm for publishing or deletion.
python3 scripts/publish_wechat.py draft create articles.json
# ── Constants ───────────────────────────────────────────── WECHAT_API_BASE = "https://api.weixin.qq.com/cgi-bin" DATACUBE_BASE = "https://api.weixin.qq.com/datacube" RATE_LIMIT_DAY = 2000 RATE_LIMIT_WINDOW = 86400
# ── Constants ───────────────────────────────────────────── WECHAT_API_BASE = "https://api.weixin.qq.com/cgi-bin" DATACUBE_BASE = "https://api.weixin.qq.com/datacube" RATE_LIMIT_DAY = 2000 RATE_LIMIT_WINDOW = 86400
permit persons to whom the Software is furnished to do so. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
No suspicious patterns detected.