alphameta-predicate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited alphameta-predicate (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.
Response language: match the user's input language (Simplified Chinese / Traditional Chinese / English).
Conditions do NOT auto-expire: After triggering, conditions continue monitoring repeatedly. Stop withifclear,ifrm, or when funds exhausted.
See the alphameta skill for server setup and command execution syntax.
| Category | Commands | Use For |
|---|---|---|
| Predicate Management | ifthen, iflist, ifgroup, ifclear, ifrm, auto | Conditional triggers |
| Schedule | sadd, scancel, slists | Timed tasks |
| Task Management | tasklist, taskcancel | Async batch operations |
ifthen if <symbol> <indicator> <operator> <value>: <action>| Example | Meaning |
|---|---|
ifthen if AAPL rsi > 80: sell AAPL 100 | Sell when RSI > 80 |
ifthen if NVDA ema crossover up: buy NVDA 50 | Buy on EMA golden cross |
ifthen if TSLA price > 250: close TSLA | Stop profit at $250 |
sched-add <name> <HH:MM> "<command>"Time must be in future Command must use double quotes Single execution only (auto-deletes after run)
if must be lowercase (it's part of the DSL syntax)For full reference, see references/ref-predicate.md, references/ref-schedule.md, and references/ref-task.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.