Furkan Reha
f32d7c320d
fix(skills): anchor citations on the named line, and treat repo text as evidence ( #2976 )
...
Ports four corrections these two skills received upstream after a second trial
run against a real repository. #2951 merged the snapshot taken before them. The
bundled scripts are already identical to their upstream versions and are not
touched here.
1. Neither skill told the agent that text read out of the audited repository is
data rather than instruction. These skills exist to read untrusted
repositories, so a README, a code comment, a commit message or a dependency
manifest reached the model with no framing -- and a line claiming a file is
approved, or telling the audit to skip a module, reads exactly like a
guardrail. Both skills now carry the rule and report such text as a finding
instead of following it.
2. The citation rule allowed anchors to land beside the symbol rather than on
it: the blank line above a definition, a decorator, or a line inside a
multi-line literal. In one trialled file every anchor sat two lines above the
def it named. The rule is now a single applicable test -- the line you cite
must literally contain the thing you name, and a cited range must contain it
on the first line. Quoted text is cited at the line the quoted characters are
on, because a comment has its own line number and it is usually not the line
of the code beside it.
3. "Never restate a count without the raw output in front of you" was ignored
twice in that trial, so the rule flips from prohibition to requirement: any
number stated must appear under Checks Run next to the command that produced
it. Unwilling to show the command means describing the pattern rather than
counting it.
4. Both Related Skills sections said the skill is one of seven and that the
other five cover the remaining ground. Six, not five. Each section now names
its sibling in this repository and links the remaining five out.
Front matter is unchanged, so the generated README tables do not move.
2026-09-08 09:48:27 +10:00
..
2026-04-14 10:29:57 +10:00
2026-05-04 14:11:14 +10:00
2026-05-04 14:11:14 +10:00
2026-05-04 14:11:14 +10:00
2026-07-23 10:51:27 -07:00
2026-02-24 14:39:33 +11:00
2026-05-28 10:09:54 +10:00
2026-03-17 08:31:14 +11:00
2026-04-09 15:33:08 +10:00
2026-07-23 10:51:21 -07:00
2026-04-09 15:33:08 +10:00
2026-01-18 19:39:54 -08:00
2026-02-24 14:39:33 +11:00
2026-05-15 11:18:53 +10:00
2026-09-07 12:45:16 +10:00
2026-08-24 11:34:55 +10:00
2026-08-07 02:01:43 +00:00
2026-08-28 00:45:28 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-05-13 12:08:14 +10:00
2026-02-08 19:53:48 -06:00
2026-02-24 14:39:33 +11:00
2026-04-28 11:46:05 +10:00
2026-03-09 14:46:32 +11:00
2026-03-19 10:29:01 +11:00
2026-03-19 11:02:10 +11:00
2026-06-29 10:53:30 +10:00
2026-08-07 02:01:43 +00:00
2026-06-10 14:43:31 +10:00
2026-06-10 14:43:31 +10:00
2026-07-28 11:25:36 +10:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-07-30 11:52:42 +10:00
2026-08-07 02:01:43 +00:00
2026-08-06 13:19:37 +10:00
2026-06-29 23:47:06 +00:00
2026-03-05 21:53:41 +11:00
2026-02-24 14:39:33 +11:00
2026-01-12 09:53:29 -08:00
2026-01-05 11:31:06 -08:00
2026-08-07 02:01:43 +00:00
2026-01-16 10:42:27 -08:00
2026-07-28 11:13:13 +10:00
2026-04-28 11:29:28 +10:00
2026-07-18 19:56:18 -07:00
2026-02-25 15:09:25 +11:00
2026-02-24 14:39:33 +11:00
2026-04-29 11:09:46 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-14 11:23:48 +10:00
2026-07-30 10:28:46 +10:00
2026-08-05 15:17:55 +10:00
2026-02-24 14:39:33 +11:00
2026-01-23 00:18:52 +07:00
2026-06-19 10:20:00 +10:00
2026-03-12 11:53:00 +11:00
2026-02-24 14:39:33 +11:00
2026-04-13 09:52:59 +10:00
2026-08-18 09:48:36 +10:00
2026-03-18 11:15:29 +11:00
2026-02-24 14:39:33 +11:00
2026-05-04 14:22:16 +10:00
2026-07-23 10:51:27 -07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-05-04 11:12:15 +10:00
2026-02-24 14:39:33 +11:00
2026-05-28 15:06:54 +10:00
2026-02-24 14:39:33 +11:00
2026-07-16 09:06:49 +10:00
2026-07-16 09:06:49 +10:00
2026-02-24 14:39:33 +11:00
2026-07-16 09:06:49 +10:00
2026-02-12 12:33:46 -08:00
2026-02-24 14:39:33 +11:00
2026-07-01 11:09:58 +10:00
2026-08-25 14:31:12 +10:00
2026-03-06 08:06:55 +11:00
2026-02-17 14:59:25 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-06-30 10:36:03 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-04-28 13:57:46 +10:00
2026-04-28 13:57:46 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-11 12:47:51 +10:00
2026-08-11 12:47:51 +10:00
2026-08-11 12:47:51 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-14 13:53:22 +10:00
2026-07-28 20:50:59 -07:00
2026-03-27 11:17:04 +11:00
2026-04-28 14:26:20 +10:00
2026-05-05 12:02:58 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-06-15 10:56:29 +10:00
2026-07-17 11:15:29 -07:00
2026-07-17 13:38:26 -07:00
2026-02-24 14:39:33 +11:00
2026-05-06 10:04:36 +10:00
2026-07-10 10:30:32 +10:00
2026-09-08 09:48:27 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-21 02:19:47 +00:00
2026-03-23 11:30:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-12 14:27:52 +11:00
2026-03-27 11:15:53 +11:00
2026-05-01 10:29:26 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-05-25 11:34:34 +10:00
2026-06-18 11:28:03 +10:00
2026-03-27 10:24:47 +11:00
2026-02-21 12:04:15 +01:00
2026-04-28 11:27:48 +10:00
2026-04-20 12:31:29 +10:00
2026-08-24 11:37:11 +10:00
2026-05-01 09:41:12 +10:00
2026-02-17 11:18:43 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-16 17:01:12 +02:00
2026-02-24 14:39:33 +11:00
2026-09-07 12:40:51 +10:00
2026-09-07 12:40:51 +10:00
2026-09-07 12:40:51 +10:00
2026-09-07 12:40:51 +10:00
2026-09-07 12:40:51 +10:00
2026-02-16 22:43:41 +01:00
2026-02-24 14:39:33 +11:00
2026-04-17 10:56:28 +10:00
2026-07-09 10:50:35 +10:00
2026-04-10 11:02:57 +10:00
2026-05-28 10:08:40 +10:00
2026-05-28 10:08:40 +10:00
2026-04-07 13:43:44 -07:00
2026-05-28 10:08:40 +10:00
2026-02-22 23:31:59 -05:00
2026-03-31 10:53:25 +11:00
2026-08-25 14:36:07 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-05-15 11:26:59 +10:00
2026-08-07 02:01:43 +00:00
2026-08-05 15:43:58 +10:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-05-25 11:05:10 +10:00
2026-06-16 11:04:26 +10:00
2026-06-19 10:19:20 +10:00
2026-05-25 11:05:10 +10:00
2026-03-10 10:10:35 +11:00
2026-08-31 12:26:48 +10:00
2026-08-07 02:01:43 +00:00
2026-07-27 14:23:20 +10:00
2026-02-24 14:39:33 +11:00
2026-04-15 09:42:53 +10:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-03-23 11:49:51 +11:00
2026-06-16 11:18:02 +10:00
2026-07-13 10:07:01 +10:00
2026-01-21 16:48:38 +00:00
2026-04-28 13:49:58 +10:00
2026-03-02 19:32:24 +11:00
2026-06-17 14:46:43 +10:00
2026-04-17 10:57:35 +10:00
2026-03-13 07:30:32 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-07-15 16:28:53 -05:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-04-28 16:52:44 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-10 10:53:24 +10:00
2026-07-21 08:16:46 +00:00
2026-08-07 02:01:43 +00:00
2026-04-16 08:54:58 +10:00
2026-06-15 10:55:29 +10:00
2026-02-17 15:27:02 -06:00
2026-01-29 00:49:17 -05:00
2026-07-19 21:01:38 +08:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-07-10 07:43:32 +10:00
2026-08-07 11:57:49 +10:00
2026-04-09 15:33:08 +10:00
2026-05-27 11:10:08 +10:00
2026-02-04 06:40:46 +08:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:06:32 +11:00
2026-03-16 10:27:54 +11:00
2026-03-16 11:53:03 +11:00
2026-03-16 11:53:03 +11:00
2026-08-07 02:01:43 +00:00
2026-08-11 12:47:51 +10:00
2026-08-11 12:47:51 +10:00
2026-04-28 11:41:41 +10:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-05-14 11:09:26 +10:00
2026-03-02 11:05:48 +11:00
2026-02-24 14:39:33 +11:00
2026-05-11 11:29:33 +10:00
2026-05-11 11:29:33 +10:00
2026-05-11 11:29:33 +10:00
2026-05-29 21:58:31 +00:00
2026-02-10 10:03:49 +08:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:31:40 +11:00
2026-01-06 21:35:41 +01:00
2026-04-17 10:57:35 +10:00
2026-03-16 10:27:54 +11:00
2026-02-24 14:39:33 +11:00
2026-05-18 11:26:40 +10:00
2026-02-15 21:46:03 -05:00
2026-02-03 10:06:49 +03:00
2026-05-06 14:16:28 +10:00
2026-07-13 09:56:54 +10:00
2026-07-09 09:35:10 +10:00
2026-05-13 12:08:14 +10:00
2026-08-07 02:01:43 +00:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-06-12 10:09:11 +10:00
2026-07-14 11:06:58 +10:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-26 09:56:32 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-04-17 10:49:40 +10:00
2026-02-24 14:39:33 +11:00
2026-02-03 12:49:55 +03:00
2026-04-30 09:59:44 +10:00
2026-05-25 11:22:39 +10:00
2026-01-23 00:36:52 +07:00
2026-04-15 09:42:53 +10:00
2026-02-24 14:39:33 +11:00
2026-05-14 10:56:22 +10:00
2026-03-20 10:26:41 +11:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-04-09 10:36:17 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-04-17 10:54:27 +10:00
2026-08-07 02:01:43 +00:00
2026-02-17 20:49:40 -05:00
2026-04-09 15:18:52 +10:00
2026-04-09 15:18:52 +10:00
2026-04-09 15:18:52 +10:00
2026-04-09 15:18:52 +10:00
2026-04-09 15:18:52 +10:00
2026-04-09 15:18:52 +10:00
2026-08-07 02:01:43 +00:00
2026-04-09 15:18:52 +10:00
2026-08-07 02:01:43 +00:00
2026-04-09 15:18:52 +10:00
2026-06-15 10:23:43 +10:00
2026-02-24 14:39:33 +11:00
2026-02-02 00:00:31 -06:00
2026-02-24 14:39:33 +11:00
2026-05-12 09:49:12 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-21 14:01:37 +10:00
2026-02-24 14:39:33 +11:00
2026-04-28 12:09:46 +10:00
2026-08-21 15:35:39 +10:00
2026-02-24 14:39:33 +11:00
2026-08-11 12:47:51 +10:00
2026-05-29 11:23:22 +10:00
2026-08-26 10:22:37 +10:00
2026-03-26 09:55:31 +11:00
2026-03-26 09:55:31 +11:00
2026-08-07 02:01:43 +00:00
2026-03-27 11:13:50 +11:00
2026-02-24 14:39:33 +11:00
2026-04-09 12:09:42 +10:00
2026-04-09 12:09:42 +10:00
2026-04-09 12:09:42 +10:00
2026-03-16 10:27:32 +11:00
2026-08-11 12:47:51 +10:00
2026-03-13 09:36:08 +11:00
2026-05-25 11:22:39 +10:00
2026-03-25 09:50:07 +11:00
2026-03-30 11:44:48 +11:00
2026-03-16 10:27:54 +11:00
2026-08-10 10:53:24 +10:00
2026-06-16 11:50:25 +10:00
2026-08-05 15:51:22 +10:00
2026-02-24 14:39:33 +11:00
2026-07-19 19:24:09 -07:00
2026-05-12 12:55:26 +10:00
2026-01-18 14:12:03 +02:00
2026-08-27 12:04:35 +10:00
2026-02-13 18:54:44 -08:00
2026-03-20 10:24:37 +11:00
2026-08-07 02:01:43 +00:00
2026-02-24 14:39:33 +11:00
2026-05-19 10:55:57 +10:00
2026-05-15 11:06:16 +10:00
2026-07-14 11:15:22 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-10 11:29:18 +10:00
2026-06-22 11:07:36 +10:00
2026-02-24 14:39:33 +11:00
2026-02-02 08:58:51 +09:00
2026-09-08 09:48:27 +10:00
2026-08-07 02:01:43 +00:00
2026-06-19 10:42:24 +10:00
2026-02-24 14:39:33 +11:00
2026-07-15 09:12:29 +10:00
2026-02-17 15:52:54 +01:00
2026-08-26 10:09:52 +10:00
2026-07-31 10:27:27 +10:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-05-25 11:22:39 +10:00
2026-03-16 10:39:36 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-08-07 02:01:43 +00:00
2026-08-07 02:01:43 +00:00
2026-09-02 12:11:17 +10:00
2026-04-28 13:46:03 +10:00
2026-07-17 10:37:35 -07:00
2026-08-05 14:52:42 +10:00
2026-01-11 13:18:36 -03:00
2026-01-11 13:15:56 -03:00
2026-08-07 02:01:43 +00:00
2026-03-13 13:45:17 +11:00
2026-07-23 10:50:25 -07:00
2026-02-24 14:39:33 +11:00
2026-03-04 09:37:13 +11:00
2026-03-04 10:04:56 +11:00
2026-01-25 22:00:26 -05:00
2026-07-18 19:58:49 -07:00
2026-02-24 14:39:33 +11:00
2026-08-26 10:23:30 +10:00