Standard release process-05237e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Standard release process-05237e (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
General SOP for common requests related to self, current, if.
Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>): 1) 1. 手上有头寸而采取观望,导致资产大幅缩水的,应该惩罚,比如最大不利波动是最大有利波动的1.5倍以上时,按照比值进行惩罚 2) 2. 手上有现金购买25只以上的股票时,没有购买导致错过了资产的增长,比如最大有利波动是最大不利波动的1.5倍以上时,按照比值进行惩罚 3) 3. 默认的奖励依然是 min(abs(future_max - current), abs(current - future_min)) / max(abs(future_max - current), abs(current - future_min 4) if action == 0: # 观望 5) 如果我们由于资金或头寸不足而观望,那么应该给予奖励 6) current_buying_power = self._cash_in_hand / current 7) if transacted_shares == 0 and (current_buying_power < 25 or self._num_stocks_owned < 25 8) 确保不会除以零 9) buying_power_reward = 1 / current_buying_power if current_buying_power >= 1 else 1 10) stock_owned_reward = 1 / self._num_stocks_owned if self._num_stocks_owned >= 1 else 1
For each step, include: action, checks, and failure rollback/fallback plan. Output format: for each step number, provide status/result and what to do next.
Input:
Break this into best-practice, executable steps.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.